我的VScode里边的setting怎么配置

{

"python.pythonPath": "C:\\Users\\NAMEXXX\\AppData\\Local\\Continuum\\anaconda3\\pythonw.exe",

"workbench.iconTheme": "vscode-icons",

"latex-workshop.latex.tools": [

{

"name": "xelatex",

"command": "xelatex",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"%DOC%"

]

},

{

"name": "pdflatex",

"command": "pdflatex",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"%DOC%"

]

},

{

"name": "latexmk",

"command": "latexmk",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"-pdf",

"%DOC%"

]

},

{

"name": "bibtex",

"command": "bibtex",

"args": [

"%DOCFILE%"

]

}

],

"latex-workshop.latex.recipes": [

{

"name": "PDFLaTeX",

"tools": [

"pdflatex"

]

},

{

"name": "XeLaTeX",

"tools": [

"xelatex"

]

},

{

"name": "latexmk",

"tools": [

"latexmk"

]

},

{

"name": "BibTeX",

"tools": [

"bibtex"

]

},

{

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

"tools": [

"pdflatex",

"bibtex",

"pdflatex",

"pdflatex"

]

},

{

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

"tools": [

"xelatex",

"bibtex",

"xelatex",

"xelatex"

]

}

],

"latex-workshop.view.pdf.viewer": "external",

"latex-workshop.view.pdf.external.command": {

"command": "C:/Program Files/SumatraPDF/SumatraPDF.exe",

"args": [

"%PDF%"

]

},

"editor.wordWrap": "on",

"latex-workshop.view.pdf.ref.viewer": "external"

}

 

posted @ 2019-04-07 20:55  bH1pJ  阅读(47)  评论(0编辑  收藏  举报