使用 amsart 和 hyperref 与 pagebackref 时,\thanks 中的引用存在问题

使用 amsart 和 hyperref 与 pagebackref 时,\thanks 中的引用存在问题

我正在使用 amsart 和 hyperref 的 pagebackref 选项撰写一篇论文。我想使用 \thanks 命令来感谢某人向我指出了特定的参考资料。但我收到错误。给出错误的简化代码是:

\documentclass{amsart}
\usepackage[pagebackref]{hyperref}
\begin{document}
\title{Error}
\author{Michael E. Zieve}
\thanks{Thanks for pointing me to \cite{PS}.}
\maketitle

\section{Introduction}
blah

\begin{thebibliography}{9}

\bibitem{PS} foo

\end{thebibliography}

\end{document}

错误是

! Undefined control sequence.
<write> ...{\backcite{PS}{{\thepage }{\@thefnmark 
                                                  }{Doc-Start}}}
l.18 \end{document}

有什么建议么?

相关内容