-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
Description
I have recently updated sublime text to build 4192 and I have installed latexTools 4.1.0. The following latex file does not compile. The "build" option is grayed out in the menu. CTL+B does nothing. I can compile the file just fine with latexmk -pdf test.tex. Any suggestions for how to fix? I have tried uninstalling and reinstalling sublime, latextools, and restarting my computer but nothing works. Weirdly, it was working when I had sublime build 4189 installed earlier today, but just now I tried reverting sublime to that version and I still have the same problem.
\documentclass{article}
\begin{document}
\section{Introduction}
This is a test document
\section{Main section}
This is a test document too.
\end{document}