Re: [Vim-latex-devel] Tex_MathBF()
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2005-11-19 18:01:07
|
Hi, Both these suggestions make sense. I just changed the documentation and brackets.vim. Srinath On 11/16/05, Jorge Scandaliaris <j_s...@ya...> wrote: > Hi, > According to the doc (latex-suite.txt 20041219): > > <Alt-M> *ls_3_10_2* *ls_a_by* *Alt-M* > > This insert-mode mapping encloses the previous character in \mathbf{}. > Looking at brackets.vim, I actually see that the case is changed to > upper-case: > > function! Tex_MathBF() > return "\<Left>\\mathbf{\<Right>}\<Esc>hvUla" > > I prefer that Tex_MathBF respects the case, because I need to enter > upper and lower case letters very often. Does this make sense to you? > By the way, the mapping is wrong in above quoted section of the doc, as > it is defined as <M-B> later on. > > Cheers, > > Jorge > > > ______________________________________________ > Renovamos el Correo Yahoo! > Nuevos servicios, m=E1s seguridad > http://correo.yahoo.es > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |