I never did but I think you should have a look at the "Handling dependencies in compilation" manual section [1], which describes how to chain multiple compilation formats. In your case I think you should do something like this:
let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_FormatDependency_pdf = 'dvi,ps,pdf' let g:Tex_CompileRule_dvi = 'latex --interaction=nonstopmode $*' let g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi' let g:Tex_CompileRule_pdf = 'ps2pdf $*.ps' Regards, Alessandro 1: http://vim-latex.sourceforge.net/documentation/latex-suite/compiler-dependency.html -- If God had intended for email to be written in HTML, then the traditional signoff of prayers would be </amen> -- Tom Liston ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel