简体   繁体   English

LaTeXTools + Sublime Text 3无法编译(安装Yosemite公共Beta之后)

[英]LaTeXTools + Sublime Text 3 does not compile (after installing Yosemite public beta)

I have been using LaTeXTools + Sublime Text 3 for a while, and they work fine. 我已经使用LaTeXTools + Sublime Text 3一段时间了,它们工作正常。 After installing the public beta of Yosemite, Sublime Text + LaTeXTools stops working: the build command brings up output window showing NO errors: 在安装了Yosemite的公开测试版之后,Sublime Text + LaTeXTools停止工作: build命令打开显示没有错误的输出窗口:

Compiling /Users/.../sometexfile.tex

TraditionalBuilder: Invoking latexmk... done.

No errors. Warnings:

It generates .aux and .fdb_latexmk files, but not others, in particular not the PDF. 它生成.aux.fdb_latexmk文件,但不会生成其他文件,尤其是PDF。

Fortunately TexShop works fine, and if I compile with TexShop to generate a PDF, the forward/backward sync still works in Sublime Text. 幸运的是,TexShop可以正常工作,并且如果我使用TexShop进行编译以生成PDF,则前进/后退同步仍可以在Sublime Text中工作。

I wonder is there any fix? 我想知道有没有解决办法?

Click Sublime Text on menu bar, and then navigate to Preferences > Package Settings > LaTeXTools > Settings - User. 单击菜单栏上的“高级文本”,然后导航至“首选项”>“程序包设置”>“ LaTeXTools”>“设置”-“用户”。

On around line 91, change builder from "traditional" to "simple". 在第91行附近,将构建器从“传统”更改为“简单”。

See: https://github.com/SublimeText/LaTeXTools/issues/401 参见: https : //github.com/SublimeText/LaTeXTools/issues/401

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM