英文:
Latex workshop VSCode does not compile
问题
我正在使用MacBook和Visual Studio Code来编写LaTeX论文。今天在工作中,VScode突然停止编译所有文件,并显示错误:
PDF生成了,但没有包含参考文献。
LaTeX workshop v8.26是最新版本。
有任何想法发生了什么以及如何修复吗?
在Overleaf上编译文件,所以我认为代码是正确的。
英文:
I am using MacBook and Visual Studio Code to write latex papers. Today in the middle of work VScode stopped to compile all the files giving errors:
PDF comes but without bibliography.
Latex workshop v8.26 the latest.
Any ideas what could happened and how to fix that?
Files compile on overleaf so I assume code is correctly written.
答案1
得分: 1
问题解决。
需要删除缓存文件。
在终端中:
rm -rf `biber --cache`
英文:
Problem solved.
Need to erase cache files.
In terminal:
rm -rf `biber --cache`
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论