I've recently been having problems getting fancyhdr to do what it's supposed to, namely to alternate headings according to the values of LRC with OE.
The following minimal example results in "Header 1" appearing in \rhead on every page, and both \thepage and "Author" appearing adjacent two each other in \lfoot on every page.
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{fancyhdr}\usepackage{blindtext}\pagestyle{fancy}\fancyhf{}\fancyhead[RO,LE]{\bfseries Header 1}\fancyfoot[LE,RO]{\thepage}\fancyfoot[LO,CE]{Author}\fancyfoot[CO,RE]{\date}\begin{document}\Blinddocument\end{document}
Any help much appreciated.
Best,
doonyakka