We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译的系统:Overleaf (Tsinghua) TeX 编译器:XeLaTex 模板版本:v7.4.0 模板类型:bachelor
将document class内degree修改为bachelor后appendix附录编译报错,附录无法正确显示参考文献 截图:
The text was updated successfully, but these errors were encountered:
我能复现这个问题。大概是忘记实现本科生附录的 \printbibliography 接口了(见 #837 和 #875)。目前只是示例文档编译不过,但是不影响正常使用。
\printbibliography
目前本科生的“调研阅读报告”和“书面翻译”这两个特殊章节的参考文献是单独编号的(不加“A-”这样的前缀),但《指南》其余位置并未提到附录中的参考文献。
附录 A 中图、表、公式的编号,应与正文中的编号区分开,即在阿拉伯数码前冠以附录 的编号,如图 A-1,表 A-2,(A-3)等。
那么其他附录中的参考文献需要单独编号吗?如果单独编号的话是否加附录号的前缀?
Sorry, something went wrong.
目前本科生的“调研阅读报告”和“书面翻译”这两个特殊章节的参考文献是单独编号的(不加“A-”这样的前缀),但《指南》其余位置并未提到附录中的参考文献。 附录 A 中图、表、公式的编号,应与正文中的编号区分开,即在阿拉伯数码前冠以附录 的编号,如图 A-1,表 A-2,(A-3)等。 那么其他附录中的参考文献需要单独编号吗?如果单独编号的话是否加附录号的前缀?
我接触过的本科生的论文通常不涉及其他部分,如果有的话应该也是文章的一部分(而不像报告和翻译是独立的内容),要不就和研究生一样带前缀处理吧。
195aab5
搞了两个晚上,总算在 195aab5 中解决了这个问题。
大致是,bibunits 开启了 \bibliographyunit 模式后的内部机制跟原来的 bibunit 环境完全不一样。
bibunits
\bibliographyunit
bibunit
Fix undefined \printbibliography error (fix #882)
9572d8c
No branches or pull requests
编译环境
编译的系统:Overleaf (Tsinghua)
TeX 编译器:XeLaTex
模板版本:v7.4.0
模板类型:bachelor
描述问题
将document class内degree修改为bachelor后appendix附录编译报错,附录无法正确显示参考文献
截图:
The text was updated successfully, but these errors were encountered: