LatexWorkshop settings

来自WHY42
Riguz讨论 | 贡献2024年1月15日 (一) 15:17的版本 (创建页面,内容为“<syntaxhighlight lang="bash"> "latex-workshop.latex.outDir": "./build", "latex-workshop.latex.tools": [ { "name": "latexmk", "command": "latexmk", "args": [ "--shell-escape", "-xelatex", "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "-outdir=%OUTDIR%", "%DOC%" ] } ], "latex-workshop.view.pdf.viewer": "tab", </syntaxhighlight> Category:Latex”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
"latex-workshop.latex.outDir": "./build",
  "latex-workshop.latex.tools": [
    {
      "name": "latexmk",
      "command": "latexmk",
      "args": [
        "--shell-escape",
        "-xelatex",
        "-synctex=1",
        "-interaction=nonstopmode",
        "-file-line-error",
        "-outdir=%OUTDIR%",
        "%DOC%"
      ]
    }
  ],
  "latex-workshop.view.pdf.viewer": "tab",