Re: [Vim-latex-devel] More about F9 completion in multi-directory situation
Brought to you by:
srinathava,
tmaas
From: Ng Oon-Ee <ng...@gm...> - 2011-02-24 02:15:49
|
On Wed, 2011-02-23 at 18:39 -0500, Ted Pavlic wrote: > > 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 > Thanks Ted, but actually I don't even compile to ps =). dvi for editing, pdf for final submissions for me. |