I was happily using sublime to compile latex files until a few days ago. I updated to the current version (4192) and suddenly I can’t compile anymore. I tried reinstalling from the old version but it still doesn’t work. I know it’s not a latex issue because I can compile fine from the command line (latexmk, I am on a mac). I asked in the latexTools github issues and they said it’s a sublime problem. The “build” and “build with” buttons are grayed out for Latex, Python, and R files. However, what’s weird is CTL+B as well as clicking on the grayed out buttons successfully compiles the Python and R files but not the latex file.
Can't compile latex files ("build" grayed out)
deathaxe
#3
As any plugin running on python 3.8, LaTeXTools 4.0 requires Package Control 4+ and proper default channels to be set-up for required regex
py38 dependency/library to be installed automatically.
0 Likes