We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc6613 commit 46e82e0Copy full SHA for 46e82e0
.vscode/settings.json
@@ -0,0 +1,42 @@
1
+{
2
+ "latex-workshop.latex.recipes": [
3
+ {
4
+ "name": "xelatex",
5
+ "tools": [
6
+ "xelatex"
7
+ ]
8
+ },
9
10
+ "name": "latexmk -xe",
11
12
+ "xelatexmk"
13
14
15
+ ],
16
+ "latex-workshop.latex.tools": [
17
18
+ "name": "xelatexmk",
19
+ "command": "latexmk",
20
+ "args": [
21
+ "-synctex=1",
22
+ "-interaction=nonstopmode",
23
+ "-file-line-error",
24
+ "-xelatex",
25
+ "-outdir=%OUTDIR%",
26
+ "%DOCFILE%"
27
28
+ "env": {}
29
30
31
32
+ "command": "xelatex",
33
34
35
36
37
38
39
40
41
42
+}
0 commit comments