I would like to type :make
in Vim to compile my LaTeX document. I wrote down compilation rules in a Makefile
, but as soon as I enable the LatexSuite Vim extension, the Makefile
is no longer used. Instead, Vim runs latex -interaction=nonstopmode
(note the absence of a filename) and hangs in that command. I did not change the g:Tex_UseMakefile
option from its default 1 to 0 and according to the documentation, that should cause my Makefile
to be used, but it's not.
What configuration is needed to tell LatexSuite to just use my Makefile
?
LatexSuite was obtained via OpenSuSE repositories: vim-plugin-latex-20120125-21.1.1.noarch