Skip to content

Commit

Permalink
fix: -s is a style file found in a style directory and not within build/
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Jan 9, 2024
1 parent e4d031c commit fabc35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"args": [
"%OUTDIR%/%DOCFILE%.nlo",
"-s",
"%OUTDIR%/nomencl.ist",
"nomencl.ist",
"-o",
"%OUTDIR%/%DOCFILE%.nls"
],
Expand Down Expand Up @@ -102,4 +102,4 @@
"**/*.nls"
],
"latex-workshop.synctex.afterBuild.enabled": true,
}
}

0 comments on commit fabc35c

Please sign in to comment.