From: W. Trevor King Date: Wed, 13 Jan 2010 13:22:10 +0000 (-0500) Subject: Use small-caps rather than slanted-uppercase for chapter/section marks. X-Git-Tag: 0.3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bb6ca69325880cf8c2818df37a0e4b62344e8ad;p=drexel-thesis.git Use small-caps rather than slanted-uppercase for chapter/section marks. For consistency with TOC. --- diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index ea928ec..1bf7daf 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -893,8 +893,8 @@ % 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.). @@ -1513,20 +1513,20 @@ % (\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} % @@ -1535,11 +1535,11 @@ % (\file{classes.dtx}, L2054) % \begin{macrocode} \renewcommand{\sectionmark}[1]{% - \markright {\MakeUppercase{% + \markright {% \ifnum \c@secnumdepth >\z@ \thesection \ % \fi - #1}}} + #1}} % \end{macrocode} % \end{macro} %