Moved page numbers to the upper right, as Evan pointed out is required.
authorW. Trevor King <wking@drexel.edu>
Tue, 12 Jan 2010 16:59:48 +0000 (11:59 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 12 Jan 2010 16:59:48 +0000 (11:59 -0500)
drexel-thesis.dtx

index 4cc998b71ed81ab4ee56b82d787c34b135d7d479..33d2175d8e4488b8d8aaf916d567ead54a998b70 100644 (file)
 %
 % \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}
 \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}