Skip to content
Snippets Groups Projects

V 0.1 update

Merged
Jan Willerequested to merge
master into example
1 file
+ 0
23
Compare changes
  • Side-by-side
  • Inline
{
"latex-workshop.latex.outDir": "%DIR%/build",
"latex-workshop.latex.tools": [
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"--output-directory=build",
"%DOC%"
],
"env": {
"TEXINPUTS": "%DIR%/src"
}
}
],
"cSpell.enabled": true,
"cSpell.enableFiletypes": [
"markdown"
]
}
\ No newline at end of file
Loading