[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.28,1.29 latex-suite.txt,1.49,1.50
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-12-02 11:42:44
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv28630 Modified Files: latex-suite.xml latex-suite.txt Log Message: Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** latex-suite.xml 1 Dec 2003 08:36:59 -0000 1.28 --- latex-suite.xml 2 Dec 2003 11:42:41 -0000 1.29 *************** *** 2258,2262 **** <note> <para> ! Unlike the other Tex_FoldXXXX variables, the words in this setting are limited to take values from the following list: </para> --- 2258,2262 ---- <note> <para> ! Unlike the other Tex_FoldedXXXX variables, the words in this setting are limited to take values from the following list: </para> *************** *** 2326,2336 **** Each of the fold setting variables <literal>Tex_FoldedSections</literal>, ! <literal>Tex_FoldEnvironments</literal> etc., as explained previously is a comma seperated string of variables. However, to make it easier to <emphasis>add</emphasis> to the default settings without having to repeat the whole default setting again, &ls; uses the following logic in forming the complete setting string from the ! <literal>Tex_FoldXXXX</literal> variables. If the variable starts with ! a comma, then <literal>Tex_FoldXXXX</literal> is added to the end of the default string rather than replacing it. Similarly, if it ends with a comma, then it will be prepended to the beginning of the --- 2326,2336 ---- Each of the fold setting variables <literal>Tex_FoldedSections</literal>, ! <literal>Tex_FoldedEnvironments</literal> etc., as explained previously is a comma seperated string of variables. However, to make it easier to <emphasis>add</emphasis> to the default settings without having to repeat the whole default setting again, &ls; uses the following logic in forming the complete setting string from the ! <literal>Tex_FoldedXXXX</literal> variables. If the variable starts with ! a comma, then <literal>Tex_FoldedXXXX</literal> is added to the end of the default string rather than replacing it. Similarly, if it ends with a comma, then it will be prepended to the beginning of the *************** *** 2338,2349 **** </para> <para> ! For example, if <literal>Tex_FoldEnvironments</literal> is set to the string <literal>"myenv"</literal>, then only an environment of the form <literal>\begin{myenv}</literal> will be folded. However, if the ! <literal>Tex_FoldEnvironments</literal> setting is <literal>",myenv"</literal>, then the <literal>\begin{myenv}</literal> environment will be folded after all other environments in the default setting have been folded. On the other hand if ! <literal>Tex_FoldEnvironments</literal> is of the form <literal>"myenv,"</literal>, the <literal>\begin{myenv}</literal> environment will be folded before the rest of the environments in the --- 2338,2349 ---- </para> <para> ! For example, if <literal>Tex_FoldedEnvironments</literal> is set to the string <literal>"myenv"</literal>, then only an environment of the form <literal>\begin{myenv}</literal> will be folded. However, if the ! <literal>Tex_FoldedEnvironments</literal> setting is <literal>",myenv"</literal>, then the <literal>\begin{myenv}</literal> environment will be folded after all other environments in the default setting have been folded. On the other hand if ! <literal>Tex_FoldedEnvironments</literal> is of the form <literal>"myenv,"</literal>, the <literal>\begin{myenv}</literal> environment will be folded before the rest of the environments in the Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** latex-suite.txt 1 Dec 2003 08:36:59 -0000 1.49 --- latex-suite.txt 2 Dec 2003 11:42:41 -0000 1.50 *************** *** 780,784 **** ! {New} Creates a new (unnamed) buffer in the Latex-Suite/macros/ directory. Use the command :TexMacroNew in non-gui mode. {Edit} Opens up the corresponding macro file for editing. Use |:TexMacroEdit| --- 780,784 ---- ! {New} Creates a new (unnamed) buffer in the latex-suite/macros/ directory. Use the command :TexMacroNew in non-gui mode. {Edit} Opens up the corresponding macro file for editing. Use |:TexMacroEdit| *************** *** 1103,1107 **** g:TeX_package_<package> = "pre:Command,pre:Command1" ! More detailed example is in Latex-Suite/packages/exmpl file (slightly outdated). Here is short summary of prefixes which can be used in package files: --- 1103,1107 ---- g:TeX_package_<package> = "pre:Command,pre:Command1" ! More detailed example is in latex-suite/packages/exmpl file (slightly outdated). Here is short summary of prefixes which can be used in package files: *************** *** 1851,1855 **** words. The default value is: > item,preamble,<<< ! NOTE: Unlike the other Tex_FoldXXXX variables, the words in this setting are limited to take values from the following list: --- 1851,1855 ---- words. The default value is: > item,preamble,<<< ! NOTE: Unlike the other Tex_FoldedXXXX variables, the words in this setting are limited to take values from the following list: *************** *** 1883,1900 **** *fold-setting-adding* *ls_a_dU* ! Each of the fold setting variables Tex_FoldedSections, Tex_FoldEnvironments etc., as explained previously is a comma seperated string of variables. However, to make it easier to _add_ to the default settings without having to repeat the whole default setting again, Latex-Suite uses the following logic in forming the ! complete setting string from the Tex_FoldXXXX variables. If the variable starts ! with a comma, then Tex_FoldXXXX is added to the end of the default string rather ! than replacing it. Similarly, if it ends with a comma, then it will be prepended ! to the beginning of the default setting rather than replacing it. ! For example, if Tex_FoldEnvironments is set to the string "myenv", then only an ! environment of the form \begin{myenv} will be folded. However, if the ! Tex_FoldEnvironments setting is ",myenv", then the \begin{myenv} environment will be folded after all other environments in the default setting have been ! folded. On the other hand if Tex_FoldEnvironments is of the form "myenv,", the \begin{myenv} environment will be folded before the rest of the environments in the default setting. --- 1883,1901 ---- *fold-setting-adding* *ls_a_dU* ! Each of the fold setting variables Tex_FoldedSections, Tex_FoldedEnvironments etc., as explained previously is a comma seperated string of variables. However, to make it easier to _add_ to the default settings without having to repeat the whole default setting again, Latex-Suite uses the following logic in forming the ! complete setting string from the Tex_FoldedXXXX variables. If the variable ! starts with a comma, then Tex_FoldedXXXX is added to the end of the default ! string rather than replacing it. Similarly, if it ends with a comma, then it ! will be prepended to the beginning of the default setting rather than replacing ! it. ! For example, if Tex_FoldedEnvironments is set to the string "myenv", then only ! an environment of the form \begin{myenv} will be folded. However, if the ! Tex_FoldedEnvironments setting is ",myenv", then the \begin{myenv} environment will be folded after all other environments in the default setting have been ! folded. On the other hand if Tex_FoldedEnvironments is of the form "myenv,", the \begin{myenv} environment will be folded before the rest of the environments in the default setting. *************** *** 2164,2168 **** When used without any arguments lists all available templates from ! Latex-Suite/templates/ directory and prompts to choose one of them. With one argument :0|read| {template} file. With more than one argument it will not work :) In Vim >= 6.2 works completion of names of macros (see 'wildmenu', 'wildmode' --- 2165,2169 ---- When used without any arguments lists all available templates from ! latex-suite/templates/ directory and prompts to choose one of them. With one argument :0|read| {template} file. With more than one argument it will not work :) In Vim >= 6.2 works completion of names of macros (see 'wildmenu', 'wildmode' |