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

set engine in file #114

Open hammondm opened 3 years ago

hammondm commented 3 years ago

Hi

Is there any way to set the latex engine in the tex file?

Basically, I have several large projects that I use make for, but for little things pdflatex is fine. The idea would be that I could specify the engine as make in the relevant files and then just use the default pdflatex in others.

thanks for considering this,

mike h.

badouralix commented 3 years ago

Hi @hammondm, thanks for the suggestion. Would https://github.com/xuhdev/vim-latex-live-preview/issues/111 fit your needs ?