Skip to content

Commit

Permalink
re-jigger vscode latex settings to get errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marsfan committed Mar 15, 2022
1 parent 1d730b6 commit cb1df41
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"name": "xelatex",
"command": "xelatex",
"args": [
// "-cd",
"--output-directory=%DIR%/temp",
"-recorder",
"%DOC_W32%"
"-synctex=1",
"-interaction=nonstopmode",
"-max-print-line=999999",
"-file-line-error",
"%DOC%"
]
}
],
Expand Down

0 comments on commit cb1df41

Please sign in to comment.