[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.53,1.54
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2004-05-16 18:42:58
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30020 Modified Files: latex-suite.txt Log Message: Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** latex-suite.txt 9 May 2004 22:11:49 -0000 1.53 --- latex-suite.txt 16 May 2004 18:42:48 -0000 1.54 *************** *** 1292,1298 **** To complete a |\ref| command, position yourself between the curly braces of a \ref command and press <F9>. For example, you can press <F9> just after \ref{ or ! after \ref{eqn:. Latex-Suite will search for \label's in all tex files in the ! current directory and display the results in two windows as desribed in section ! [|ls_a_bO|]. Any command which contains the pattern ref in it is treated as if it is a way to --- 1292,1301 ---- To complete a |\ref| command, position yourself between the curly braces of a \ref command and press <F9>. For example, you can press <F9> just after \ref{ or ! after \ref{eqn:. Latex-Suite will search for \label's in the main file ! corresponding to the file being presently edited and display the results in two ! windows as desribed in section [|ls_a_bO|]. See latex-master-file [|ls_a_bY|] ! for a description of how Latex-Suite finds out which file is the master file ! corresponding to the current file. Latex-Suite will also search recursively for ! \label's in all files \include'd or \input'ed in the master file. Any command which contains the pattern ref in it is treated as if it is a way to |