From 63a2594f0c28a58d159feeeddadea5bcfcef5a40 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 12 Jan 2010 11:59:48 -0500 Subject: [PATCH] Moved page numbers to the upper right, as Evan pointed out is required. --- drexel-thesis.dtx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 4cc998b..33d2175 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -790,6 +790,11 @@ % % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/}{\pkg{fancyhdr}} % for correct page numbering and fancy headers. +% From the Manual 2.3 p5, ``Pagination'' +% \begin{quote} +% Place page numbers in the upper right-hand corner of the page, +% 3/4'' from the top. +% \end{quote} % \begin{macrocode} \RequirePackage{fancyhdr} % \end{macrocode} @@ -800,8 +805,7 @@ \pagestyle{fancy} \fancyhf{} \fancyhead[LE,RO]{\slshape\rightmark} -\fancyhead[LO,RE]{\slshape\leftmark} -\fancyfoot[LE,RO]{\thepage} +\fancyhead[LO,RE]{\thepage} % \end{macrocode} % Override the |plain| format (for chapter pages, etc.). % \begin{macrocode} -- 2.26.2