From a03565a6754ca781e2ec047332ba3366c77cb5cb Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 2 Jun 2015 14:50:42 +0200 Subject: [PATCH] header/footer --- pandoc/header.tex | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}} }