[Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-12 Thread Kai Lessmann
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 fr

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-12 Thread David Richfield
> This works correctly, I'm getting >latex -interaction=nonstopmode $* If this isn't a typo, it might be your problem. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? S

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-12 Thread Martin Sander
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 V

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-12 Thread Thomi Dammann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Richfield schrieb: >> This works correctly, I'm getting >>latex -interaction=nonstopmode $* > > If this isn't a typo, it might be your problem. No, that works for me. Thomi -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comme

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-12 Thread David Richfield
On Nov 12, 2007 5:26 PM, Thomi Dammann <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David Richfield schrieb: > >> This works correctly, I'm getting > >>latex -interaction=nonstopmode $* > > > > If this isn't a typo, it might be your problem. > No, that works