Files
ouc-report-latex-template/cls/headandfoot.cls
T

32 lines
894 B
OpenEdge ABL
Raw Normal View History

2022-05-15 23:32:13 +08:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% head and foot
%% 页眉页脚
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \RequirePackage{fancyhdr}
% \RequirePackage{zhnumber}
% \pagestyle{fancy}
% \fancyhf{}
% \renewcommand\headrulewidth{.5pt}
% \renewcommand\footrulewidth{0pt}
% %\futurelet\TMPheadrule\def\headrule{{\color{violet}\TMPheadrule}}
% \renewcommand{\sectionmark}[1]{\markright{#1}}
% \fancyhead[C]{\fzkai{\rightmark}}
% %\fancyhead[R]{\thepage}
% \fancyfoot[L]{\fzkai{\author}}
% \fancyfoot[R]{\thepage}
\pagestyle{fancy}
\fancyhf{}
\renewcommand\headrulewidth{.5pt}
\renewcommand\footrulewidth{0pt}
%\futurelet\TMPheadrule\def\headrule{{\color{violet}\TMPheadrule}}
%\renewcommand{\sectionmark}[1]{\markright{#1}}
\fancyhead[C]{\fzkai{\themaintitle}}
%\fancyhead[C]{\@title}
%\fancyhead[R]{\thepage}
%\fancyfoot[L]{\fzkai{\@author}}
\fancyfoot[C]{\thepage / \pageref{LastPage}}