[Vim-latex-devel] FormatDependency
Brought to you by:
srinathava,
tmaas
From: Brian K. <bk...@gm...> - 2005-01-30 21:31:44
|
I have a probelm getting vimlatex to compile either ps or pdf using format dependency. Here are my vimrc settings. let g:Tex_CompileRule_dvi = 'latex --src-specials -interaction=nonstopmode $*' let g:Tex_CompileRule_ps = 'dvips -t letter -Ppdf -o $*.ps $*.dvi' let g:Tex_FormatDependency_ps = 'dvi,ps' If I have no format dependency and the dvi exists, a ps file is produced. If I set the format dependency as shown, it produces a dvi file, but not a post script file. I get similar behaviour for pdf's. I'm using the csv version. I had the same problem with the latest development version (December 19, 2004). Any ideas what might be causing this? -- Brian Keats |