我正在使用这些包
\documentclass[a4paper]{article}
\usepackage[top=1.5cm,bottom=2cm,left=1cm,
right=1cm,includehead=false, includefoot=false]{geometry}
\usepackage{fancyhdr}
\usepackage{lipsum}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[R]{\sc Ehsan Benabbas SOP | \thepage}
\fancyfoot[L]{\sc [email protected]}
\begin{document}
\lipsum[1-10]
\end{document}
问题是,我在奇数页上只有页脚的右侧和左侧,而在偶数页上,我只在素材中间放了一个简单的数字作为页码。但我想在所有页面上都有右侧和左侧页脚。请帮帮我。
答案1
我不知道为什么,但我\thispagestyle{plain}
在偶数页有!所以我删除了它,问题就解决了。