[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.32,1.33
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2004-05-16 18:42:36
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29972 Modified Files: latex-suite.xml Log Message: New: documentation for the new functionality of completing \ref's. Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** latex-suite.xml 9 May 2004 22:11:48 -0000 1.32 --- latex-suite.xml 16 May 2004 18:42:26 -0000 1.33 *************** *** 1546,1553 **** <literal><F9></literal> just after <literal>\ref{</literal> or after <literal>\ref{eqn:</literal>. &ls; will search for ! <literal>\label</literal>'s in all tex files in the current directory ! and display the results in two windows as desribed in section <link linkend="ls-completion-usage" endterm="ls-completion-usage.title"></link>. </para> <para> --- 1546,1560 ---- <literal><F9></literal> just after <literal>\ref{</literal> or after <literal>\ref{eqn:</literal>. &ls; will search for ! <literal>\label</literal>'s in the main file corresponding to the file ! being presently edited and display the results in two windows as ! desribed in section <link linkend="ls-completion-usage" endterm="ls-completion-usage.title"></link>. + See <link linkend="latex-master-file">latex-master-file</link> for a + description of how &ls; finds out which file is the master file + corresponding to the current file. &ls; will also search recursively + for <literal>\label</literal>'s in all files + <literal>\include</literal>'d or <literal>\input</literal>'ed in the + master file. </para> <para> |