Slightly customize page headers.
This commit is contained in:
parent
ee9eaf9689
commit
c8ddda0aee
1 changed files with 10 additions and 0 deletions
10
hdr.tex
10
hdr.tex
|
@ -67,6 +67,16 @@
|
||||||
\usetikzlibrary{calc}
|
\usetikzlibrary{calc}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\renewcommand{\chaptermark}[1]{%
|
||||||
|
\markboth{\chaptername\ \thechapter.\ #1}{}}
|
||||||
|
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
|
||||||
|
|
||||||
|
\fancyhead[LE,RO]{\textcolor{Prune}{\textsl{\rightmark}}}
|
||||||
|
\fancyhead[LO,RE]{\textcolor{Prune}{\textsl{\leftmark}}}
|
||||||
|
\renewcommand{\headrule}{{\color{Prune}\hrule}}
|
||||||
|
|
||||||
\input{title-page}
|
\input{title-page}
|
||||||
|
|
||||||
\input{abstracts}
|
\input{abstracts}
|
||||||
|
|
Loading…
Reference in a new issue