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.
From: Milan B. <vim...@so...> - 2004-04-01 21:09:35
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.