From 154bc35e22427ac55469dc1a1d55f2ae295f02f9 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Wed, 8 Aug 2018 17:29:51 +0200 Subject: [PATCH] Book: Distinguish even/odd pages in header with twoside fixes https://github.com/Wandmalfarbe/pandoc-latex-template/issues/56 --- eisvogel.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eisvogel.tex b/eisvogel.tex index b0ef57c..70dda68 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -647,12 +647,12 @@ $else$ \pagestyle{fancy} \fancyhead{} \fancyfoot{} -\lhead{$if(header-left)$$header-left$$else$$title$$endif$} -\chead{$if(header-center)$$header-center$$else$$endif$} -\rhead{$if(header-right)$$header-right$$else$$date$$endif$} -\lfoot{$if(footer-left)$$footer-left$$else$$for(author)$$author$$sep$, $endfor$$endif$} -\cfoot{$if(footer-center)$$footer-center$$else$$endif$} -\rfoot{$if(footer-right)$$footer-right$$else$\thepage$endif$} +\lhead[$if(header-right)$$header-right$$else$$date$$endif$]{$if(header-left)$$header-left$$else$$title$$endif$} +\chead[$if(header-center)$$header-center$$else$$endif$]{$if(header-center)$$header-center$$else$$endif$} +\rhead[$if(header-left)$$header-left$$else$$title$$endif$]{$if(header-right)$$header-right$$else$$date$$endif$} +\lfoot[$if(footer-right)$$footer-right$$else$\thepage$endif$]{$if(footer-left)$$footer-left$$else$$for(author)$$author$$sep$, $endfor$$endif$} +\cfoot[$if(footer-center)$$footer-center$$else$$endif$]{$if(footer-center)$$footer-center$$else$$endif$} +\rfoot[$if(footer-left)$$footer-left$$else$$for(author)$$author$$sep$, $endfor$$endif$]{$if(footer-right)$$footer-right$$else$\thepage$endif$} \renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt} $endif$