在Windows下使用Visual Studio Code搭建Latex环境
1. 下载VS code和Tex Live
1)vscode下载地址
http://mirrors.ustc.edu.cn/CTAN/systems/texlive/Images/
2)Tex Live下载地址
http://mirrors.ustc.edu.cn/CTAN/systems/texlive/Images/
安装参考https://zhuanlan.zhihu.com/p/38178015
2. VS code插件下载安装
- LaTeX Workshop*
- LaTex language support
- LaTex Preview
- latex-formatter (需要下载 latexindent.pl,并添加到系统环境变量)
3.VS code 配置LaTex环境
setting.json文件设置recipes和tools
-
快捷键cmd(ctrl)+shift+p输入setting打开settings.json把以下代码加入,注意在原本内容的最后一行加上英文逗号换行再复制粘贴,不然会报错
-
recipes的第一个为默认编译方式
-
推荐使用VS code自带pdf预览:
"latex-workshop.view.pdf.viewer": "tab",
-
此外如果需要支持中文路径下的文件,需要把以下内容中 的%DOC%改为%DOCFILE%",但此处笔者建议涉及代码 方面不要用中文路径
{
"latex-workshop.latex.recipes": [
{
"name": "pdflatex -> bibtex -> pdflatex*2",
"tools": [