Sublime Text 2 Make 不工作,找不到 Latex

发布于 2024-11-16 14:57:54 字数 399 浏览 1 评论 0原文

我对制作有点陌生,所以这可能真的非常简单,但是使用我使用的文本编辑器(Sublime Text 2),当我告诉它构建我的项目时,它会自动运行 make 。当我这样做时,我得到这个输出:

gcc ../src/TADA.c -o ../bin/TADA
cd ../aux
latex ../doc/documentation.tex
make: latex: No such file or directory
make: *** [report] Error 1

但是,如果我 cd 到项目的目录并运行 make 它工作得很好。由于某种原因,当我从 Sublime Text 2 运行它时,它似乎找不到 Latex 命令。有人猜测为什么会发生这种情况吗?

我运行的是 Mac OS X 10.6。

提前致谢!

I'm a bit new to make, so this is probably something really very simple, but with the text editor I use (Sublime Text 2) it will automatically run make when I tell it to build my project. When I do I get this output:

gcc ../src/TADA.c -o ../bin/TADA
cd ../aux
latex ../doc/documentation.tex
make: latex: No such file or directory
make: *** [report] Error 1

However, if I cd to the project's directory and run make it works just fine. For some reason when I run it from Sublime Text 2 it can't seem to find the latex command. Anyone have any guesses as to why that occurs?

I'm running Mac OS X 10.6.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

与他有关 2024-11-23 14:57:54

安装latex。 (我无法向您提供更多细节,因为您没有提到您正在尝试使用哪种操作系统。)

Install latex. (I can't give you any more specifics because you didn't mention what sort of OS you are trying this on.)

你不是我要的菜∠ 2024-11-23 14:57:54

你应该安装:

http://www.tug.org/mactex/mactex-download.html

然后添加到路径中:

export PATH=$PATH:/usr/local/..##完整路径

Yo should install:

http://www.tug.org/mactex/mactex-download.html

and then added to the path:

export PATH=$PATH:/usr/local/.. ## complete path

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文