[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages graphicx,1.3,1.4
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-01-21 22:23:12
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv18157 Modified Files: graphicx Log Message: - change syntax for the \includegraphics command. (Diego Caraffini) Index: graphicx =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/graphicx,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** graphicx 5 Jan 2003 21:47:08 -0000 1.3 --- graphicx 21 Jan 2003 22:23:08 -0000 1.4 *************** *** 30,34 **** let g:TeX_package_graphicx = \ 'sbr:Includegraphics,' ! \.'nob:includegraphics,' \.'spe:height=,' \.'spe:width=,' --- 30,34 ---- let g:TeX_package_graphicx = \ 'sbr:Includegraphics,' ! \.'brs:includegraphics[<++>]{<++>},' \.'spe:height=,' \.'spe:width=,' |