Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv13470
Modified Files:
amsmath
Log Message:
\numberwithin takes 2 arguments, the environment whose numbering to affect
and the parent environment to number within.
Index: amsmath
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/amsmath,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** amsmath 27 Dec 2002 22:59:25 -0000 1.4
--- amsmath 30 Dec 2002 00:48:43 -0000 1.5
***************
*** 90,94 ****
\.'noo:allowdisplaybreaks,'
\.'nor:nobreakdash,'
! \.'brs:numberwithin,'
\.'bra:leftroot,'
\.'bra:uproot,'
--- 90,94 ----
\.'noo:allowdisplaybreaks,'
\.'nor:nobreakdash,'
! \.'brs:numberwithin{<+env+>}{<+parent+>},'
\.'bra:leftroot,'
\.'bra:uproot,'
|