[Vim-latex-cvs] vimfiles/ftplugin/latex-suite mathmacros.vim,1.1.1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2002-11-10 13:39:51
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory usw-pr-cvs1:/tmp/cvs-serv25666 Modified Files: mathmacros.vim Log Message: added some dimensions defined in amsmath added some arrows defined in amsmath Index: mathmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/mathmacros.vim,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mathmacros.vim 30 Apr 2002 00:03:20 -0000 1.1.1.1 --- mathmacros.vim 10 Nov 2002 13:39:48 -0000 1.2 *************** *** 3,7 **** " Author: Mikolaj Machowski " Created: Tue Apr 23 06:00 PM 2002 PST ! " Last Change: Mon Apr 29 01:00 PM 2002 PDT " " Description: macros for everything mathematical in latex. --- 3,7 ---- " Author: Mikolaj Machowski " Created: Tue Apr 23 06:00 PM 2002 PST ! " Last Change: sob lis 09 10:00 2002 C " " Description: macros for everything mathematical in latex. *************** *** 60,64 **** exe s:pA1.'rightharpoondown <plug>\rightharpoondown ' exe s:pA1.'rightleftharpoons <plug>\rightleftharpoons ' ! exe s:pA1.'Leftarrow <plug>\Leftarrow' " }}} " MATH nArrows {{{ --- 60,71 ---- exe s:pA1.'rightharpoondown <plug>\rightharpoondown ' exe s:pA1.'rightleftharpoons <plug>\rightleftharpoons ' ! exe s:pA1.'overleftarrow <plug>\overleftarrow ' ! exe s:pA1.'overrightarrow <plug>\overrightarrow ' ! exe s:pA1.'overleftrightarrow <plug>\overleftrightarrow ' ! exe s:pA1.'underleftarrow <plug>\underleftarrow ' ! exe s:pA1.'underrightarrow <plug>\underrightarrow ' ! exe s:pA1.'underleftrightarrow <plug>\underleftrightarrow ' ! exe s:pA1.'xleftarrow <plug>\xleftarrow ' ! exe s:pA1.'xrightarrow <plug>\xrightarrow ' " }}} " MATH nArrows {{{ *************** *** 610,613 **** --- 617,624 ---- exe s:pA16a.'vert <plug>\vert ' exe s:pA16a.'Vert <plug>\Vert ' + exe s:pA16a.'lvert <plug>\lvert ' + exe s:pA16a.'lVert <plug>\lVert ' + exe s:pA16a.'rvert <plug>\rvert ' + exe s:pA16a.'rVert <plug>\rVert ' exe s:pA16a.'uparrow <plug>\uparrow ' exe s:pA16a.'Uparrow <plug>\Uparrow ' *************** *** 642,645 **** --- 653,657 ---- exe s:pA17.'hom <plug>\hom ' exe s:pA17.'inf <plug>\inf ' + exe s:pA17.'injlim <plug>\injlim ' exe s:pA17.'ker <plug>\ker ' exe s:pA17.'lg <plug>\lg ' *************** *** 652,655 **** --- 664,668 ---- exe s:pA17.'min <plug>\min ' exe s:pA17.'Pr <plug>\Pr ' + exe s:pA17.'projlim <plug>\projlim ' exe s:pA17.'sec <plug>\sec ' exe s:pA17.'sin <plug>\sin ' *************** *** 658,661 **** --- 671,678 ---- exe s:pA17.'tan <plug>\tan ' exe s:pA17.'tanh <plug>\tanh ' + exe s:pA17.'varlimsup <plug>\varlimsup ' + exe s:pA17.'varliminf <plug>\varliminf ' + exe s:pA17.'varinjlim <plug>\varinjlim ' + exe s:pA17.'varprojlim <plug>\varprojlim ' " }}} " {{{ MathSpacing *************** *** 668,671 **** --- 685,694 ---- exe s:pA18.'qquad <plug>\qquad ' exe s:pA18.'! <plug>\! ' + exe s:pA18.'thinspace <plug>\thinspace ' + exe s:pA18.'medspace <plug>\medspace ' + exe s:pA18.'thickspace <plug>\thickspace ' + exe s:pA18.'negthinspace <plug>\negthinspace ' + exe s:pA18.'negmedspace <plug>\negmedspace ' + exe s:pA18.'negthickspace <plug>\negthickspace ' " 1}}} |