1

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Lelouch
  • 2,111
  • 2
  • 23
  • 33
  • Hi - just had same problem. Deleted existing temporary files (aux, out, etc.) and reran the build - PDF was regenerated. – Andy Apr 25 '15 at 21:38
  • For me the issue still stands. I have to keep deleting tomporary files (very annoying). Have set the builder from traditional to simple as suggested by jiehanzheng, but it does not help – mnr Sep 28 '18 at 14:57

1 Answers1

4

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

jiehanzheng
  • 993
  • 13
  • 12