Skip to content

Commit

Permalink
home/lyc/modules/programs/vscode: let latexmk write to a dedicated di…
Browse files Browse the repository at this point in the history
…rectory
  • Loading branch information
inclyc committed Jan 28, 2025
1 parent 7b0b3b0 commit 5ae6897
Showing 1 changed file with 22 additions and 42 deletions.
64 changes: 22 additions & 42 deletions home/lyc/modules/programs/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,20 @@
"tools": [
"LuaLaTeXmk"
]
},
{
"name": "LaTeXmk-DVIPDFMx",
"tools": [
"LaTeXmk-DVIPDFMx"
]
},
{
"name": "upLaTeXmk-DVIPDFMx",
"tools": [
"upLaTeXmk-DVIPDFMx"
]
}
],
"latex-workshop.linting.chktex.enabled": true,
"latex-workshop.linting.chktex.exec.args": [
"-wall",
"-n1",
"-n8",
"-n19",
"-n22",
"-n30",
"-e16",
"-q"
],
"latex-workshop.bibtex-format.sort.enabled": true,
"latex-workshop.latex.tools": [
{
"args": [
Expand All @@ -115,6 +115,7 @@
"-shell-escape",
"-interaction=nonstopmode",
"-file-line-error",
"-outdir=%DIR%/latex-build",
"%DOC%"
],
"command": "latexmk",
Expand All @@ -127,6 +128,7 @@
"-shell-escape",
"-interaction=nonstopmode",
"-file-line-error",
"-outdir=%DIR%/latex-build",
"%DOC%"
],
"command": "latexmk",
Expand All @@ -139,42 +141,20 @@
"-shell-escape",
"-interaction=nonstopmode",
"-file-line-error",
"-outdir=%DIR%/latex-build",
"%DOC%"
],
"command": "latexmk",
"name": "LuaLaTeXmk"
},
{
"args": [
"-e",
"$dvipdf='dvipdfmx %O -o %D %S'",
"-latex",
"-pdfdvi",
"-synctex=1",
"-shell-escape",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
],
"command": "latexmk",
"name": "LaTeXmk-DVIPDFMx"
},
{
"args": [
"-e",
"$dvipdf='dvipdfmx %O -o %D %S'",
"-latex=uplatex",
"-pdfdvi",
"-synctex=1",
"-shell-escape",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
],
"command": "latexmk",
"name": "upLaTeXmk-DVIPDFMx"
}
],
"latex-workshop.latexindent.args": [
"-c",
"%DIR%/latex-build/",
"%TMPFILE%",
"-y=defaultIndent: '%INDENT%'"
],
"latex-workshop.synctex.afterBuild.enabled": true,
"latex-workshop.view.pdf.viewer": "tab",
"nix.enableLanguageServer": true,
"python.analysis.typeCheckingMode": "basic",
Expand Down

0 comments on commit 5ae6897

Please sign in to comment.