{

"latex-workshop.latex.recipes": [

{

"name": "xelatex",

"tools": [

"xelatex"

]

},

{

"name": "xelatex -> bibtex -> xelatex*2",

"tools": [

"xelatex",

"bibtex",

"xelatex",

"xelatex"

]

}

],

"latex-workshop.latex.tools": [

{

"name": "latexmk",

"command": "latexmk",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"-pdf",

"%DOC%"

]

},

{

"name": "xelatex",

"command": "xelatex",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"%DOC%"

]

},

{

"name": "bibtex",

"command": "bibtex",

"args": [

"%DOCFILE%"

]

}

],

"latex-preview.command": "xelatex"

"latex-workshop.latex.clean.enabled": true,

"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",

"*.synctex.gz"

]

}

推薦閱讀:

相關文章