Skip to content
Snippets Groups Projects
Commit e632da9f authored by Jan Wille's avatar Jan Wille
Browse files

Delete settings.json

parent 97fa1775
No related branches found
No related tags found
2 merge requests!6Development,!5Development
{
"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"
}
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment