Update workspace files

This commit is contained in:
AVAtarMod 2023-08-19 19:32:57 +03:00
parent 897e02bcd0
commit 2f25ade43e
Signed by: stud128245
GPG Key ID: 43198AE4D0774328

View File

@ -34,12 +34,6 @@
"pdflatex" "pdflatex"
] ]
}, },
{
"name": "tectonic",
"tools": [
"tectonic"
]
}
], ],
"latex-workshop.latex.tools": [ "latex-workshop.latex.tools": [
{ {
@ -81,6 +75,7 @@
"command": "pdflatex", "command": "pdflatex",
"args": [ "args": [
"-synctex=1", "-synctex=1",
// "-recorder",
"-shell-escape", "-shell-escape",
"-interaction=nonstopmode", "-interaction=nonstopmode",
"-file-line-error", "-file-line-error",
@ -97,17 +92,39 @@
], ],
"env": {} "env": {}
}, },
{
"name": "tectonic",
"command": "tectonic",
"args": [
"--synctex",
"--keep-logs",
"%DOC%.tex"
],
"env": {}
}
], ],
"latex-workshop.latex.rootFile.indicator": "\\begin{document}", "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"
],
} }
} }