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