Update workspace files
This commit is contained in:
parent
897e02bcd0
commit
2f25ade43e
@ -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"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user