Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv30009
Modified Files:
latex-suite.xml
Log Message:
Remove duplicate section on g:Tex_TEXINPUTS.
Index: latex-suite.xml
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** latex-suite.xml 18 Jun 2003 05:12:38 -0000 1.1
--- latex-suite.xml 18 Jun 2003 17:28:35 -0000 1.2
***************
*** 2,6 ****
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
! "file:///c:/users/srinath/testing/docbook/docbookx.dtd"
[<!ENTITY dummy "dummy">
<!ENTITY date "$Date$">
--- 2,6 ----
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
! "docbook/xml/docbookx.dtd"
[<!ENTITY dummy "dummy">
<!ENTITY date "$Date$">
***************
*** 2753,2784 ****
<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
! <literal>g:Tex_TEXINPUTS</literal> variable.
</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 string defines a set of directories which contain user packages.
- This setting corresponds to the <literal>$TEXINPUTS</literal> environment
- variable.
- </para>
- <para>
- TODO: The documentation for this part needs to be improved.
- </para>
- </section>
- </section>
</section>
<section id="latex-suite-credits">
--- 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">
|