Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi
Brought to you by:
srinathava,
tmaas
From: Martin S. <fo...@un...> - 2007-11-12 13:44:44
|
Do you have a file called "makefile" or "Makefile" in your working directory? If so, do a :let Tex_UseMakefile=0 in vim and try again. See :help Tex_UseMakefile Cheers Martin On Mon, Nov 12, 2007 at 02:29:55PM +0100, Kai Lessmann wrote: > Hello, I'm looking for help with invoking latex from VIM-LaTeX > using the "\ll" shortcut. > > I've tried to narrow down the problem following the FAQ on > http://vim-latex.sourceforge.net and I'm listing my answers > to the question asked there below in this mail. > > The short story is that calling latex from within vim works > fine (using :!latex -interaction=nonstopmode %) > but calling :call Tex_RunLaTeX() does not work, its output is > > Running 'bibtex' ... > Ran latex 1 time(s) > > but the dvi file does not change. > > Thanks in advance, Kai |