Jos*_*hua 7 latex visual-studio-code
我在 VSCode Latex-Workshop 中的 AutoBuild 功能有问题:
使用
"latex-workshop.latex.autoBuild.run": "onFileChange"
Run Code Online (Sandbox Code Playgroud)
如果我更改(并保存)我的 tex 文件,则该项目不会构建,即使 Latex Workshop 记录器告诉我:
[10:54:26] File watcher: responding to change in /path/presentation.tex
[10:54:26] Parsing /path/presentation.tex
Run Code Online (Sandbox Code Playgroud)
但没有更多的事情发生。
如果我将设置更改为
"latex-workshop.latex.autoBuild.run": "onSave"
Run Code Online (Sandbox Code Playgroud)
事情按预期工作:
[10:59:28] File watcher: responding to change in /path/presentation.tex
[10:59:28] Parsing /path/presentation.tex
[10:59:28] Auto-build /path/presentation.tex upon save.
[10:59:28] BUILD command invoked.
Run Code Online (Sandbox Code Playgroud)
(……建设开始……)
所有其他设置都保持默认值。
我正在使用 LaTeX-Workshop 版本 6.0.0
非常感谢您的帮助!
约书亚
归档时间: |
|
查看次数: |
2338 次 |
最近记录: |