2022-11-13 13:38:23 -08:00
|
|
|
{
|
2024-04-12 13:11:57 -07:00
|
|
|
//"latex-workshop.latex.recipe.default": "latexmk (lualatex)",
|
2023-10-03 11:28:29 -07:00
|
|
|
|
|
|
|
"latex-workshop.latex.recipe.default": "tectonic",
|
2024-04-12 13:11:57 -07:00
|
|
|
//"latex-workshop.latex.outDir": "%DIR%/../build/main",
|
|
|
|
"latex-workshop.latex.outDir": "%DIR%",
|
2023-10-03 11:28:29 -07:00
|
|
|
|
|
|
|
"latex-workshop.latex.recipes": [
|
|
|
|
{
|
|
|
|
"name": "tectonic",
|
|
|
|
"tools": ["tectonic"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"latex-workshop.latex.tools": [
|
|
|
|
{
|
|
|
|
"name": "tectonic",
|
2024-04-12 13:11:57 -07:00
|
|
|
"command": "/home/mark/.cargo/bin/tectonic",
|
|
|
|
"args": ["-X", "compile", "--keep-intermediates", "--keep-logs", "%DOC_EXT%"],
|
2023-10-03 11:28:29 -07:00
|
|
|
"env": {}
|
|
|
|
}
|
|
|
|
]
|
2022-11-13 13:38:23 -08:00
|
|
|
}
|