-
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
Use AutoLaTeX as the backend compiler #344
Comments
This is already possible using the mbuilder branch---but if you wait a day On Wed, Mar 12, 2014 at 11:35 AM, Stéphane Galland <[email protected]
Marciano Siniscalchi |
I may wait a while, of course. The more difficult point is to extend the configuration panels of LaTeXTools to pass specific configuration parameters to AutoLaTeX (what image translator to enable/disable...) I did the job for Gedit with a dedicated plugin. But I want to integrate this feature in LaTeXTools, instead of provided a parallel plugin. When I will have time, I will fork LaTeXTools, and work on this feature. |
Take a look at the mbuilder branch. Basically, a "custom builder" is like a http://tekonomist.wordpress.com/2013/09/17/latextools-a-new-customizable-build-system/ In addition, there is a whole new section of the LaTeXTools settings file So, in principle, as long as the code is Python, it can be efficiently On Wed, Mar 12, 2014 at 12:13 PM, Stéphane Galland <[email protected]
Marciano Siniscalchi |
I agree. AutoLaTeX running smoothly with LaTeXTools would be great. |
As you may have seen, the new code is in master! So, hack away :) Happy to help---there is no docs except for the code, so I'll be happy to answer questions on how the builders interact with LaTeXTools. |
Any news on the possibility to use AutoLaTeX with LaTeXtools? |
It is planned for July (gallandarakhneorg/autolatex#80) if I doing it myself. Earlier if someone want to contribute 😄 |
I'd like to contribute actually. Take a look at the latest version of
|
This commit is related to the issue SublimeText#344.
I include AutoLaTeX according to the builder API of LaTeXTools. Currently, the script |
Yes, this may be useful for other builders, too. That requires some On Sat, May 3, 2014 at 5:14 PM, Stéphane Galland
Marciano Siniscalchi |
Is it possible to use and configure the compiler AutoLaTeX in the plugin?
AutoLaTeX provides features similar to rubber, but it is more powerful on the generation of images.
The text was updated successfully, but these errors were encountered: