Skip to content

Commit d39cc22

Browse files
authored
PDF manual: add section titles to page right-facing page headers (ocaml#13802)
Fixes: ocaml#13800
1 parent 80f0a25 commit d39cc22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manual/src/macros.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164

165165
\pagestyle{myheadings}
166166
\def\partmark#1{\markboth{Part \thepart. \ #1}{}}
167-
\def\chaptermark#1{\markright{Chapter \thechapter. \ #1}}
167+
\def\chaptermark#1{\markboth{Chapter \thechapter. \ #1}{}}
168+
\def\sectionmark#1{\markright{\thesection. \ #1}}
168169

169170
% nth
170171

0 commit comments

Comments
 (0)