“Latex workshop VSCode does not compile” 可以翻译为 “Latex工作坊 VSCode 无法编译”。

huangapple go评论64阅读模式
英文:

Latex workshop VSCode does not compile

问题

我正在使用MacBook和Visual Studio Code来编写LaTeX论文。今天在工作中,VScode突然停止编译所有文件,并显示错误:

“Latex workshop VSCode does not compile” 可以翻译为 “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:
“Latex workshop VSCode does not compile” 可以翻译为 “Latex工作坊 VSCode 无法编译”。

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`

huangapple
  • 本文由 发表于 2023年5月10日 22:47:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/76219822.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定