Skip to content

Commit 730ac70

Browse files
authored
Use latexmk (xelatex) recipe
1 parent ed29097 commit 730ac70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"James-Yu.latex-workshop",
1212
"EditorConfig.EditorConfig"
1313
],
14+
"settings": {
15+
"latex-workshop.latex.recipe.default": "latexmk (xelatex)"
16+
},
1417
"postCreateCommand": "npm install",
1518
"remoteUser": "node"
16-
}
19+
}

0 commit comments

Comments
 (0)