42 lines
906 B
JSON
42 lines
906 B
JSON
|
{
|
||
|
"latex-workshop.latex.tools": [
|
||
|
{
|
||
|
"name": "latexmk-main",
|
||
|
"command": "latexmk",
|
||
|
"args": [
|
||
|
"-synctex=1",
|
||
|
"-interaction=nonstopmode",
|
||
|
"-file-line-error",
|
||
|
"-shell-escape",
|
||
|
"-pdf",
|
||
|
"-xelatex",
|
||
|
"-outdir=%OUTDIR%",
|
||
|
"main.tex"
|
||
|
],
|
||
|
"env": {}
|
||
|
}
|
||
|
],
|
||
|
"latex-workshop.latex.recipes": [
|
||
|
{
|
||
|
"name": "latexmk-main",
|
||
|
"tools": [
|
||
|
"latexmk-main"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"ltex.latex.commands": {
|
||
|
"\\customlabel{}": "ignore",
|
||
|
"\\setminted[]{}": "ignore",
|
||
|
"\\setmintedinline[]{}": "ignore",
|
||
|
"\\setmathfont[]{}": "ignore",
|
||
|
"\\setmathfont{}": "ignore",
|
||
|
"\\qformat{}": "ignore",
|
||
|
"\\header{}{}{}": "ignore",
|
||
|
"\\footer{}{}{}": "ignore",
|
||
|
"\\titleformat{}[]{}{}{}": "ignore",
|
||
|
"\\pgfplotsset{}": "ignore"
|
||
|
},
|
||
|
"ltex.latex.environments": {
|
||
|
"cases": "ignore"
|
||
|
}
|
||
|
}
|