[Tex/LaTex] LaTexTools stops compiling in Sublime Text

compilingsublime-text

I have been using LaTexTools for a while, and it works 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, including PDF.

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

I wonder is there any fix?

Best Answer

From an answer in Stackoverflow: https://stackoverflow.com/questions/25149254/latextools-sublime-text-3-does-not-compile-after-installing-yosemite-public-b

In the preference menu, go to LaTexTools's Settings - User, change

"builder": "traditional"

to

"builder": "simple"