答案1
我建议你使用这个fancyhdr
包。
\documentclass[twoside]{article}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}\fancyfoot{} % clear all header and footer fields
\renewcommand{\headrulewidth}{0pt} % no header rule
\fancyhead[LE,RO]{\thepage}
\fancyhead[CE]{\em The Journal of Finance}
\fancyhead[CO]{\em The American Put Option and Its Critical Stock Price}
\usepackage{lipsum} % for filler text
\begin{document}
\setcounter{page}{2334}
\lipsum[1-15] % generate 3 pages of text
\end{document}