赞
踩
由于电脑重装系统了,以前关于Vscode的配置全无了,这次自己重新配置一下,记录一下过程,方便以后回过头学习。
我感觉vscode界面漂亮,体积也不大,方便运行latex。
直接进入主题!
一般情况安装完中文包后,关闭软件,再次打开就是中文界面了。
但是有小伙伴和我说,他忘记点一个框了,导致最后还是英文,在这里我进行配置一下。
打开软件---------按F1–鼠标滚轮滑动寻找 Configure Display
Language---------点一下-------然后找到中文就好了
链接: Sumatra PDF
{ "latex-workshop.latex.tools": [ { "name": "pdflatex", "command": "pdflatex", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ] }, { "name": "xelatex", "command": "xelatex", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ] }, { "name": "bibtex", "command": "bibtex", "args": [ "%DOCFILE%" ] } ], "latex-workshop.latex.recipes": [ { "name": "pdflatex", "tools": [ "pdflatex" ] }, { "name": "xelatex", "tools": [ "xelatex" ] }, { "name": "xe->bib->xe->xe", "tools": [ "xelatex", "bibtex", "xelatex", "xelatex" ] }, { "name": "pdflatex -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] } ], "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.synctex.afterBuild.enabled": true, "latex-workshop.view.pdf.viewer": "external", "latex-workshop.view.pdf.external.viewer.command": "D:/ruanjian/--SumatraPDF/SumatraPDF.exe", "latex-workshop.view.pdf.external.synctex.command": "D:/ruanjian/--SumatraPDF/SumatraPDF.exe", "latex-workshop.view.pdf.external.synctex.args": [ "-forward-search", "%TEX%", "%LINE%", "-reuse-instance", "-inverse-search", "\"D:/ruanjian/--VSCODE2021/Code.exe\" -g \"%f:%l\"", "%PDF%" ], "latex-workshop.view.pdf.internal.synctex.keybinding": "double-click" }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。