我使用的是包和文档类backref
的选项。摘要中引用了其中一个参考文献。在参考书目中,这意味着反向引用写为“(document)”。hyperref
amsart
是否有可能:
- 将“文件”替换为“摘要”
- 或者如果不可能的话,就停用此
backref
参考,只是为了这个cite
?
这是 MWE
\documentclass{amsart}
\usepackage[backref]{hyperref}
\title{Title}
\begin{document}
\begin{abstract}
reference : \cite{foo}
\end{abstract}
\maketitle
\bibliographystyle{abbrv}
\bibliography{references}
\end{document}
有了参考书目,references.bib
@article{foo,
Author = {Author},
Title = {Title}}
输出: