[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.11,1.12
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-01-04 00:56:59
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv2994 Modified Files: latex-suite.txt Log Message: Remove a bit of pedantic stuff from the docs. We seem to be explaining the same thing too many times... Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** latex-suite.txt 29 Dec 2002 23:51:30 -0000 1.11 --- latex-suite.txt 4 Jan 2003 00:56:56 -0000 1.12 *************** *** 1,5 **** *latex-suite* Tools for an enhanced LaTeX environment in Vim For Vim version 6.0 and above. ! Last Change: Sat Dec 28 09:00 PM 2002 PST By Srinath Avadhanula <sr...@fa...>, --- 1,5 ---- *latex-suite* Tools for an enhanced LaTeX environment in Vim For Vim version 6.0 and above. ! Last Change: Tue Dec 31 01:00 AM 2002 PST By Srinath Avadhanula <sr...@fa...>, *************** *** 134,162 **** mappings and menu items to typeset most of the LaTeX elements. - We use a "macro" to refer to the collection of 3 objects, an insert mode - mapping, a visual mode mapping and a menu item. For example, a figure macro - refers to the insert mode mapping 'EFI', the visual mode mapping ',fi' and the - menu item Tex-Environments.figure. - - For environments, sections and fonts, the insert mode mappings are a sequence - of 3 capital letters. The visual mode mapping follows from the insert mode - mapping by replacing the first character by a comma (',') (for environments - and sections) or back-tick ('`') (for fonts) and converting the rest to lower - case. > - | Insert Mode | Visual Mode - -------------+---------------+------------- - environmnts | EFI | ,fi - fonts | FSF | `sf - - The menu item also specifies the insert and visual mode macros. The menus - behave differently from the insert mode macros in that they ask questions on - the command line in a "wizard" sort of manner and then generate a template - which includes the information gathered. By contrast, the insert mode macros - do not ask any questions and generate a template with |placeholders| at each - input location. - *placeholders* *placeholder* *place-holder* *place-holders* ! NOTE: All these macros implement Stephen Riem's bracketing system and Gergely Kontra's JumpFunc() for handling place-holders. This consists of using "place-holders" to mark off locations where the next relevant editing has to --- 134,140 ---- mappings and menu items to typeset most of the LaTeX elements. *placeholders* *placeholder* *place-holder* *place-holders* ! All these macros implement Stephen Riem's bracketing system and Gergely Kontra's JumpFunc() for handling place-holders. This consists of using "place-holders" to mark off locations where the next relevant editing has to *************** *** 177,186 **** on a lot of key presses. ! NOTE: Furthermore these mappings are are not standard mappings in the sense ! that only the last character is mapped. See plugin/imaps.vim for further ! documentation. For example, in the example above, you can press the characters ! 'E', 'F' and 'I' as slowly as you wish. The characters are visible as you type ! them and you can use the movement or backspace key to correct yourself unlike ! normal mappings. The macros can be divided into the following main categories: --- 155,163 ---- on a lot of key presses. ! NOTE: These mappings are are not standard mappings in the sense that only the ! last character is mapped. See plugin/imaps.vim for further documentation. For ! example, in the example above, you can press the characters 'E', 'F' and 'I' ! as slowly as you wish. The characters are visible as you type them and you can ! use the movement or backspace key to correct yourself unlike normal mappings. The macros can be divided into the following main categories: |