Hi, I found the error, which might have been difficult to figure out from my previous mail.
I had put let g:Tex_CompileRule_dvi = 'latex -src-specials -interaction=nonstopmode %' and now changed it to: let g:Tex_CompileRule_dvi = 'latex -src-specials -interaction=nonstopmode $*' Thanks for the help! Michael On Mon, Jan 5, 2009 at 2:52 PM, Ted Pavlic <t...@tedpavlic.com> wrote: > Alternatively, if you drop a Makefile in the directory, Vim-LaTeX will use > it instead. It builds with "make (target_format)" where (target_format) is > pdf, dvi, or ps. > > --Ted > > > On 1/5/09 8:50 AM, Ted Pavlic wrote: > >> main.tex.latexmain >>>> >>> >> Use >> >> main.latexmain >> >> (not main.tex.latexmain) >> >> >> --Ted >> >> >> > -- > Ted Pavlic <t...@tedpavlic.com> >
------------------------------------------------------------------------------
_______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel