Visual Studio Code で LaTeX ファイルを編集して、LaTeX Workshop の設定では、
- Latex > Auto Build: Run = ofFileChange
- Latex > Auto Build: Interval = 1000
LaTeX Workshop のドキュメントを見ると、
"onFileChange": Build the project upon detecting a file change in any of the dependencies. The file can even be modified outside vscode. See here for explanations on what dependencies are and how some of them can be ignored.
とあるので、依存関係にあるファイルが「vscode の外部で」変更されても検出してコンパイルするよ、ということらしいのですが…。
ちなみに "Build LaTeX project" のキーバインドは C-A-b のようですが、ちょっと使いづらい感じ。VimTeX と共通で '\ll' としたいところですが、
"vim.normalModeKeyBindingsNonRecursive": [ { "before": ["\\", "l", "l"], "commands": [ "latex-workshop.latex.recipe.default", ] } ],としてもうまく動きません。まあ、C-A-b でもいいんですけど…。
0 件のコメント:
コメントを投稿