我想在页脚右侧显示页码。
目前,它显示在页脚的中央。
这是我的宏:
% Macros to format the page numbering.
\def\ps@myheadings{\let\@mkboth\@gobbletwo
\def\@oddfoot{\hfil\thepage}
%\def\@oddfoot{}
\def\@evenfoot{\hfil\thepage}
%\def\@evenfoot{}
\def\sectionmark##1{}
\def\subsectionmark##1{}
}
你知道如何解决这个问题吗?