{ "latex-workshop.intellisense.package.enabled":true, "key": "ctrl+alt+k", "command": "latex-workshop.kill", "when": "editorLangId == latex", "latex-workshop.latex.recipes": [ { "name": "LuaLaTeX", "tools": [ "lualatexmk" ], }, { "name": "pLaTeX", "tools": [ "pLaTeX", "pLaTeX" ], }, { "name": "upLaTeX", "tools": [ "upLaTeX", "upLaTeX" ], }, ], "latex-workshop.latex.tools": [ { "name": "lualatexmk", "command": "latexmk", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "-lualatex", "%DOC%" ], }, { "name": "pLaTeX", "command": "ptex2pdf", "args": [ "-interaction=nonstopmode", "-l", "-ot", "-kanji=utf8 -synctex=1 -file-line-error", "%DOC%" ] }, { "name": "upLaTeX", "command": "ptex2pdf", "args": [ "-interaction=nonstopmode", "-l", "-u", "-ot", "-kanji=utf8 -synctex=1 -file-line-error", "%DOC%" ] }, ], "latex-workshop.view.pdf.viewer": "tab", "editor.wordWrap": "on", "latex-workshop.latex.autoBuild.run":"never", "latex-workshop.latex.autoClean.run": "onBuilt", }