diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 02df94a..e85632b 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -31,6 +31,7 @@ "latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build/", "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.recipes": [ + { "name": "tectonic", "tools": ["tectonic"] @@ -40,7 +41,7 @@ { "name": "tectonic", "command": "tectonic", - "args": ["-X", "build", "--keep-intermediates"], + "args": ["%DOC_EXT%"], "env": {} } ],