Skip to content

Commit

Permalink
latexmkに関する設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Aug 15, 2023
1 parent cf86e8f commit 3b38df3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,23 @@
"latex-workshop.view.pdf.zoom": "page-width",
// format and lint
"latex-workshop.latexindent.path": "/opt/homebrew/bin/latexindent",
"latex-workshop.latexindent.args": [
"%TMPFILE%",
"-c=%DIR%/",
"-y=defaultIndent: '%INDENT%'"
],
"latex-workshop.linting.chktex.enabled": true,
"latex-workshop.linting.lacheck.enabled": true,
// build
"latex-workshop.latex.outDir": "./out",
"latex-workshop.latex.autoBuild.run": "never",
"latex-workshop.latex.autoClean.run": "onBuilt",
"latex-workshop.latex.autoClean.run": "onFailed",
"latex-workshop.latex.clean.method": "command",
"latex-workshop.latex.clean.command": "latexmk",
"latex-workshop.latex.clean.args": [
"-c",
"%TEX%"
],
// tools
"latex-workshop.latex.tools": [
{
Expand Down

0 comments on commit 3b38df3

Please sign in to comment.