我在 LaTeX 文档中遇到了一些页码问题。我希望奇数页的页码显示在左侧,偶数页的页码显示在右侧。
我按照 wiki 上的步骤操作,但无论如何它总是在左侧显示页面;http://en.wikibooks.org/wiki/LaTeX/Page_Layout
这是我目前所拥有的:
\begin{document}
\pagestyle{fancyplain}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{1pt}
\fancyhead[LE,RO]{\thepage}
\fancyfoot[L]{my name}
\fancyfoot[R]{Assignment Name}