使用 --halt-on-error 而不是 --interaction=nonstopmode 运行 vscode 扩展 Latex-workshop

发布于 2025-01-11 05:45:16 字数 779 浏览 0 评论 0原文

我使用 vscodelatex-workshop 扩展,编译 tikz 图形时编译有时会挂起。

常见问题解答 在这种情况下建议:

当构建导致 TikZ 或其他高级软件包无限循环时,请在您的配方中将 -interaction=nonstopmode 替换为 -halt-on-error。

但我该怎么做呢?食谱不在 settings.json 中,而是在 ~/.vscode/extensions/james-yu.latex-workshop-8.23.0/package.json 中,我不知道我不认为我应该直接编辑它吗?

我应该在 settings.json 中放入什么来更改 latexmk 工具(如果我理解正确的话,它是由 latexmk 配方调用的,请参阅< a href="https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#latex-recipes" rel="nofollow noreferrer">此处) --发生错误时停止

I'm using vscode with the latex-workshop extension, and the compilation sometimes hangs when compiling tikz graphics.

The FAQ recommends in this case:

When builds result in an infinite loop with TikZ or other advanced packages, please replace -interaction=nonstopmode with -halt-on-error in your recipe.

But how do I do this? The recipes are not in settings.json but in ~/.vscode/extensions/james-yu.latex-workshop-8.23.0/package.json, and I don't think I'm supposed to edit that directly?

What should I put in settings.json to change say the latexmk tool (which is called by the latexmk recipe if I understand correctly, see here) to --halt-on-error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欢你一世 2025-01-18 05:45:16

该选项可以从settings.json中的设置进行修改:

latex-workshop.latex.magic.args

或者从VSCode设置中修改,如下图所示
输入图片此处描述

The option can be modified from the setting in the settings.json:

latex-workshop.latex.magic.args

Or from the VSCode settings as can be seen in the picture below
enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文