Win10安装texlive2019与texstudio教程与说明

Win10安装texlive2019与texstudio

参考

https://blog.csdn.net/Mikchy/article/details/94448707

https://www.cnblogs.com/litifeng/p/11188185.html

Texlive2019的下载和安装

推荐下载用离线下载安装包,然后再安装的方式。可以使用官网的镜像下载,也可以利用国内的镜像下载。

官方下载网址: http://www.tug.org/texlive/

进入官网后,按以下操作进行:

下载

Win10安装texlive2019与texstudio教程与说明_第1张图片
Win10安装texlive2019与texstudio教程与说明_第2张图片

Win10安装texlive2019与texstudio教程与说明_第3张图片
Win10安装texlive2019与texstudio教程与说明_第4张图片

或者
Win10安装texlive2019与texstudio教程与说明_第5张图片

安装

Win10安装texlive2019与texstudio教程与说明_第6张图片
Win10安装texlive2019与texstudio教程与说明_第7张图片
Win10安装texlive2019与texstudio教程与说明_第8张图片

这里TeXworks我没选是因为我不用它,选用Texstudio。不使用它自带的编辑器。

其他的都要打对号,尤其是Adjust searchpath,起到设置path环境变量的作用。

安装完成测试

(1)调出windows系统下的cmd,输入tex -version

如果出现版本号TeX 3.14159265 (TeX Live 2019/W32TeX)即说明安装成功。

C:\Users\sxy>tex -version
TeX 3.14159265 (TeX Live 2019/W32TeX)
kpathsea version 6.3.1
Copyright 2019 D.E. Knuth.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.

(2)在cmd中运行下面代码,看看是否安装成功,如果正确返回各个软件版本,说明安装成功。

tex -v
latex -v
xelatex -v
pdflatex -v

下载安装texstudio

这个就比较简单了。去texstudio官网下载并安装即可。

网址:https://www.texstudio.org/

可能需要科学上网,不能科学上网的只能去找第三方资源了。

安装完成后进行一些配置。

切换语言

Win10安装texlive2019与texstudio教程与说明_第9张图片

设置编译器和编码

编写英文论文使用默认的pdflatex编译器,写中文论文要改成xelatex编译器。

Win10安装texlive2019与texstudio教程与说明_第10张图片

Win10安装texlive2019与texstudio教程与说明_第11张图片

设置语言检查

如果写英文论文,语言检查要改成en_US,写中文论文改成中文相关的语言检查。否则会一大片红色波浪线。

Win10安装texlive2019与texstudio教程与说明_第12张图片

你可能感兴趣的:(软件安装)