答案1
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lfoot{\hfill Specific Arms \hfill Page \thepage\hfill}
或者
\lfoot{\makebox[0.5\linewidth]{Specific Arms}\makebox[0.5\linewidth]{Page \thepage}}
答案2
謝謝赫伯特。我正在使用你的答案,然後我發現:
\fancyfoot[L]{\scriptsize \hskip 0pt plus .25 fill Research Strategy \hskip 0pt plus .5 fill Page \thepage\hskip 0pt plus .25 fill }
這稍微複雜一些,但它允許您調整每個開放空間中的空間量。