There was an error while loading. Please reload this page.
1 parent ff07068 commit b05b65dCopy full SHA for b05b65d
1 file changed
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"latex-workshop.intellisense.unimathsymbols.enabled": true,
3
+ "latex-workshop.latex.build.enableMagicComments": false,
4
"latex-workshop.latex.recipes": [
5
6
"name": "latexmk (xelatex)",
@@ -23,7 +24,9 @@
23
24
"-interaction=nonstopmode",
25
"-file-line-error",
26
"-xelatex",
27
+ "-bibtex-cond1",
28
"-outdir=%OUTDIR%",
29
+ "-auxdir=%AUXDIR%",
30
"%DOC%"
31
],
32
"env": {}
@@ -36,10 +39,12 @@
36
39
37
40
38
41
"-lualatex",
42
43
44
45
46
47
- },
48
+ }
49
]
50
}
0 commit comments