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

vscode: pdflatex ist standart, latexmk nur wenn nötig

parent 992b945b
Branches
No related tags found
No related merge requests found
......@@ -20,15 +20,15 @@
"latex-workshop.showContextMenu": true,
"latex-workshop.latex.recipes": [
{
"name": "latexmake",
"name": "pdflatex",
"tools": [
"latexmk"
"pdflatex"
]
},
{
"name": "pdflatex",
"name": "latexmake",
"tools": [
"pdflatex"
"latexmk"
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment