第一步
下载miktex
第二步
下载strawberry-perl
第三步
cursor中按curl+shift+p

复制以下代码进入
{
“latex-workshop.latex.autoBuild.run”: “never”,
“latex-workshop.view.pdf.viewer”: “tab”,
“latex-workshop.latex.recipes”: [
{
“name”: “xelatex2",
“tools”: [
“xelatex”,
“xelatex”
]
},
{
“name”: "pdflatex
2”,
“tools”: [
“pdflatex”,
“pdflatex”
]
},
{
“name”: “xelatex->bibtex->xelatex2",
“tools”: [
“xelatex”,
“bibtex”,
“xelatex”,
“xelatex”
]
},
{
“name”: "pdflatex->bibtex->pdflatex
2”,
“tools”: [
“pdflatex”,
“bibtex”,
“pdflatex”,
“pdflatex”
]
}
],
“latex-workshop.latex.tools”: [
{
“name”: “xelatex”,
“command”: “xelatex”,
“args”: [
“-synctex=0”,
“-interaction=nonstopmode”,
“-file-line-error”,
“%DOC%”
]
},
{
“name”: “pdflatex”,
“command”: “pdflatex”,
“args”: [
“-synctex=0”,
“-interaction=nonstopmode”,
“-file-line-error”,
“%DOC%”
]
},
{
“name”: “bibtex”,
“command”: “bibtex”,
“args”: [
“%DOCFILE%”
]
}
],
“latex-workshop.latex.clean.fileTypes”: [
.gz",
"
.aux”,
.bbl",
"
.blg”,
.idx",
"
.ind”,
.lof",
"
.lot”,
.out",
"
.toc”,
.acn",
"
.acr”,
.alg",
"
.glg”,
.glo",
"
.gls”,
.ist",
"
.fls”,
.log",
"
.fdb_latexmk”
],
“latex-workshop.hover.preview.enabled”: true,
“latex-workshop.hover.preview.scale”: 1.5,
“latex-workshop.view.pdf.internal.synctex.keybinding”: “ctrl-click”,
“latex-workshop.synctex.afterBuild.enabled”: true,
“latex-workshop.latex.autoClean.run”: “onBuilt”,
“workbench.settings.applyToAllProfiles”: [],
“editor.wordWrap”: “on”,
“git.ignoreMissingGitWarning”: true,
“workbench.colorTheme”: “Default Dark Modern”,
“cursor.general.disableHttp2”: false,
“cursor.general.disableHttp1SSE”: true,
“remote.autoForwardPortsSource”: “hybrid”,
“window.commandCenter”: true,
“remote.SSH.remotePlatform”: {
“humaoai”: “linux”
},
“git.autofetch”: true,
“git.enableSmartCommit”: true
}

Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐