Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12311
Modified Files:
latex-suite.txt
Log Message:
replace <<>> with <++> in description of package file
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** latex-suite.txt 19 May 2003 14:51:16 -0000 1.21
--- latex-suite.txt 22 May 2003 18:40:48 -0000 1.22
***************
*** 957,961 ****
g:TeX_package_option_<package> = "Option,Option2="
= at the end gives: >
! Option2=x,<<>>
Here is allowed one prefix:
{sbr:option} Breaks option menu into submenu. {option} is the name of submenu.
--- 957,961 ----
g:TeX_package_option_<package> = "Option,Option2="
= at the end gives: >
! Option2=x,<++>
Here is allowed one prefix:
{sbr:option} Breaks option menu into submenu. {option} is the name of submenu.
***************
*** 966,995 ****
outdated).
Here is short summary of prefixes which can be used in package files:
! (x - place with cursor, <<>> - |placeholder|)
{env:command} Environment: creates simple environment template >
\begin{command}
x
! \end{command}<<>>
{eno:command} Environment with option: >
\begin[x]{command}
! <<>>
! \end{command}<<>>
{ens:command[<<option>>]...} Environment special: >
\begin[<<option>>]...{command}
! <<>>
! \end{command}<<>>
{bra:command} Brackets: >
! \command{x}<<>>
{brd:command} Brackets double: >
! \command{x}{<<>>}<<>>
{brs:command[<<option>>]...} Brackets special (as environment special: >
! \command[<<x>>]{<<>>}{<<>>}<<>>
{nor:command} Normal: >
\command<Space>
{noo:command} Normal with option: >
! \command[x]<<>>
{nob:command} Normal with option and brackets: >
! \command[x]{<<>>}<<>>
{pla:command} Plain: >
command<Space>
--- 966,995 ----
outdated).
Here is short summary of prefixes which can be used in package files:
! (x - place with cursor, <++> - |placeholder|)
{env:command} Environment: creates simple environment template >
\begin{command}
x
! \end{command}<++>
{eno:command} Environment with option: >
\begin[x]{command}
! <++>
! \end{command}<++>
{ens:command[<<option>>]...} Environment special: >
\begin[<<option>>]...{command}
! <++>
! \end{command}<++>
{bra:command} Brackets: >
! \command{x}<++>
{brd:command} Brackets double: >
! \command{x}{<++>}<++>
{brs:command[<<option>>]...} Brackets special (as environment special: >
! \command[<+x+>]{<++>}{<++>}<++>
{nor:command} Normal: >
\command<Space>
{noo:command} Normal with option: >
! \command[x]<++>
{nob:command} Normal with option and brackets: >
! \command[x]{<++>}<++>
{pla:command} Plain: >
command<Space>
|