Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv10406
Modified Files:
latex-suite.txt latex-suite.xml
Log Message:
Correct conflicting statements about texrc file (thanks to Ari Pollak)
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** latex-suite.txt 10 Oct 2003 00:14:04 -0000 1.45
--- latex-suite.txt 30 Oct 2003 22:49:47 -0000 1.46
***************
*** 2149,2161 ****
Customizing Latex-Suite is done by defining certain global variables in
! $VIM/ftplugin/tex/texrc.vim, where $VIM corresponds to ~/.vim for *nix machines
! and ~/vimfiles for windows machines. This file is not part of the Latex-Suite
! distribution. You will need to create this file if you need to change any
! default settinngs. Since this file is not included as part of the Latex-Suite
! distribution, it will not be over-written in subsequent updates.
NOTE: It is also possible to define any customization in the
$VIM/ftplugin/tex.vim file, but for the sake of clarity, you might want to
! use the texrc.vim file described above
--- 2149,2163 ----
Customizing Latex-Suite is done by defining certain global variables in
! $VIM/ftplugin/tex/texrc, where $VIM corresponds to ~/.vim for *nix
! machines and ~/vimfiles for windows machines. This file is not part of
! the Latex-Suite distribution. You will need to create this file by
! copying texrc included in Latex-Suite distribution, if you need to
! change any default settings. Since this file is not included as part of
! the Latex-Suite distribution, it will not be over-written in subsequent
! updates.
NOTE: It is also possible to define any customization in the
$VIM/ftplugin/tex.vim file, but for the sake of clarity, you might want to
! use the texrc file described above
Index: latex-suite.xml
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** latex-suite.xml 10 Oct 2003 00:14:04 -0000 1.23
--- latex-suite.xml 30 Oct 2003 22:49:47 -0000 1.24
***************
*** 2728,3842 ****
<para>
Customizing &ls; is done by defining certain global variables in
! <literal>$VIM/ftplugin/tex/texrc.vim</literal>, where
! <literal>$VIM</literal> corresponds to <literal>~/.vim</literal> for *nix
! machines and <literal>~/vimfiles</literal> for windows machines. This file
! is not part of the &ls; distribution. You will need to create this file if
! you need to change any default settinngs. Since this file is not
! included as part of the &ls; distribution, it will not be over-written in
! subsequent updates.
! </para>
[...1722 lines suppressed...]
<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"> <title>Credits</title> <para> And finally,
! the credits: </para> <informaltable frame="none"> <tgroup cols="2">
! <tbody> <row> <entry>Artur R. Czechowski</entry> <entry>maintains
! the BSD package of latex-suite. Lots of valuable
! feedback.</entry> </row> <row> <entry> Lubomir Host
! </entry> <entry> provided the diacritics and also helped in
! development.
</entry>
|