我正在为 overleaf 上的 AIP 期刊完成一份文档,因此我使用 aip 文档类。
\documentclass[%
aip,
% jmp,
% bmf,
% sd,
% rsi,
amsmath,amssymb,
%preprint,%
reprint,%
%author-year,%
%author-numerical,%
% Conference Proceedings
]{revtex4-1}
我也在序言中用这个来设置我的参考书目。
\usepackage[nottoc]{tocbibind}
\renewcommand\bibname{References}
\usepackage[resetlabels,labeled]{multibib}
\newcites{New}{The other list}
\usepackage{appendix}
\usepackage{cleveref}
\crefname{appendix}{supplementary material}{supplementary materials}
\Crefname{appendix}{Supplementary Material}{Supplementary Materials}
在我的主文档中,我在末尾有一个参考书目。这很好,但在我的两个附录中,我也想有一个参考书目,每个附录一个(标记为补充材料)。
\renewcommand\bibname{References}
\bibliography{references}
当我插入第一个附录时,我尝试插入第二个参考书目。
\clearpage
\input{Writing/SupA}
在补充材料 A 中现在……在我有文本之后,我希望有第二份仍然标题为参考文献的参考书目。
\bibliographystyleNew{plain}
\bibliographyNew{referencesA}
但当我尝试\citeNew{}
在补充材料 A 的文本中使用时,什么都没有发生。甚至没有错误消息。也许我设置错了?以下是描述如何multibib
在背页。我已经向 Overleaf 寻求技术支持,但尚未收到回复;我在这里发布此信息,希望能得到更快的答复。
最终我需要对补充材料 B 做一些类似的事情。