From 91ccc47c694230025867a86aa464a385fdf17641 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 17 Dec 2014 00:58:34 -0500 Subject: added page number to the central footer --- wmletterhead.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmletterhead.cls b/wmletterhead.cls index 10588e8..554a789 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -70,18 +70,21 @@ \fancyhead[R]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \fancyfoot[C]{\thepage}% } \fancypagestyle{plain}{% this takes care of the 2nd and the following pages \fancyhf{}% \fancyhead[L]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \fancyfoot[C]{\thepage}% } \fancypagestyle{empty}{% some how this is the very first page style \fancyhf{}% \fancyhead[L]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \fancyfoot[C]{\thepage}% } \pagestyle{plain}% important! if switched to fancy pages 2, 3, ... do not have logo -- cgit v1.2.3