Edited build settings

This commit is contained in:
Mark 2023-10-03 11:28:29 -07:00
parent 3d19b143cb
commit 3ea1865334
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

23
.vscode/settings.json vendored
View File

@ -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": {}
}
]
*/
}