> let g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi' On an unrelated subject, you should probably add -G0 after the -Ppdf...
dvips -Ppdf -G0 -o $*.ps $*.dvi That will help prevent any problems when converting from CMR fonts to Adobe fonts (but the -G0 must come after the -Ppdf). Additionally, I notice that you do not have a FormatDependency line: let g:Tex_FormatDependency_ps = 'dvi,ps' Without that line, if you try to build a ps, the initial dvi will never be built. See :help compiler-dependency or search for FormatDependency under: :help latex-suite Best -- --Ted -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel