1.LaTeX安装参考:
详见:
LaTeX新手入门以及TeXlive和TeXstudio的安装使用
2.TeXstudio编译常见问题:
Make sure that you have installed a (La)TeX distribution e.g. MiKTeX or TeX Live, and have set the correct paths to this distribution on the command configuration page.
A (La)TeX editor like TeXstudio cannot work without the (La)TeX commands provided by such a distribution.
解决方法:
1.Options→Configure TeXstudio→Commands
将图片上从LaTeX至LuLaTeX,Divps至Ps2pdf,Bibtex至Bibter这些以exe结尾
分别找到相同名称在Texlive对应文件位置
例如 作者Texlive位置
L:\latex\texlive\2019\bin\win32这个文件目录下寻找并替换
2.Path变量设置
在系统变量环境Path中新建
L:\latex\texlive\2019\bin
更改后问题得以解决