[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.22,1.23 latex-suite.txt,1.44,1.45
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-10-10 00:14:08
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv23236 Modified Files: latex-suite.xml latex-suite.txt Log Message: New: Description of Johannes Tanzler's Tex_InsertItem functionality. Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** latex-suite.xml 9 Oct 2003 21:21:01 -0000 1.22 --- latex-suite.xml 10 Oct 2003 00:14:04 -0000 1.23 *************** *** 738,742 **** </formalpara> </section> ! <section id="bracketing-macros"> <title>Alt Key Macros</title> <para> --- 738,742 ---- </formalpara> </section> ! <section id="altkey-mappings"> <title>Alt Key Macros</title> <para> *************** *** 824,827 **** --- 824,835 ---- </para> </section> + <section id="Alt-I"> + <title><literal><Alt-I></literal></title> + <para> + This mapping inserts an <literal>\item</literal> command at the + current cursor location. Depending on the context, it might instead + insert <literal>\item[]</literal>, <literal>\item[]{}</literal> etc. + </para> + </section> </section> <section id="custom-macros-menu"> *************** *** 2412,2416 **** <para> These mappings are are described in the section <link ! linkend="bracketing-macros">Alt key macros</link>. See <link linkend="remapping-latex-suite-keys">the parent section</link> to see how to use the following information to remap keys. --- 2420,2424 ---- <para> These mappings are are described in the section <link ! linkend="altkey-mappings">Alt key macros</link>. See <link linkend="remapping-latex-suite-keys">the parent section</link> to see how to use the following information to remap keys. *************** *** 2419,2422 **** --- 2427,2431 ---- <anchor id="Plug_Tex_MathCal" /> <anchor id="Plug_Tex_LeftRight" /> + <anchor id="Plug_Tex_InsertItem" /> <informaltable frame="all"> <tgroup cols="2"> *************** *** 2439,2442 **** --- 2448,2455 ---- <entry><literal><Plug>Tex_LeftRight</literal></entry> <entry><literal><Alt-L></literal></entry> + </row> + <row> + <entry><literal><Plug>Tex_InsertItem</literal></entry> + <entry><literal><Alt-I></literal></entry> </row> </tbody> Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** latex-suite.txt 3 Oct 2003 07:43:14 -0000 1.44 --- latex-suite.txt 10 Oct 2003 00:14:04 -0000 1.45 *************** *** 12,16 **** macros to speed up editing LaTeX documents to functions for forward searching .dvi documents. Latex-suite has been possible because of the contributions of ! many people. Please see latex-suite-credits [|ls_a_dz|] for a list of people who have helped. --- 12,16 ---- macros to speed up editing LaTeX documents to functions for forward searching .dvi documents. Latex-suite has been possible because of the contributions of ! many people. Please see latex-suite-credits [|ls_a_dB|] for a list of people who have helped. [...2706 lines suppressed...] ! Hari Krishna Dara for ExecMap(), the clever little function which makes typing visual mode ! mappings so much easier and error-free. ! Alan G Isac for the comprehensive BibT() function for entering bibtex entries. Gontran Baerts for libList.vim ! Peter Heslin useful discussion and also a lot of bug fixes. the %%fakesection in folding.vim. A large number of functions in latex-suite come from various other people. Some *************** *** 2904,2908 **** out who has done what. ! *latex-suite-maintainer* *ls_a_ee* The current maintainer(s) of latex-suite is(are) --- 2890,2894 ---- out who has done what. ! *latex-suite-maintainer* *ls_a_eh* The current maintainer(s) of latex-suite is(are) |