Hi Jin,
I think you have forgotten to define the ps dependency, texrc:
" Uncomment this line if you compile ps files via dvi files.
" TexLet g:Tex_FormatDependency_ps = 'dvi,ps'
so add
let g:Tex_FormatDependency_ps='dvi,ps'
to your vimrc. Than the program can complete the chain dvi,ps,pdf
chee
Hi Dennis,
Thank you for your further advices.
I tried you suggestions but still no luck. Here is the related part of my
latest .vimrc:
" for VIM-latex-suite usage
let g:Tex_MultipleCompileFormats = 'dvi,ps'
let g:Tex_DefaultTargetFormat='pdf'
let g:Tex_FormatDependency_ps='dvi,ps'
let g:Tex_Form