From 5bb6ca69325880cf8c2818df37a0e4b62344e8ad Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Jan 2010 08:22:10 -0500 Subject: [PATCH] Use small-caps rather than slanted-uppercase for chapter/section marks. For consistency with TOC. --- drexel-thesis.dtx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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} % -- 2.26.2