xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
832 stars 73 forks source link

Feature Request: local tex and bib engines #111

Closed CantoroMC closed 3 years ago

CantoroMC commented 4 years ago

Allow to specify tex engine locally with: % !TeX program = ... which is also supported by Texworks

and additionally also the bib engine with something like % !Tex bib =

In my opinion it would be more comfortable that changing vim global variables

badouralix commented 3 years ago

Hi @CantoroMC ! That seems to be a really good idea, thanks ! I'll set a label here for now so that the issue gets some traction, and hopefully I can free some time to look into it

CantoroMC commented 3 years ago

Thanks for the positive feedback. I find this plugin really good, it runs smoothly and have a very important, in my opinion, characteristic for a vim plugin, it does just one thing. Another thing that can maybe improve the plugin is adding autoload functionalities, but i have no experience in vim plugin written in python. Anyway for a vimL plugin, the only thing to do is to move all the function that are not part of the user's interface into the autoload directory and rename them accordingly.

hammondm commented 3 years ago

Hi

That would be perfect!

:)

mh