"latex-workshop.latex.outDir": "out",
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "wsl.exe",
"args": [
"/bin/bash",
"-c",
"cd $(wslpath -u %DIR%) && latexmk -synctex=1 -file-line-error -silent -outdir=%OUTDIR% -interaction=nonstopmode %DOCFILE% "
],
},
],
"latex-workshop.latex.recipes": [
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
],
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme