我的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 @   bH1pJ  阅读(95)  评论(0编辑  收藏  举报
编辑推荐:
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
点击右上角即可分享
微信分享提示