Re: [Vim-latex-devel] double xdvi opens and compiler error
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2002-11-13 03:08:00
|
Benji Fisher wrote: > It certainly looks as though the $* is missing. Try "\lv" (without > the quotes, from Normal mode) or use the menu or (for more verbose > messages) > > :call RunLaTeX() > > and see if that works. We should probably set things up so that :make > will work as expected. > > --Benji I meant to say "\ll", not "\lv". I think that the behavior noted by Fabio is to be expected. Calling RunLaTeX() usually invokes :make foo (or maybe :make foo.tex) if I am editing foo.tex . You can type this form of the :make command yourself. To save typing, try :make % You can set things up so that main.tex does \include{chap1.tex} and, while editing chap1.tex, RunLaTeX() will invoke :make main which is what you want. I do not see a good way to enable this feature and still have a plain :make work. --Benji |