答案1
查看aomart.cls
文件后,我发现了要添加到序言中的行。这个序言应该是这样的
\documentclass[final]{aomart}
\usepackage[english]{babel}
\makeatletter % https://tex.stackexchange.com/q/8351/134574
\fancypagestyle{firstpage}{%
\fancyhf{}%
\if@aom@manuscript@mode
\lhead{\begin{picture}(0,0)%
\put(-21,-25){\usebox{\@aom@linecount}}%
\end{picture}}
\fi
\chead{}%
\cfoot{\footnotesize\thepage}}%
\doinumber{}
\makeatother
\title{test}
\begin{document}
\maketitle
\end{document}