Skip to content

Commit b05b65d

Browse files
committed
Fix LaTeX-Workshop setting about magic comments (fix #493)
1 parent ff07068 commit b05b65d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latex-workshop.intellisense.unimathsymbols.enabled": true,
3+
"latex-workshop.latex.build.enableMagicComments": false,
34
"latex-workshop.latex.recipes": [
45
{
56
"name": "latexmk (xelatex)",
@@ -23,7 +24,9 @@
2324
"-interaction=nonstopmode",
2425
"-file-line-error",
2526
"-xelatex",
27+
"-bibtex-cond1",
2628
"-outdir=%OUTDIR%",
29+
"-auxdir=%AUXDIR%",
2730
"%DOC%"
2831
],
2932
"env": {}
@@ -36,10 +39,12 @@
3639
"-interaction=nonstopmode",
3740
"-file-line-error",
3841
"-lualatex",
42+
"-bibtex-cond1",
3943
"-outdir=%OUTDIR%",
44+
"-auxdir=%AUXDIR%",
4045
"%DOC%"
4146
],
4247
"env": {}
43-
},
48+
}
4449
]
4550
}

0 commit comments

Comments
 (0)