[Vim-latex-devel] [Contact] loading log file and quickfix-window
Brought to you by:
srinathava,
tmaas
From: Milan B. <vim...@so...> - 2004-04-01 21:09:03
|
Latex-suite does not display a quickfix-window when I use to compile-rules for ps. I use these parameters. let g:Tex_FormatDependency_ps = \\\'dvi,ps\\\' let g:Tex_DefaultTargetFormat = \\\'ps\\\' let g:Tex_CompileRule_ps = \\\'dvips -o \\$\\*.ps \\$\\*.dvi\\\' (Maybe there is an unnesesary backslash, I just want to escape all special characters.) Without these it display the quickfix-window and I get just a dvi file. |