From 3ea5791f784ba02535bdd660d605532120d58552 Mon Sep 17 00:00:00 2001 From: Petersen Date: Mon, 13 May 2024 16:55:47 -0500 Subject: [PATCH] 20240513 - remove chapter and section numbering in running head --- krantz.cls | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/krantz.cls b/krantz.cls index cf2dcf68f..21fdd29ff 100644 --- a/krantz.cls +++ b/krantz.cls @@ -350,12 +350,12 @@ \top@cornermarks {\@the@page\RunningHeadFont \hfill -\if@mainmatter\ifnum\value{chapter}>0 \thechapter\enspace\fi\fi\leftmark +\if@mainmatter\ifnum\value{chapter}>0 \fi\fi\leftmark }} \def\odd@head{% \top@cornermarks \hfil{\RunningHeadFont -\if@mainmatter\ifnum\value{section}>0 \thesection\enspace\fi\fi\rightmark +\if@mainmatter\ifnum\value{section}>0 \fi\fi\rightmark } \hfill \@the@page @@ -375,7 +375,7 @@ \let\@oddfoot\@empty \let\@evenfoot\@empty \let\@evenhead\even@head - \def\@oddhead{\RunningHeadFont\if@mainmatter\ifnum\value{section}>0 \enspace\fi\fi\rightmark\hfill\PageNumFont\thepage}%\odd@head + \def\@oddhead{\RunningHeadFont\if@mainmatter\ifnum\value{section}>0 \fi\fi\rightmark\hfill\PageNumFont\thepage}%\odd@head \fi } \else @@ -449,7 +449,7 @@ ##1}{}}% \def\sectionmark##1{%\pagebreak[3]% \markright{% - \thesection\enspace##1}}} + ##1}}} \def\pdfon{\@pdftrue} \def\pdfoff{\@pdffalse} \if@pdf @@ -1807,4 +1807,4 @@ \HeadingsChapterSection \endinput %% -%% End of file `krantz.cls'. \ No newline at end of file +%% End of file `krantz.cls'.