Update settings from , profile « main »
parent
ed4b5498d0
commit
4b22c68a7c
|
@ -31,6 +31,7 @@
|
||||||
"latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build/",
|
"latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build/",
|
||||||
"latex-workshop.view.pdf.viewer": "tab",
|
"latex-workshop.view.pdf.viewer": "tab",
|
||||||
"latex-workshop.latex.recipes": [
|
"latex-workshop.latex.recipes": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "tectonic",
|
"name": "tectonic",
|
||||||
"tools": ["tectonic"]
|
"tools": ["tectonic"]
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
{
|
{
|
||||||
"name": "tectonic",
|
"name": "tectonic",
|
||||||
"command": "tectonic",
|
"command": "tectonic",
|
||||||
"args": ["-X", "build", "--keep-intermediates"],
|
"args": ["%DOC_EXT%"],
|
||||||
"env": {}
|
"env": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue