[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.28,1.29
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-06-21 22:16:18
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv7004 Modified Files: latex-suite.txt Log Message: Oops! Some debugging statements got into latex-suite.txt. Have modified db2vim so it doesn't happen again. Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** latex-suite.txt 21 Jun 2003 22:13:07 -0000 1.28 --- latex-suite.txt 21 Jun 2003 22:16:15 -0000 1.29 *************** *** 1,44 **** - bodyText = [[u'w', u'address'], [u'a', u'author'], [u'b', u'booktitle'], [u'c', u'chapter'], [u'd', u'edition'], [u'e', u'editor'], [u'h', u'howpublished'], [u'i', u'institution'], [u'k', u'isbn'], [u'j', u'journal'], [u'm', u'month'], [u'z', u'note'], [u'n', u'number'], [u'o', u'organization'], [u'p', u'pages'], [u'q', u'publisher'], [u'r', u'school'], [u's', u'series'], [u't', u'title'], [u'u', u'type'], [u'v', u'volume'], [u'y', u'year']] - bodyText = [[u'(', u'\\left( <++> \\right)'], [u'[', u'\\left[ <++> \\right]'], [u'|', u'\\left| <++> \\right|'], [u'{', u'\\left\\{ <++> \\right\\}'], [u'<', u'\\langle <++> \\rangle'], [u'q', u'\\lefteqn{<++>}<++>']] - bodyText = [[u'{New}', u'Creates a new (unnamed) buffer in the latex-suite/macros/ directory. Use the\ncommand :TexMacroNew in non-gui mode.'], [u'{Edit}', u'Opens up the corresponding macro file for editing. Use :TexMacroEdit in non-gui\nmode.'], [u'{Delete}', u'Deletes the corresponding macro. Use the prefixed numbers for fast navigation of\nmenus. Use :TexMacroDelete in non-gui mode.'], [u'{Redraw}', u'Rescans the macros/ directory and refreshes the macros list.']] - bodyText = [[u'startpat', u'a line matching this pattern defines the beginning of a fold.'], [u'endpat', u'a line matching this pattern defines the end of a fold.'], [u'startoff', u'this is the offset from the starting line at which folding will actually start'], [u'endoff', u'like startoff, but gives the offset of the actual fold end from the line satisfying endpat. startoff and\nendoff are necessary when the folding region does not have a specific end pattern corresponding to a start\npattern. for example in latex, \\begin{section} defines the beginning of a section, but its not necessary to\nhave a corresponding \\end{section} the section is assumed to end 1 line before another section starts.'], [u'startskip', u'A Pattern Which Defines The Beginning Of A "Skipped" Region.\n\nFor example, suppose we define a \\itemize fold as follows: >\n = \'^\\s*\\\\item\',\n = \'^\\s*\\\\item\\|^\\s*\\\\end{\\(enumerate\\|itemize\\|description\\)}\',\n = 0,\n = -1&codeend;\n\nThis defines a fold which starts with a line beginning with an \\item and ending one line before a line\nbeginning with an \\item or \\end{enumerate} etc.\n\nThen, as long as \\item\'s are not nested things are fine. However, once items begin to nest, the fold\nstarted by one \\item can end because of an \\item in an \\itemize environment within this \\item. i.e, the\nfollowing can happen: >\n \\begin{itemize}\n \\item Some text <------- fold will start here\n This item will contain a nested item\n \\begin{itemize} <----- fold will end here because next line contains \\item...\n \\item Hello \n \\end{itemize} <----- ... instead of here.\n \\item Next item of the parent itemize \n \\end{itemize}&codeend;\n\nTherefore, in order to completely define a folding item which allows nesting, we need to also define a\n"skip" pattern. startskip and end skip do that. Leave \'\' when there is no nesting.'], [u'endskip', u'the pattern which defines the end of the "skip" pattern for nested folds.']] - bodyText = [[u'<Plug>IMAP_JumpForward', u'<C-j>'], [u'<Plug>IMAP_JumpBack', u'(none)'], [u'<Plug>IMAP_DeleteAndJumpForward', u'(none)'], [u'<Plug>IMAP_DeleteAndJumpBack', u'(none)']] - bodyText = [[u'<Plug>Tex_MathBF', u'<Alt-B>'], [u'<Plug>Tex_MathCal', u'<Alt-C>'], [u'<Plug>Tex_LeftRight', u'<Alt-L>']] - bodyText = [[u'0', u'part'], [u'1', u'chapter'], [u'2', u'section'], [u'3', u'subsection'], [u'4', u'subsubsection'], [u'5', u'paragraph'], [u'6', u'subparagraph']] - bodyText = [[u'+<n>', u'inserts section name <n> logical levels above the last used comand'], [u'-<n>', u'inserts section name <n> logical levels below the last used comand'], [u'+', u'inserts section name one logical level below the last used command (equal to +1).'], [u'++', u'inserts section name two logical levels below the last used command (equal to +2).'], [u'-', u'inserts section name one logical level over the last used command (equal to -1).'], [u'--', u'inserts section name two logical levels over the last used command (equal to -2).']] - bodyText = [[u'g', u'General shortcuts'], [u'e', u'Environment shortcuts'], [u'f', u'Font shortcuts'], [u's', u'Section shortcuts'], [u'a', u'All shortcuts']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Imap_PlaceHolderStart', u'String', u"'<+'"], [u'Imap_PlaceHolderEnd', u'String', u"'+>'"]] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'g:Tex_EnvironmentMaps', u'Environment Mappings [|insert-mode-environment-mappings|]', u'1'], [u'g:Tex_EnvironmentMenus', '', u'1'], [u'g:Tex_FontMaps', u'Font Mappings [|font-maps|]', u'1'], [u'g:Tex_FontMenus', '', u'1'], [u'g:Tex_SectionMaps', u'Section Mappings [|section-mappings|]', u'1'], [u'g:Tex_SectionMenus', '', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'0']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'0']] - bodyText = [[u'Type', u'String'], [u'Default Value', u"'`'"]] - bodyText = [[u'Type', u'String'], [u'Default Value', u"','"]] - bodyText = [[u'Type', u'String'], [u'Default Value', u"'eqnarray*,eqnarray,equation,equation*,\\[,$$,align,align*'"]] - bodyText = [[u'Type', u'String'], [u'Default Value', u"'eqnarray*,eqnarray,bmatrix'"]] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'g:Tex_SmartQuoteOpen', u'"``"'], [u'g:Tex_SmartQuoteClose', u'"\'\'"']] - bodyText = [[u'g:Tex_ViewerCwindowHeight', u'The height of the cwindow which displays the list of \\labels etc.', u'5'], [u'g:Tex_ViewerPreviewHeight', u'The height of the preview window which shows the context of a \\label etc.', u'10'], [u'g:Tex_ExplorerHeight', u'The height of the explorer window which lists the files from which to choose an\nimage file.', u'10'], [u'g:Tex_ImageDir', u'The directory to scan for images', u"''"]] - bodyText = [[u'Type', u'string'], [u'Default Value', u"''"]] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'0']] - bodyText = [[u'Type', u'String'], [u'Default Value', u'dvi for windows/*nix and pdf for mac']] - bodyText = [[u'g:Tex_CompileRule_dvi', u"'latex -interaction=nonstopmode $*'"], [u'g:Tex_CompileRule_ps', u"'ps2pdf $*'"], [u'g:Tex_CompileRule_pdf', u"'pdflatex -interaction=nonstopmode $*'"]] - bodyText = [[u'Type', u'String'], [u'Default Value', u'a new-line seperated list of patterns as described below']] - bodyText = [[u'Type', u'Integer'], [u'Default Value', u'7']] - bodyText = [[u'g:Tex_ViewRule_dvi', u"'yap -1'", u"'xdvi'"], [u'g:Tex_ViewRule_ps', u"'gsview32'", u"'ghostview'"], [u'g:Tex_ViewRule_pdf', u"'AcroRd32'", u"'xpdf'"]] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'String'], [u'Default Value', u"'TeX-'"]] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'0']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'Boolean'], [u'Default Value', u'1']] - bodyText = [[u'Type', u'string'], [u'Default Value', u"''"]] - bodyText = [[u'Lubomir Host', u'provided the diacritics and also helped in development.\n\n'], [u'Alexander Wagner', u'valuable suggestions during development.\n\n'], [u'Luc Hermitte', u"his variation of Stephen Riehm's bracketing system is used in latex-suite.\n\n"], [u'Gergely Kontra', u'the clever little JumpFunc() in imaps.vim is due to him. The implementation of the\ntemplates also borrows from mu-template.vim by him.\n\n'], [u'Dimitri Antoniou', u'author of ltags and also provided the nice tip about forward / reverse search on\nDVI documents.\n\n'], [u'Stephen Riehm', u'the extremely helpful bracketing system is from him.\n\n'], [u'Alan Schmitt', u'provided some macros/folding elements.\n\n'], [u'Hari Krishna Dara', u'for ExecMap(), the clever little function which makes typing visual mode mappings\nso much easier and error-free.\n\n'], [u'Alan G Isac', u'for the comprehensive BibT() function for entering bibtex entries.\n\n'], [u'Gontran Baerts', u'for libList.vim\n\n'], [u'Peter Heslin', u'useful discussion and also a lot of bug fixes. the %%fakesection in folding.vim.\n\n']] Latex-Suite Reference *latex-suite.txt* --- 1,2 ---- |