mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
Seitenzahlen am Rand um Suche nach Seite zu erleichtern
This commit is contained in:
parent
9c4237cdcf
commit
66aa9d403c
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -60,9 +60,9 @@
|
|||
\newcommand{\helv}{%
|
||||
\fontfamily{phv}\fontseries{b}\fontsize{9}{11}\selectfont}
|
||||
\fancyhf{}
|
||||
\fancyhead[LE,RO]{\helv \thepage}
|
||||
\fancyhead[LO]{\helv \rightmark}
|
||||
\fancyhead[RE]{\helv \leftmark}
|
||||
\fancyhead[LO,RE]{\helv \thepage}
|
||||
\fancyhead[LE]{\helv \leftmark}
|
||||
\fancyhead[RO]{\helv \rightmark}
|
||||
\fancypagestyle{plain}{%
|
||||
\fancyhead{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue