Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv23998
Modified Files:
texrc
Log Message:
Remove hardcoded .tex extension in CompilerRule_pdf - after removing :r in RunLatex it was doubling extension to myfile.tex.tex. NOTE: update of personal texrc is required! (Animesh N Nerurkar)
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** texrc 24 May 2003 22:20:31 -0000 1.26
--- texrc 2 Jun 2003 13:39:35 -0000 1.27
***************
*** 91,95 ****
" NOTE: pdflatex generates the same output as latex. therefore quickfix is
" possible.
! TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*.tex'
" TexLet g:Tex_CompileRule_pdf = 'ps2pdf $*.ps'
--- 91,95 ----
" NOTE: pdflatex generates the same output as latex. therefore quickfix is
" possible.
! TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*'
" TexLet g:Tex_CompileRule_pdf = 'ps2pdf $*.ps'
|