Re: [Vim-latex-devel] latex --src does not work
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-02-11 21:35:30
|
On Tue, 11 Feb 2003, Bernhard Walle wrote: > > 1. What does > > :echo g:Tex_CompileRule_dvi > > say? > > latex --src \nonstopmode \input{$*} > > > This should show you the actual command line which vim passes to the > > shell. Does that look okay? Does the shell give an error? > > latexps schriften.tex schriften 2>&1| tee /tmp/v4108/9 > > There's no such command `latexps' in my texrc and all target formats are > dvi! > Hmm... Apparently, something else is setting 'makeprg'... (which is pretty bizzare). What does :set makeprg? say? If it doesn't give latex --src \nonstopmode \input{$*} then, something else is getting in the way of latex-suite. Try :verbose set makeprg? that should hopefully tell you where its getting set... That should give you a file name. Is that part of latex-suite? Srinath |