Skip to content

Commit

Permalink
Fix typo in output path of VS Code settings (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaelbrecht authored May 6, 2024
1 parent 62b949d commit e6089ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latex-workshop.latex.outDir": "output",
"latex-workshop.latex.outDir": "../output",
"latex-workshop.latex.recipes": [
{
"name": "xelatex× 2",
Expand Down

0 comments on commit e6089ad

Please sign in to comment.