[Vim-latex-devel] latex --src does not work
Brought to you by:
srinathava,
tmaas
From: Bernhard W. <ber...@bw...> - 2003-02-11 16:49:40
|
Hello, because I want to use 'source specials' with the --src switch I made following change in my configuration file: if has('win32') let s:CompileFlags = '--src-specials' TexLet g:Tex_EscapeChars = '' else let s:CompileFlags = '--src' TexLet g:Tex_EscapeChars = '{}\' endif But it doesn't work. Calling latex --src in a xterm works. I updated to the newest version of latex-suite. I also tried to change the latex command to something that doesn't exist but latex was called despite of that. All other changes in my configuration file are recognized. What goes wrong? Regards, Bernhard |