Re: [Vim-latex-devel] Vim latex Suite is not compiling any .tex files (fwd)
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2002-12-14 15:26:38
|
On Fri, Dec 13, 2002 at 10:03:54AM -0500, Benji Fisher wrote: > Try > :call RunLaTeX() > You will probably get an error message about not understanding the > option --src-specials . (I do, with RH 8.0 and whatever version of > teTeX it installs.) In the texrc file, find the lines > if has('win32') > let s:CompileFlags = '--src-specials' > TexLet g:Tex_EscapeChars = '' > else > let s:CompileFlags = '--src-specials' > TexLet g:Tex_EscapeChars = '{}\' > endif > and change the fifth line to > let s:CompileFlags = '' > I have just uploaded a new version with this change, and also updated > the installation instructions in the comments at the top, but for now > you can only get the new version from CVS. Oops :( My fault. I thought I didn't make that commit. m. |