Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv21102
Modified Files:
latex-suite.xml latex-suite.txt
Log Message:
added description of <F9> for commands such as \bibliographystyle
Index: latex-suite.xml
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** latex-suite.xml 28 Aug 2003 23:12:52 -0000 1.13
--- latex-suite.xml 29 Aug 2003 03:44:34 -0000 1.14
***************
*** 1641,1644 ****
--- 1641,1669 ----
</informaltable>
</section>
+ <section id="ls-completion-custom">
+ <title>Custom command completion</title>
+ <para>
+ &ls; also recognizes certain commonly used &latex; commands for the
+ <literal><F9></literal> key. At the moment, the
+ <literal>\bibliographystyle</literal>, <literal>\addtocontents</literal>
+ and the <literal>\addcontentsline</literal> commands are recognized,
+ although morre will be added in the future. When you press the
+ <literal><F9></literal> after such a command, &ls; will prompt
+ you with a list of arguments which make sense for the command.
+ </para>
+ <para>
+ This functionality is available for commands for which a global
+ variable of the form
+ <literal>g:Tex_completion_{<command>}</literal> is defined where
+ <literal><command></literal> is the command name. This variable
+ is a comma seperated list of values which this command takes. For
+ example, the argument to the <literal>\bibliographystyle</literal>
+ command is commonly one of <literal>abbr,alpha,plain,unsrt</literal>.
+ Therefore, &ls; defines
+ <programlisting>let g:Tex_completion_bibliographystyle = 'abbr,alpha,plain,unsrt'</programlisting>
+ You can define your own completion variables in a similar manner for
+ commands which you might use.
+ </para>
+ </section>
</section>
<section id="latex-compiling">
***************
*** 1742,1747 ****
let g:Tex_CompileRule_dvi = 'latex --interaction=nonstopmode $*'
let g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi'
! let g:Tex_CompileRule_pdf = 'ps2pdf $*.ps'
! </programlisting>
</para>
<note>
--- 1767,1771 ----
let g:Tex_CompileRule_dvi = 'latex --interaction=nonstopmode $*'
let g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi'
! let g:Tex_CompileRule_pdf = 'ps2pdf $*.ps'</programlisting>
</para>
<note>
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** latex-suite.txt 28 Aug 2003 23:12:52 -0000 1.36
--- latex-suite.txt 29 Aug 2003 03:44:34 -0000 1.37
***************
*** 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_ds|] 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_dt|] for a list of people who
have helped.
[...1762 lines suppressed...]
--- 2725,2729 ----
================================================================================
! Credits *ls_11* *ls_a_dt*
*latex-suite-credits*
***************
*** 2759,2763 ****
out who has done what.
! *latex-suite-maintainer* *ls_a_dW*
The current maintainer(s) of latex-suite is(are)
--- 2779,2783 ----
out who has done what.
! *latex-suite-maintainer* *ls_a_dX*
The current maintainer(s) of latex-suite is(are)
|