{ // LaTeX “latex-workshop.latex.autoBuild.run”: “never”, “latex-workshop.message.error.show”: false, “latex-workshop.message.warning.show”: false,
“latex-workshop.latex.tools”: [
{ "name": "xelatex", "command": "xelatex", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOCFILE%" ] }, { "name": "pdflatex", "command": "pdflatex", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOCFILE%" ] }, { "name": "bibtex", "command": "bibtex", "args": [ "%DOCFILE%" ] }],
“latex-workshop.latex.recipes”: [
{ "name": "xelatex", "tools": [ "xelatex" ], }, { "name": "pdflatex", "tools": [ "pdflatex" ] }, { "name": "xe->bib->xe->xe", "tools": [ "xelatex", "bibtex", "xelatex", "xelatex" ] }, { "name": "pdf->bib->pdf->pdf", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] }], “latex-workshop.view.pdf.viewer”: “browser”,
“latex-workshop.view.pdf.external.viewer.command”: “C:/winUse/AcrobatDC/Acrobat/Acrobat.exe”, “latex-workshop.view.pdf.external.viewer.args”: [ //"-forward-search", //"%TEX%", //"%LINE%", //"-reuse-instance", //"-inverse-search", //“C:/office/Microsoft VS Code/Code.exe” “C:/office/Microsoft VS Code/resources/app/out/cli.js” -gr “%f”:"%l"", “%PDF%” ],
“latex-workshop.view.pdf.external.synctex.command”: “C:/winUse/AcrobatDC/Acrobat/Acrobat.exe”, “latex-workshop.view.pdf.external.synctex.args”: [ “-forward-search”, “%TEX%”, “%LINE%”, “-reuse-instance”, “-inverse-search”, ““C:/office/Microsoft VS Code/Code.exe” “C:/office/Microsoft VS Code/resources/app/out/cli.js” -gr “%f”:”%l"", “%PDF%” ],
“latex-workshop.latex.clean.fileTypes”: [ “.aux", ".bbl”, “.blg", ".idx”, “.ind", ".lof”, “.lot", ".out”, “.toc", ".acn”, “.acr", ".alg”, “.glg", ".glo”, “.gls", ".ist”, “.fls", ".log”, “*.fdb_latexmk” ], }
参考:使用VSCode编写LaTeX