[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.30.2.2,1.30.2.3
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-08-29 01:18:37
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv2684 Modified Files: Tag: latex-multi-compile texrc Log Message: removed a required setting in the last commit. Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.30.2.2 retrieving revision 1.30.2.3 diff -C2 -d -r1.30.2.2 -r1.30.2.3 *** texrc 29 Aug 2003 01:12:16 -0000 1.30.2.2 --- texrc 29 Aug 2003 01:18:29 -0000 1.30.2.3 *************** *** 103,106 **** --- 103,107 ---- " so use it with care. TexLet g:Tex_CompileRule_dvi = 'latex -interaction=nonstopmode $*' + TexLet g:Tex_EscapeChars = '{}\' TexLet g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi' |