From: Ian Jackson Date: Sun, 18 Mar 2012 11:46:51 +0000 (+0000) Subject: swap L and R headers and footers, better for 2-up output etc. X-Git-Tag: f0.3~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke-formulae.git;a=commitdiff_plain;h=055fa2561582452e1ab03fb405973e8c465dffc5 swap L and R headers and footers, better for 2-up output etc. --- diff --git a/article.tex b/article.tex index 228532c..459e12d 100644 --- a/article.tex +++ b/article.tex @@ -10,9 +10,10 @@ \usepackage{fancyhdr} \pagestyle{fancy} -\lhead[\rightmark]{} -\lfoot[\thepage]{\input{revid.inc}} -\rfoot[\input{revid.inc}]{\thepage} +\rhead[\rightmark]{} +\lhead[]{\rightmark} +\rfoot[\thepage]{\input{revid.inc}} +\lfoot[\input{revid.inc}]{\thepage} \let\stdsection\section \renewcommand\section{\newpage\stdsection}