From ab31cfe0041d5f6ef073d7f24c59a075f79a9d74 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 4 Apr 2018 10:32:35 -0700 Subject: [PATCH] added page numbers for longer letters --- washington_letterhead_letter-matrix-deptartment.tex | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/washington_letterhead_letter-matrix-deptartment.tex b/washington_letterhead_letter-matrix-deptartment.tex index e79f742..ac989c8 100644 --- a/washington_letterhead_letter-matrix-deptartment.tex +++ b/washington_letterhead_letter-matrix-deptartment.tex @@ -47,11 +47,16 @@ BoldItalicFont = *-BoldItalic % add the department name \node at (current page.north west) [anchor=north west, xshift=1.19in, yshift=-0.56in] {{\fontsize{14pt}{16pt} \fontspec{MatrixIIOT-Book.otf}[ - Path = ./fonts/Matrix/ - ] \MakeUppercase \department}}; + Path = ./fonts/Matrix/ + ] \MakeUppercase \department}}; \end{tikzpicture} \fi } +\fancyhead[R]{% + \ifnum\thepage>1 + Page \thepage%/\pageref*{LastPage} + \fi +} \fancyfoot{} \fancyfoot[C]{% \ifnum\thepage=1 @@ -64,7 +69,7 @@ BoldItalicFont = *-BoldItalic \fi } \fancyfoot[L] {} -\fancyfoot[R] {}%{\thepage/\pageref*{LastPage}} +\fancyfoot[R] {} % No paragraph indentation \parindent 0pt -- 2.39.2