I am having trouble with fancyhdr. I use the following in the preamble:
\fancyhead{}
\fancyfoot{}
\fancyhf[HLE,HRO]{\thepage}
\fancyhf[HLO,HRE]{Title}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
But the page number always comes up on the right side, i.e. on both odd and
even pages while the title is always on the left. What am i doing wrong?
