Latex在VSCODE中编译报错`Recipe terminated with error. Retry building the project.
Posted 呆呆象呆呆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex在VSCODE中编译报错`Recipe terminated with error. Retry building the project.相关的知识,希望对你有一定的参考价值。
Latex在VSCODE中编译报错Recipe terminated with error. Retry building the project.
1 报错提示:
Recipe terminated with error
2 报错原因
大概率的原因是因为latex
没有添加到系统环境变量中,所有设置的编译工具没有办法找到才出现的这种情况
3 解决方案
请按照如下方式进行系统变量的添加
对windows,win+R 然后输入sysdm.cpl 在高级中选择环境变量
找到path环境变量,将txtlive中的bin/win32路径添加进去
根据你安装的路径找到你的bin文件
4 测试安装成功
测试你一下打开cmd 输入tex -v
这里就可以完成环境变量的添加了
6参考文献
Latex (一) 安装和环境变量的设置_explorer9607的博客-CSDN博客_latex环境变量
Tex Live2018 安装与配置 - 简书
以上是关于Latex在VSCODE中编译报错`Recipe terminated with error. Retry building the project.的主要内容,如果未能解决你的问题,请参考以下文章
Vscode+LatexMac 系统Vscode的LaTeX中插入参考文献