header/footer

This commit is contained in:
nik gaffney 2015-06-02 14:50:42 +02:00
parent b55c36a681
commit a03565a675

View file

@ -44,12 +44,7 @@
% convert header to titleps - http://www.tex-tipografia.com/titleps_fancyhdr.html % convert header to titleps - http://www.tex-tipografia.com/titleps_fancyhdr.html
\newpagestyle{main}[\small]{ \newpagestyle{main}[\small]{
\setheadrule{.55pt}% \setheadrule{.55pt}%
\sethead[\colorbox{black}{\color{white}{\thepage}}]% even-left \sethead{}{}{\sectiontitle}
[\chaptertitle]% even-center
[\colorbox{CornflowerBlue}{\thesection}]% even-right
{\colorbox{CornflowerBlue}{\thesection}}% odd-left
{\sectiontitle}% odd-center
{\colorbox{black}{\color{white}{\thepage}}}% odd-right
\setfoot{}{}{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}} \setfoot{}{}{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}}
} }