[Vim-latex-cvs] vimfiles/ftplugin/latex-suite ChangeLog,1.5,1.6
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-06-02 13:39:32
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv23975 Modified Files: ChangeLog Log Message: update Index: ChangeLog =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 1 Jun 2003 23:23:30 -0000 1.5 --- ChangeLog 2 Jun 2003 13:39:26 -0000 1.6 *************** *** 44,45 **** --- 44,51 ---- Solution: Add redraw! after calling compilers and viewers (partial implementation of JT patch, MM) + * texrc: + Problem: Compiling pdf didn't succed because of double file extension, + eg. myfile.tex.tex (Animesh N Nerurkar) + Solution: Remove hardcoded .tex in CompilerRule_pdf. NOTE: Update of + personal texrc is required! (Animesh N Nerurkar) + |