diff options
Diffstat (limited to 'doc/manual.sty')
-rw-r--r-- | doc/manual.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual.sty b/doc/manual.sty index fdbc982..12f3911 100644 --- a/doc/manual.sty +++ b/doc/manual.sty @@ -11,12 +11,6 @@ \newcommand{\clearemptydoublepage}{% \newpage{\pagestyle{empty}\cleardoublepage}% } -\renewcommand{\chaptermark}[1]{% - \markboth{#1}{}% -} -\renewcommand{\sectionmark}[1]{% - \markright{\thesection\ #1}% -} % Used by @image % (only if inline is specified) \newlength{\DoxyInlineHeightChar} @@ -44,6 +38,12 @@ \renewcommand{\headrulewidth}{0pt}} % \pagestyle{fancyplain} +\renewcommand{\chaptermark}[1]{% + \markboth{#1}{}% +} +\renewcommand{\sectionmark}[1]{% + \markright{\thesection\ #1}% +} % \usepackage{xpatch} \xpatchcmd{\part}{plain}{empty}{}{} |