Re: [Vim-latex-devel] More about F9 completion in multi-directory situation
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2011-02-23 23:39:30
|
> 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 <te...@te...> |