-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
提交前检查
- 我已经充分阅读了模板文档。
- 我的问题并非关于模板的用法(否则请前往 discussions 提出)。
- 我已经搜索了已有的 issues 和 discussion,确认没有重复提交。
系统
Overleaf
TeX 发行版
TeX Live 2023
TeX 编译器
XeLaTeX
版本
7.4.0
学位类型
bachelor
问题描述
本科生论文有两篇外文资料翻译,分在两个附录中。只能加载出第二篇附录的参考文献,看了cls之后发现应该是所有附录共用一个bibliography导致前面一篇被覆盖了,有没有办法显示两个附录的参考文献?
复现代码
% thuthesis-example.tex
\appendix
\input{data/appendix-translation_1} % 本科生:外文资料的书面翻译
\input{data/appendix-translation_2} % 本科生:外文资料的书面翻译
% appendix-translation_1.tex
% 书面翻译的参考文献
\bibliographystyle{ieeetr}
\bibliography{ref/appendix1}
% 书面翻译对应的原文索引
\begin{translation-index}
\nocite{kang2023large}
\bibliographystyle{ieeetr}
\bibliography{ref/appendix1}
\end{translation-index}
% appendix-translation_2.tex
% 书面翻译的参考文献
\bibliographystyle{ieeetr}
\bibliography{ref/appendix2}
% 书面翻译对应的原文索引
\begin{translation-index}
\nocite{liu2023chatgpt}
\bibliographystyle{ieeetr}
\bibliography{ref/appendix2}
\end{translation-index}
编译日志
You have cited something which is not included in your bibliography. Make sure that the citation (\cite{...}) has a corresponding key in your bibliography, and that both are spelled the same way.
其他信息
No response
Metadata
Metadata
Assignees
Labels
No labels