Re: [Vim-latex-devel] double xdvi opens and compiler error
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2002-11-12 22:00:53
|
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 Srinath Avadhanula wrote: > Hello Fabio, > > This is kinda strange... But we'll work it out soon. Just to eliminate > the obvious, > > When you open up a tex file, what does > :set makeprg? > display? > It should be: > latex \\nonstopmode \\input\{$*\} > Hopefully, the $* is not missing. > > If you can tell us that, we'll proceed from there. Also, there was a > syntax error in the ViewLaTeX() command causing those errors and causing > 2 xdvi's to shoot up. > > Please download the latest from > > > Thanks, > Srinath > > > On 12 Nov 2002, Fabio Spelta wrote: > > >>Hi. >>I've just checkout CVS module vimfiles and installed it. >>Dunno why, but :make still does not works: >>:!latex \\nonstopmode \\input\{\} 2>&1| tee /tmp/v105219/4 >>This is TeX, Version 3.14159 (Web2C 7.3.1) [snip] |