[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.8,1.9 latex-suite.txt,1.31,1.32
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-07-16 05:27:20
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv20555 Modified Files: latex-suite.xml latex-suite.txt Log Message: A couple of additions/grammatical corrections. Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** latex-suite.xml 15 Jul 2003 21:33:05 -0000 1.8 --- latex-suite.xml 16 Jul 2003 05:27:14 -0000 1.9 *************** *** 1075,1078 **** --- 1075,1083 ---- </para> <para> + You can also use the <link + linkend="TPackage"><literal>TPackage</literal></link> to insert the + <literal>\usepackage</literal> line. + </para> + <para> Once you have inserted a <literal>\usepackage</literal> line, for supported packages, you can use the Options and Commands menus *************** *** 1083,1098 **** <title>Actions taken for supported packages</title> <para> ! Once a <literal>\usepackage</literal> line has been constructed using ! one of the methods described in the previous section, if possible, the ! following sub-menus will be created </para> <simplelist> <member><literal>TeX-Suite > Packages > <package> Options</literal></member> <member><literal>TeX-Suite > Packages > <package> Commands</literal></member> </simplelist> <para> where <literal><package></literal> is the package you just ! inserted. You can use these menus to insert commands, environments and ! options which &ls; recognizes as belonging to this package. </para> <note> --- 1088,1110 ---- <title>Actions taken for supported packages</title> <para> ! &ls; takes the following actions for packages detected when a file is ! loaded, or a new <literal>\usepackage</literal> line is inserted using ! one of the methods described in the <link ! linkend="inserting-packages">previous section</link>. </para> + <para> + If you are using the GUI and you have <link + linkend="Tex_Menus">g:Tex_Menus</link> set to 1, &ls; will create the + following sub-menus <simplelist> <member><literal>TeX-Suite > Packages > <package> Options</literal></member> <member><literal>TeX-Suite > Packages > <package> Commands</literal></member> </simplelist> + </para> <para> where <literal><package></literal> is the package you just ! inserted (or was detected). You can use these menus to insert commands, ! environments and options which &ls; recognizes as belonging to this ! package. </para> <note> *************** *** 1221,1225 **** <literal>$VIM/ftplugin/latex-suite/packages</literal> directory. A package script should define two variables as described in the next two ! sections. </para> <section> --- 1233,1238 ---- <literal>$VIM/ftplugin/latex-suite/packages</literal> directory. A package script should define two variables as described in the next two ! sections. In addition to these two variables, you can also define any ! functions, environment definitions etc. in this file. </para> <section> *************** *** 2266,2284 **** <para> When used without any arguments lists name of the packages for ! which support is available. Report depends if you are using ! GUI version and/or <link ! linkend="Tex_Menus">g:Tex_Menus</link> is set to 1 or not. When you ! are not using menus command lists files from ! latex-suite/dictionaries/ (this is main support for non-menus ! version of latexSuite) if menus are on |TPackage| lists ! files from latex-suite/packages/ directory. In package file can be ! also additional functions and syntax descriptions for commands, ! environments, etc. In &vim; 6.2 and above you can use command-line ! completion. ! ! When {package} is given command turns on all possible support ! for this {package} (|latex-menu-packages|, ! |latex-packages-dictionary|). Number of arguments separated ! with spaces is limited only with common sense. </para> </section> --- 2279,2300 ---- <para> When used without any arguments lists name of the packages for ! which support is available. If you are using &vim; GUI and have ! <literal>Tex_Menus</literal> set to 1, then it will list all files ! found in the <literal>$VIM/ftplugin/latex-suite/packages</literal> ! directory. Otherwise, &ls; will list files found in the ! <literal>$VIM/ftplugin/latex-suite/dicrionaries</literal> directory. ! Choosing a file from the list will insert a ! <programlisting>\usepackage[&ph;]{<packname>}</programlisting> line into the ! buffer at the current cursor location. For &vim; 6.2 and above, you ! can use command-line completion to choose a package file. You can also ! call <literal>TPackage</literal> with one or more package names ! seperated with spaces in which case, &ls; will insert ! <literal>\usepackage</literal> lines for each of them in turn. ! </para> ! <para> ! After inserting the <literal>\usepackage</literal> line(s), &ls; will ! support it (them) in various ways as described in the section <link ! linkend="package-actions">Actions taken for supported ! packages</link>. </para> </section> *************** *** 3188,3191 **** --- 3204,3224 ---- If set to 0, &ls; will suppress showing all menus. Useful if you mostly work in terminals. + </para> + </section> + <section id="Tex_MainMenuLocation"> + <title><literal>g:Tex_MainMenuLocation</literal></title> + <informaltable frame="all"> + <tgroup cols="2"> + <tbody> + <row><entry>Type</entry><entry>number</entry></row> + <row><entry>Default Value</entry> + <entry><literal>80</literal></entry></row> + </tbody> + </tgroup> + </informaltable> + <para> + This setting decides the location of the first top-level latex-suite + menu. You can for example shift all the menus created by latex-suite + to the very end by setting this value to a large number like 990. </para> </section> Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** latex-suite.txt 28 Jun 2003 01:46:34 -0000 1.31 --- latex-suite.txt 16 Jul 2003 05:27:14 -0000 1.32 *************** *** 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_dn|] 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_do|] for a list of people who have helped. *************** *** 190,195 **** ! *place-holder* *ls_a_do* ! *place-holders* *ls_a_dR* NOTE: Place Holders ------------- --- 190,195 ---- ! *place-holder* *ls_a_dp* ! *place-holders* *ls_a_dS* NOTE: Place Holders ------------- *************** *** 317,321 **** \end{center} < ! *ls-vmap-f5* *ls_a_dp* You can also select a portion of text visually and press <F5> while still in visual mode. This will prompt you with a list of environments. (This list can be --- 317,321 ---- \end{center} < ! *ls-vmap-f5* *ls_a_dq* You can also select a portion of text visually and press <F5> while still in visual mode. This will prompt you with a list of environments. (This list can be *************** *** 351,356 **** *latex-command-maps* ! *ls-imap-f7* *ls_a_dq* ! *ls-imap-s-f7* *ls_a_dr* Latex-Suite provides two simple mappings <F7> and <S-F7> which work in both insert and normal mode in an idential manner. Pressing <F7> prompts you with a --- 351,356 ---- *latex-command-maps* ! *ls-imap-f7* *ls_a_dr* ! *ls-imap-s-f7* *ls_a_ds* Latex-Suite provides two simple mappings <F7> and <S-F7> which work in both insert and normal mode in an idential manner. Pressing <F7> prompts you with a *************** *** 364,368 **** an environment and then prompt you with a list of commands to change it to. ! *ls-vmap-f7* *ls_a_ds* You can also select a portion of text visually and press <F7> while still in visual mode. This will prompt you with a list of commands. (This list can be --- 364,368 ---- an environment and then prompt you with a list of commands to change it to. ! *ls-vmap-f7* *ls_a_dt* You can also select a portion of text visually and press <F7> while still in visual mode. This will prompt you with a list of commands. (This list can be *************** *** 375,379 **** These mappings insert font descriptions such as: \textsf{<++>}<++> with the ! cursor left in place of the first placeholder [|ls_a_dR|] (the <++> characters). Mnemonic: --- 375,379 ---- These mappings insert font descriptions such as: \textsf{<++>}<++> with the ! cursor left in place of the first placeholder [|ls_a_dS|] (the <++> characters). Mnemonic: *************** *** 502,506 **** +} expands to \"{a} +: expands to \^{o} ! Latex-Suite also ships with smart backspacing [|ls_a_dt|] functionality which provides another convinience while editing languages with diactritics. --- 502,506 ---- +} expands to \"{a} +: expands to \^{o} ! Latex-Suite also ships with smart backspacing [|ls_a_du|] functionality which provides another convinience while editing languages with diactritics. *************** *** 620,624 **** Smart Backspace --------------- ! *smart-backspace* *ls_a_dt* Pressing <BS> in insert mode checks to see whether we are just after something like \'{a} and if so, deletes all of it. i.e, diacritics are treated as single --- 620,624 ---- Smart Backspace --------------- ! *smart-backspace* *ls_a_du* Pressing <BS> in insert mode checks to see whether we are just after something like \'{a} and if so, deletes all of it. i.e, diacritics are treated as single *************** *** 710,714 **** directory and creates a menu from the files found there. Each file is considered as a single macro. You can place your own macros in this directory, using ! placeholders [|ls_a_dR|] if wanted. When you choose a macro from the menu, the corresponding file is read into the --- 710,714 ---- directory and creates a menu from the files found there. Each file is considered as a single macro. You can place your own macros in this directory, using ! placeholders [|ls_a_dS|] if wanted. When you choose a macro from the menu, the corresponding file is read into the *************** *** 862,866 **** triggered. What characters are used to display place-holders when you trigger an IMAP are controlled by the Imap_PlaceHolderStart ! [|ls_a_cB|] and Imap_PlaceHolderEnd [|ls_a_dF|] settings. --- 862,866 ---- triggered. What characters are used to display place-holders when you trigger an IMAP are controlled by the Imap_PlaceHolderStart ! [|ls_a_cB|] and Imap_PlaceHolderEnd [|ls_a_dG|] settings. *************** *** 901,904 **** --- 901,906 ---- containing a single word will construct a \usepackage line from that word. + You can also use the TPackage [|ls_a_cm|] to insert the \usepackage line. + Once you have inserted a \usepackage line, for supported packages, you can use the Options and Commands menus described in the next section [|ls_a_bG|]. *************** *** 908,921 **** *package-actions* ! Once a \usepackage line has been constructed using one of the methods described ! in the previous section, if possible, the following sub-menus will be created ! TeX-Suite > Packages > <package> Options TeX-Suite > Packages > <package> Commands ! where <package> is the package you just inserted. You can use these menus to ! insert commands, environments and options which Latex-Suite recognizes as ! belonging to this package. NOTE: While inserting an option, you need to position yourself in the --- 910,926 ---- *package-actions* ! Latex-Suite takes the following actions for packages detected when a file is ! loaded, or a new \usepackage line is inserted using one of the methods described ! in the previous section [|ls_a_bF|]. + If you are using the GUI and you have g:Tex_Menus [|ls_a_dc|] set to 1, + Latex-Suite will create the following sub-menus TeX-Suite > Packages > <package> Options TeX-Suite > Packages > <package> Commands ! ! where <package> is the package you just inserted (or was detected). You can use ! these menus to insert commands, environments and options which Latex-Suite ! recognizes as belonging to this package. NOTE: While inserting an option, you need to position yourself in the *************** *** 933,943 **** For example, the SIUnits package has a custom dictionary. ! *latex-package-scanning* *ls_a_du* If a package detected at startup is found by Latex-Suite in the current ! directory or in a location specified by the g:Tex_TEXINPUTS [|ls_a_dm|] variable, Latex-Suite will scan the package for \newenvironment and newcommand lines and also append any commands and environments found to the list of commands and environments which you are prompted with when you press <F5> ! [|ls_a_bh|] or <F7> [|ls_a_dq|] in insert mode. In addition, the TeX-Suite > Packages menu also contains the following submenus --- 938,948 ---- For example, the SIUnits package has a custom dictionary. ! *latex-package-scanning* *ls_a_dv* If a package detected at startup is found by Latex-Suite in the current ! directory or in a location specified by the g:Tex_TEXINPUTS [|ls_a_dn|] variable, Latex-Suite will scan the package for \newenvironment and newcommand lines and also append any commands and environments found to the list of commands and environments which you are prompted with when you press <F5> ! [|ls_a_bh|] or <F7> [|ls_a_dr|] in insert mode. In addition, the TeX-Suite > Packages menu also contains the following submenus *************** *** 986,990 **** If you use the $TEXINPUTS variable in LaTeX, and you wish Latex-Suite to search these custom packages for \usepackage lines, then you need to initialize the ! g:Tex_TEXINPUTS [|ls_a_dm|] variable. The g:Tex_TEXINPUTS variable needs to be set in the same format which Vim uses --- 991,995 ---- If you use the $TEXINPUTS variable in LaTeX, and you wish Latex-Suite to search these custom packages for \usepackage lines, then you need to initialize the ! g:Tex_TEXINPUTS [|ls_a_dn|] variable. The g:Tex_TEXINPUTS variable needs to be set in the same format which Vim uses *************** *** 1013,1017 **** name as the package and placing it in the $VIM/ftplugin/latex-suite/packages directory. A package script should define two variables as described in the next ! two sections. --- 1018,1023 ---- name as the package and placing it in the $VIM/ftplugin/latex-suite/packages directory. A package script should define two variables as described in the next ! two sections. In addition to these two variables, you can also define any ! functions, environment definitions etc. in this file. *************** *** 1097,1101 **** choose a filename. ! *ls-set-grepprg* *ls_a_dS* NOTE: Before you start with Latex-Suite's completion function... ---------------------------------------------------------- --- 1103,1107 ---- choose a filename. ! *ls-set-grepprg* *ls_a_dT* NOTE: Before you start with Latex-Suite's completion function... ---------------------------------------------------------- *************** *** 1260,1264 **** *cite-search-caching* ! *TClearCiteHist* *ls_a_dv* Often times, the editing cycle proceeds by first laying out a comprehensive bibliography and then completing all the \cite commands in one session. In such --- 1266,1270 ---- *cite-search-caching* ! *TClearCiteHist* *ls_a_dw* Often times, the editing cycle proceeds by first laying out a comprehensive bibliography and then completing all the \cite commands in one session. In such *************** *** 1503,1507 **** placed. ! *enabling-searching* *ls_a_dw* NOTE: Enabling Forward and Inverse Searching -------------------------------------- --- 1509,1513 ---- placed. ! *enabling-searching* *ls_a_dx* NOTE: Enabling Forward and Inverse Searching -------------------------------------- *************** *** 1521,1525 **** source file at a given location when you double-click in the DVI viewer window. ! You will need to enable searching [|ls_a_dw|] in order to use this functionality. --- 1527,1531 ---- source file at a given location when you double-click in the DVI viewer window. ! You will need to enable searching [|ls_a_dx|] in order to use this functionality. *************** *** 1704,1708 **** *latex-suite-maps* ! *remapping-latex-suite-keys* *ls_a_dx* Most of the mappings used in Latex-Suite can be mapped to a different key combination to suit your particular needs. An example best explains the --- 1710,1714 ---- *latex-suite-maps* ! *remapping-latex-suite-keys* *ls_a_dy* Most of the mappings used in Latex-Suite can be mapped to a different key combination to suit your particular needs. An example best explains the *************** *** 1731,1741 **** These mappings are utlilized for jumping between placeholders as described here ! [|ls_a_dR|]. See the parent section [|ls_a_ce|] to find out how to use this information to change the default maps. ! *Plug_IMAP_JumpForward* *ls_a_dy* ! *Plug_IMAP_JumpBack* *ls_a_dz* ! *Plug_IMAP_DeleteAndJumpForward* *ls_a_dA* ! *Plug_IMAP_DeleteAndJumBack* *ls_a_dB* Plug map Default Key~ <Plug>IMAP_JumpForward <C-j> --- 1737,1747 ---- These mappings are utlilized for jumping between placeholders as described here ! [|ls_a_dS|]. See the parent section [|ls_a_ce|] to find out how to use this information to change the default maps. ! *Plug_IMAP_JumpForward* *ls_a_dz* ! *Plug_IMAP_JumpBack* *ls_a_dA* ! *Plug_IMAP_DeleteAndJumpForward* *ls_a_dB* ! *Plug_IMAP_DeleteAndJumBack* *ls_a_dC* Plug map Default Key~ <Plug>IMAP_JumpForward <C-j> *************** *** 1745,1751 **** <Plug>IMAP_JumpForward takes you to the location of the next place-holder ! [|ls_a_dR|]. ! <Plug>IMAP_JumpBack takes you to the previous place-holder [|ls_a_dR|]. <Plug>IMAP_DeleteAndJumpForward deletes the presently selected place-holder and --- 1751,1757 ---- <Plug>IMAP_JumpForward takes you to the location of the next place-holder ! [|ls_a_dS|]. ! <Plug>IMAP_JumpBack takes you to the previous place-holder [|ls_a_dS|]. <Plug>IMAP_DeleteAndJumpForward deletes the presently selected place-holder and *************** *** 1766,1775 **** These mappings are are described in the section Alt key macros [|ls_a_bw|]. See ! the parent section [|ls_a_dx|] to see how to use the following information to remap keys. ! *Plug_Tex_MathBF* *ls_a_dC* ! *Plug_Tex_MathCal* *ls_a_dD* ! *Plug_Tex_LeftRight* *ls_a_dE* Plug Mapping Default Key~ <Plug>Tex_MathBF <Alt-B> --- 1772,1781 ---- These mappings are are described in the section Alt key macros [|ls_a_bw|]. See ! the parent section [|ls_a_dy|] to see how to use the following information to remap keys. ! *Plug_Tex_MathBF* *ls_a_dD* ! *Plug_Tex_MathCal* *ls_a_dE* ! *Plug_Tex_LeftRight* *ls_a_dF* Plug Mapping Default Key~ <Plug>Tex_MathBF <Alt-B> *************** *** 1818,1830 **** When used without any arguments lists name of the packages for which support is ! available. Report depends if you are using GUI version and/or g:Tex_Menus ! [|ls_a_dc|] is set to 1 or not. When you are not using menus command lists files ! from latex-suite/dictionaries/ (this is main support for non-menus version of ! latexSuite) if menus are on |TPackage| lists files from latex-suite/packages/ ! directory. ! When {package} is given command turns on all possible support for this {package} ! (|latex-menu-packages|, |latex-packages-dictionary|). Number of arguments ! separated with spaces is limited only with common sense. --- 1824,1841 ---- When used without any arguments lists name of the packages for which support is ! available. If you are using Vim GUI and have Tex_Menus set to 1, then it will ! list all files found in the $VIM/ftplugin/latex-suite/packages directory. ! Otherwise, Latex-Suite will list files found in the ! $VIM/ftplugin/latex-suite/dicrionaries directory. Choosing a file from the list ! will insert a > ! \usepackage[<++>]{<packname>} ! line into the buffer at the current cursor location. For Vim 6.2 and above, you ! can use command-line completion to choose a package file. You can also call ! TPackage with one or more package names seperated with spaces in which case, ! Latex-Suite will insert \usepackage lines for each of them in turn. ! After inserting the \usepackage line(s), Latex-Suite will support it (them) in ! various ways as described in the section Actions taken for supported packages ! [|ls_a_bG|]. *************** *** 1992,1996 **** *customizing-place-holders* ! Latex-Suite uses place-holders [|ls_a_dR|] to minimize using the movement keys while typing. The following settings affect how place-holders are used. --- 2003,2007 ---- *customizing-place-holders* ! Latex-Suite uses place-holders [|ls_a_dS|] to minimize using the movement keys while typing. The following settings affect how place-holders are used. *************** *** 2015,2019 **** *Imap_PlaceHolderStart* ! *Imap_PlaceHolderEnd* *ls_a_dF* Setting Type Value~ Imap_PlaceHolderStart String '<+' --- 2026,2030 ---- *Imap_PlaceHolderStart* ! *Imap_PlaceHolderEnd* *ls_a_dG* Setting Type Value~ Imap_PlaceHolderStart String '<+' *************** *** 2062,2071 **** setting each of the variables to zero will take away. ! *Tex_EnvironmentMaps* *ls_a_dG* ! *Tex_EnvironmentMenus* *ls_a_dH* ! *Tex_FontMaps* *ls_a_dI* ! *Tex_FontMenus* *ls_a_dJ* ! *Tex_SectionMaps* *ls_a_dK* ! *Tex_SectionMenus* *ls_a_dL* Setting Link to relevant section Default Value~ g:Tex_EnvironmentMaps Environment Mappings [|ls_a_bg|] 1 --- 2073,2082 ---- setting each of the variables to zero will take away. ! *Tex_EnvironmentMaps* *ls_a_dH* ! *Tex_EnvironmentMenus* *ls_a_dI* ! *Tex_FontMaps* *ls_a_dJ* ! *Tex_FontMenus* *ls_a_dK* ! *Tex_SectionMaps* *ls_a_dL* ! *Tex_SectionMenus* *ls_a_dM* Setting Link to relevant section Default Value~ g:Tex_EnvironmentMaps Environment Mappings [|ls_a_bg|] 1 *************** *** 2088,2092 **** then for selected environments, latex-suite asks a series of questions on the command line and inserts a template with the corresponding fields already filled ! in. Setting this to zero will insert a template with place-holders [|ls_a_dR|] marking off the places where fields need to be filled. --- 2099,2103 ---- then for selected environments, latex-suite asks a series of questions on the command line and inserts a template with the corresponding fields already filled ! in. Setting this to zero will insert a template with place-holders [|ls_a_dS|] marking off the places where fields need to be filled. *************** *** 2240,2247 **** These three settings affect the aesthetics of the completion functionality. ! *Tex_ViewerCwindowHeight* *ls_a_dM* ! *Tex_ViewerPreviewHeight* *ls_a_dN* ! *Tex_ExplorerHeight* *ls_a_dO* ! *Tex_ImageDir* *ls_a_dP* Setting Explanation Default Value~ g:Tex_ViewerCwindowHeight The height of the cwindow which 5 --- 2251,2258 ---- These three settings affect the aesthetics of the completion functionality. ! *Tex_ViewerCwindowHeight* *ls_a_dN* ! *Tex_ViewerPreviewHeight* *ls_a_dO* ! *Tex_ExplorerHeight* *ls_a_dP* ! *Tex_ImageDir* *ls_a_dQ* Setting Explanation Default Value~ g:Tex_ViewerCwindowHeight The height of the cwindow which 5 *************** *** 2430,2434 **** ! g:Tex_MathMenus *ls_10_7_2* *ls_a_dd* *Tex_MathMenus* --- 2441,2457 ---- ! g:Tex_MainMenuLocation *ls_10_7_2* *ls_a_dd* ! *Tex_MainMenuLocation* ! ! ! Type number ! Default Value 80 ! ! This setting decides the location of the first top-level latex-suite menu. You ! can for example shift all the menus created by latex-suite to the very end by ! setting this value to a large number like 990. ! ! ! g:Tex_MathMenus *ls_10_7_3* *ls_a_de* *Tex_MathMenus* *************** *** 2441,2445 **** ! g:Tex_NestElementMenus *ls_10_7_3* *ls_a_de* *Tex_NestElementMenus* --- 2464,2468 ---- ! g:Tex_NestElementMenus *ls_10_7_4* *ls_a_df* *Tex_NestElementMenus* *************** *** 2453,2457 **** ! g:Tex_PackagesMenu *ls_10_7_4* *ls_a_df* *Tex_PackagesMenu* --- 2476,2480 ---- ! g:Tex_PackagesMenu *ls_10_7_5* *ls_a_dg* *Tex_PackagesMenu* *************** *** 2465,2469 **** ! g:Tex_NestPackagesMenu *ls_10_7_5* *ls_a_dg* *Tex_NestPackagesMenu* --- 2488,2492 ---- ! g:Tex_NestPackagesMenu *ls_10_7_6* *ls_a_dh* *Tex_NestPackagesMenu* *************** *** 2478,2482 **** ! g:Tex_UseUtfMenus *ls_10_7_6* *ls_a_dh* *Tex_UseUtfMenus* --- 2501,2505 ---- ! g:Tex_UseUtfMenus *ls_10_7_7* *ls_a_di* *Tex_UseUtfMenus* *************** *** 2491,2495 **** -------------------------------------------------------------------------------- ! Folding Customization *ls_10_8* *ls_a_di* *customizing-folding* --- 2514,2518 ---- -------------------------------------------------------------------------------- ! Folding Customization *ls_10_8* *ls_a_dj* *customizing-folding* *************** *** 2499,2503 **** ! g:Tex_Folding *ls_10_8_1* *ls_a_dj* *Tex_Folding* --- 2522,2526 ---- ! g:Tex_Folding *ls_10_8_1* *ls_a_dk* *Tex_Folding* *************** *** 2511,2515 **** ! g:Tex_AutoFolding *ls_10_8_2* *ls_a_dk* *Tex_AutoFolding* --- 2534,2538 ---- ! g:Tex_AutoFolding *ls_10_8_2* *ls_a_dl* *Tex_AutoFolding* *************** *** 2523,2527 **** -------------------------------------------------------------------------------- ! Package Handling Customization *ls_10_9* *ls_a_dl* *customizing-packages* --- 2546,2550 ---- -------------------------------------------------------------------------------- ! Package Handling Customization *ls_10_9* *ls_a_dm* *customizing-packages* *************** *** 2531,2535 **** ! g:Tex_TEXINPUTS *ls_10_9_1* *ls_a_dm* *Tex_TEXINPUTS* --- 2554,2558 ---- ! g:Tex_TEXINPUTS *ls_10_9_1* *ls_a_dn* *Tex_TEXINPUTS* *************** *** 2546,2550 **** ================================================================================ ! Credits *ls_11* *ls_a_dn* *latex-suite-credits* --- 2569,2573 ---- ================================================================================ ! Credits *ls_11* *ls_a_do* *latex-suite-credits* *************** *** 2600,2604 **** out who has done what. ! *latex-suite-maintainer* *ls_a_dQ* The current maintainer(s) of latex-suite is(are) --- 2623,2627 ---- out who has done what. ! *latex-suite-maintainer* *ls_a_dR* The current maintainer(s) of latex-suite is(are) |