Use small-caps rather than slanted-uppercase for chapter/section marks.
authorW. Trevor King <wking@drexel.edu>
Wed, 13 Jan 2010 13:22:10 +0000 (08:22 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 13 Jan 2010 13:22:10 +0000 (08:22 -0500)
For consistency with TOC.

drexel-thesis.dtx

index ea928ece2afa596b15f1ceea3b755cd5759bf568..1bf7dafead2f80158acbe9da1e6f9fcbc24c339b 100644 (file)
 % We put the lower level mark to the outside because it changes more
 % often.  Page numbers also go on the outside.
 %    \begin{macrocode}
-\fancyfoot[RE,LO]{\slshape\leftmark}
-\fancyfoot[LE,RO]{\slshape\rightmark}
+\fancyfoot[RE,LO]{\scshape\leftmark}
+\fancyfoot[LE,RO]{\scshape\rightmark}
 \fancyhead[LE,RO]{\thepage}
 %    \end{macrocode}
 % Override the |plain| format (for part pages, etc.).
 % (\file{classes.dtx}, L2053)
 %    \begin{macrocode}
 \renewcommand\chaptermark[1]{%
-  \markboth {\MakeUppercase{%
+  \markboth {%
     \ifnum \c@secnumdepth >\m@ne
       \if@mainmatter
         \@chapapp\ \thechapter: \ %
       \fi
     \fi
-    #1}}{}}
+    #1}{}}
 %    \end{macrocode}
 % \end{macro}
 %
 % \begin{macro}{\schaptermark}
 % Setup unnumbered chapter marks for \pkg{fancyhdr}.
 %    \begin{macrocode}
-\newcommand\schaptermark[1]{\markboth{\MakeUppercase{#1}}{}}
+\newcommand\schaptermark[1]{\markboth{#1}{}}
 %    \end{macrocode}
 % \end{macro}
 %
 % (\file{classes.dtx}, L2054)
 %    \begin{macrocode}
 \renewcommand{\sectionmark}[1]{%
-  \markright {\MakeUppercase{%
+  \markright {%
     \ifnum \c@secnumdepth >\z@
       \thesection \ %
     \fi
-    #1}}}
+    #1}}
 %    \end{macrocode}
 % \end{macro}
 %