答え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 }
少し複雑ですが、各空きスペースのスペース量を調整できます。