-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile latex #1601
Comments
If "Build" menu item is grayed out general setup seems to have issues as this is not related with LaTeXTools. If LaTeXTools was disabled, menu would still be visible and output "No Build System" to statusbar when hitting ctrl+b. Due to LaTeXTools internal "plugin" infrastructure, a restart of ST might be required to get them working again after an update. Until than you'd however see an error message like I am on 4191, but also freshly set-up ST4192 with LaTeXTools 4.1.0 installed via Package Control 4 works without issues on Windows 11 and Debian 12. Any errors in console? |
Here's what the console shows:
|
Please check your Package Control.sublime-settings for overridden "channels": [
// channel_v4 for python 3.8 compatible libraries to enable plugins
// to migrate to python 3.8 until packagecontrol.io supports new scheme.
// Note: Must always be located before default channel in the list!
// Repo: https://github.com/packagecontrol/channel
"https://packagecontrol.github.io/channel/channel_v4.json",
// default channel for packages
// Repo: https://github.com/wbond/package_control_channel
"https://packagecontrol.io/channel_v3.json"
], Otherwise Package Control 4 is not able to resolve and install libraries/dependencies for python 3.8 plugins. |
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.The text was updated successfully, but these errors were encountered: