From: W. Trevor King Date: Tue, 12 Jan 2010 16:59:48 +0000 (-0500) Subject: Moved page numbers to the upper right, as Evan pointed out is required. X-Git-Tag: 0.3~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63a2594f0c28a58d159feeeddadea5bcfcef5a40;p=drexel-thesis.git Moved page numbers to the upper right, as Evan pointed out is required. --- 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}