Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv10906
Modified Files:
latex-suite-chunk.xsl latex-suite.txt latex-suite.xml
latex-suite.xsl
Log Message:
Oops. snipped Tex_TEXINPUTS section from wrong place.
Index: latex-suite-chunk.xsl
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite-chunk.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** latex-suite-chunk.xsl 18 Jun 2003 05:12:38 -0000 1.1
--- latex-suite-chunk.xsl 18 Jun 2003 18:54:30 -0000 1.2
***************
*** 7,11 ****
<!-- $Id$ -->
! <xsl:import href="file:///c:/users/srinath/testing/docbook/xhtml/chunk.xsl"/>
<!-- import common customizations -->
--- 7,11 ----
<!-- $Id$ -->
! <xsl:import href="docbook/xhtml/chunk.xsl"/>
<!-- import common customizations -->
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** latex-suite.txt 18 Jun 2003 05:12:38 -0000 1.25
--- latex-suite.txt 18 Jun 2003 18:54:30 -0000 1.26
***************
*** 1890,1896 ****
*customizing-latex-completion*
|ls_10_4_1| Window size settings
! |ls_10_4_2| g:Tex_TEXINPUTS
! |ls_10_4_3| g:Tex_BIBINPUTS
! |ls_10_4_4| g:Tex_RememberCiteSearch
The following settings affect the completion [|latex-completion|] functionality
--- 1890,1895 ----
*customizing-latex-completion*
|ls_10_4_1| Window size settings
! |ls_10_4_2| g:Tex_BIBINPUTS
! |ls_10_4_3| g:Tex_RememberCiteSearch
The following settings affect the completion [|latex-completion|] functionality
***************
*** 1922,1941 ****
! g:Tex_TEXINPUTS *ls_10_4_2*
! *Tex_TEXINPUTS*
!
!
! Type string
! Default Value ''
!
! This setting describes the directories scanned by Latex-Suite while searching
! for custom user packages as desribed in the custom packages [|custom-packages|]
! section. Do not include the present directory in this setting. The present
! directory is always scanned for custom packages.
!
! This string should be set in the syntax accepted by Vim's native 'path' setting.
!
!
! g:Tex_BIBINPUTS *ls_10_4_3*
*Tex_BIBINPUTS*
--- 1921,1925 ----
! g:Tex_BIBINPUTS *ls_10_4_2*
*Tex_BIBINPUTS*
***************
*** 1953,1957 ****
! g:Tex_RememberCiteSearch *ls_10_4_4*
*Tex_RememberCiteSearch*
--- 1937,1941 ----
! g:Tex_RememberCiteSearch *ls_10_4_3*
*Tex_RememberCiteSearch*
***************
*** 2217,2240 ****
Package Handling Customization *ls_10_9*
*customizing-packages*
! |ls_10_4_2| g:Tex_TEXINPUTS
! Latex-Suite is capable of handling simple projects in which all the source files
! live in a single directory using the *.latexmain [|latex-master-file|] method.
! However, for more complex projects with files distributed in various
! directories, define the g:Tex_TEXINPUTS variable.
! g:Tex_TEXINPUTS *ls_10_4_2*
*Tex_TEXINPUTS*
! Type String
Default Value ''
! This string defines a set of directories which contain user packages. This
! setting corresponds to the $TEXINPUTS environment variable.
! TODO: The documentation for this part needs to be improved.
================================================================================
--- 2201,2224 ----
Package Handling Customization *ls_10_9*
*customizing-packages*
! |ls_10_9_1| g:Tex_TEXINPUTS
! These settings affect the custom packages [|custom-packages|] functionality in
! Latex-Suite
! g:Tex_TEXINPUTS *ls_10_9_1*
*Tex_TEXINPUTS*
! Type string
Default Value ''
! This setting describes the directories scanned by Latex-Suite while searching
! for custom user packages as desribed in the custom packages [|custom-packages|]
! section. Do not include the present directory in this setting. The present
! directory is always scanned for custom packages.
! This string should be set in the syntax accepted by Vim's native 'path' setting.
================================================================================
Index: latex-suite.xml
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** latex-suite.xml 18 Jun 2003 17:28:35 -0000 1.2
--- latex-suite.xml 18 Jun 2003 18:54:30 -0000 1.3
***************
*** 2341,2367 ****
</informaltable>
</section>
- <section id="Tex_TEXINPUTS">
- <title>g:Tex_TEXINPUTS</title>
- <informaltable frame="all">
- <tgroup cols="2">
- <tbody>
- <row><entry>Type</entry><entry>string</entry></row>
- <row><entry>Default Value</entry>
- <entry><literal>''</literal></entry></row>
- </tbody>
- </tgroup>
- </informaltable>
- <para>
- This setting describes the directories scanned by &ls; while searching
- for custom user packages as desribed in the <link
- linkend="custom-packages">custom packages</link> section. Do not
- include the present directory in this setting. The present directory
- is always scanned for custom packages.
- </para>
- <para>
- This string should be set in the syntax accepted by &vim;'s native
- <literal>'path'</literal> setting.
- </para>
- </section>
<section id="Tex_BIBINPUTS">
<title>g:Tex_BIBINPUTS</title>
--- 2341,2344 ----
***************
*** 2753,2764 ****
<section id="customizing-packages">
<title>Package Handling Customization</title>
! <para> &ls; is capable of handling simple projects in which all the
! source files live in a single directory using the <link
! linkend="latex-master-file">*.latexmain</link> method. However, for
! more complex projects with files distributed in various directories,
! define the <link
! linkend="Tex_TEXINPUTS"><literal>g:Tex_TEXINPUTS</literal></link>
! variable.
</para>
</section>
<section id="latex-suite-credits">
--- 2730,2761 ----
<section id="customizing-packages">
<title>Package Handling Customization</title>
! <para>
! These settings affect the <link linkend="custom-packages">custom
! packages</link> functionality in &ls;
</para>
+ <section id="Tex_TEXINPUTS">
+ <title>g:Tex_TEXINPUTS</title>
+ <informaltable frame="all">
+ <tgroup cols="2">
+ <tbody>
+ <row><entry>Type</entry><entry>string</entry></row>
+ <row><entry>Default Value</entry>
+ <entry><literal>''</literal></entry></row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ <para>
+ This setting describes the directories scanned by &ls; while searching
+ for custom user packages as desribed in the <link
+ linkend="custom-packages">custom packages</link> section. Do not
+ include the present directory in this setting. The present directory
+ is always scanned for custom packages.
+ </para>
+ <para>
+ This string should be set in the syntax accepted by &vim;'s native
+ <literal>'path'</literal> setting.
+ </para>
+ </section>
+ </section>
</section>
<section id="latex-suite-credits">
Index: latex-suite.xsl
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** latex-suite.xsl 18 Jun 2003 05:12:38 -0000 1.1
--- latex-suite.xsl 18 Jun 2003 18:54:30 -0000 1.2
***************
*** 7,11 ****
<!-- $Id$ -->
! <xsl:import href="file:///c:/users/srinath/testing/docbook/xhtml/docbook.xsl"/>
<!-- import common customizations -->
--- 7,11 ----
<!-- $Id$ -->
! <xsl:import href="docbook/xhtml/docbook.xsl"/>
<!-- import common customizations -->
|