Skip to content

Commit

Permalink
PDF manual: add section titles to page right-facing page headers (oca…
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb authored Feb 17, 2025
1 parent 80f0a25 commit d39cc22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual/src/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@

\pagestyle{myheadings}
\def\partmark#1{\markboth{Part \thepart. \ #1}{}}
\def\chaptermark#1{\markright{Chapter \thechapter. \ #1}}
\def\chaptermark#1{\markboth{Chapter \thechapter. \ #1}{}}
\def\sectionmark#1{\markright{\thesection. \ #1}}

% nth

Expand Down

0 comments on commit d39cc22

Please sign in to comment.