Edited build settings
This commit is contained in:
parent
3d19b143cb
commit
3ea1865334
23
.vscode/settings.json
vendored
23
.vscode/settings.json
vendored
@ -1,3 +1,24 @@
|
|||||||
{
|
{
|
||||||
"latex-workshop.latex.recipe.default": "latexmk (lualatex)"
|
"latex-workshop.latex.recipe.default": "latexmk (lualatex)",
|
||||||
|
|
||||||
|
/*
|
||||||
|
"latex-workshop.latex.recipe.default": "tectonic",
|
||||||
|
"latex-workshop.latex.outDir": "%DIR%/../build/main",
|
||||||
|
|
||||||
|
"latex-workshop.latex.recipes": [
|
||||||
|
{
|
||||||
|
"name": "tectonic",
|
||||||
|
"tools": ["tectonic"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"latex-workshop.latex.tools": [
|
||||||
|
{
|
||||||
|
"name": "tectonic",
|
||||||
|
"command": "tectonic",
|
||||||
|
"args": ["-X", "build", "--keep-intermediates", "--keep-logs"],
|
||||||
|
"env": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
*/
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user