使用VScode+texlive2021在命令行使用latexmk -xelatex -outdir=out zjuthesis 仍无法显示参考文献#23的问题 #370
Luorifeihua
started this conversation in
Tool Usage
Replies: 2 comments 1 reply
-
同Vscode,实测 |
Beta Was this translation helpful? Give feedback.
0 replies
-
限制就是,参考文献无 et al. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我在使用VScode按readme和FAQ以及issue#23帖子中的内容尝试后仍无法解决参考文献无法显示的问题。

经测试,在config\packages.tex文件下找到\usepackage[...]{biblatex}中在原有的选项前加入[backend=bibtex],再次运行即可显示参考文献。问题出在lateworkShop在latexmk命令执行时使用bibtex对.bib文件进行处理,而biblatex宏包默认参考文献后端为biber。
但是,查阅biblatex手册后,对backend=bibtex的修改可能会导致一些限制(没能理解),故而项问问是否能将latexmk编译器的默认后端改为biber以匹配biblatex宏包的默认后端。
Beta Was this translation helpful? Give feedback.
All reactions