From 52cdcfbadebebb2c1dbdba54e756a9f63b643fd1 Mon Sep 17 00:00:00 2001 From: AVAtarMod Date: Fri, 27 Oct 2023 11:23:10 +0300 Subject: [PATCH] Merge workspace from dev --- 6SST_NM.code-workspace | 50 +++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 32 deletions(-) diff --git a/6SST_NM.code-workspace b/6SST_NM.code-workspace index 15fd625..f24448c 100644 --- a/6SST_NM.code-workspace +++ b/6SST_NM.code-workspace @@ -13,6 +13,12 @@ "pdflatex" ] }, + { + "name": "latexmk (xelatex)", + "tools": [ + "xelatexmk" + ] + }, { "name": "latexmk", "tools": [ @@ -44,6 +50,7 @@ "-interaction=nonstopmode", "-file-line-error", "-pdf", + "-shell-escape", "-outdir=%OUTDIR%", "%DOC%" ], @@ -92,39 +99,18 @@ ], "env": {} }, + { + "name": "tectonic", + "command": "tectonic", + "args": [ + "--synctex", + "--keep-logs", + "%DOC%.tex" + ], + "env": {} + } ], "latex-workshop.latex.rootFile.indicator": "\\begin{document}", - "latex-workshop.latex.watch.files.ignore": [ - "**/*.bbx", - "**/*.bbl", - "**/*.cbx", - "**/*.cfg", - "**/*.clo", - "**/*.cnf", - "**/*.def", - "**/*.dfu", - "**/*.enc", - "**/*.fd", - "**/*.fmt", - "**/*.lbx", - "**/*.map", - "**/*.mkii", - "**/*.pfb", - "**/*.tfm", - "**/*.vf", - "**/*.code.tex", - "**/*.sty", - "**/texmf-{dist,var}/**", - "**/Local/MiKTeX/**", - "**/Local/Programs/MiKTeX/**", - "**/Roaming/MiKTeX/**", - "**/Program*/MiKTeX*/**", - "**/.miktex/texmfs/**", - "/var/cache/miktex-texmf/**", - "/usr/local/share/miktex-texmf/**", - "**/Library/Application Support/MiKTeX/texmfs/**", - "/dev/null", - "**/*.fls" - ], + "latex-workshop.latex.recipe.default": "lastUsed", } }