Files
teamnote/.vscode/settings.json
T
2026-07-11 09:38:32 +09:00

22 lines
630 B
JSON

{
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
}
],
// "latex-workshop.viewer.pdf.internal.host": "0.0.0.0",
"latex-workshop.view.outline.sync.viewer": true,
"latex-workshop.view.pdf.internal.urlPrefix": "https://code.spweber.com/latex-workshop-pdf",
// "latex-workshop.latex.clean.subfolder.enabled": false,
}