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

5.4k Views Asked by At

I have been using LaTeXTools + Sublime Text 3 for a while, and they work fine. After installing the public beta of Yosemite, Sublime Text + LaTeXTools stops working: the build command brings up output window showing NO errors:

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.

Fortunately TexShop works fine, and if I compile with TexShop to generate a PDF, the forward/backward sync still works in Sublime Text.

I wonder is there any fix?

1

There are 1 best solutions below

0
On BEST ANSWER

Click Sublime Text on menu bar, and then navigate to Preferences > Package Settings > LaTeXTools > Settings - User.

On around line 91, change builder from "traditional" to "simple".

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