[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.21,1.22
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-10-09 21:21:05
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv26461 Modified Files: latex-suite.xml Log Message: New: brief description of Tex_GotoError Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** latex-suite.xml 3 Oct 2003 07:43:14 -0000 1.21 --- latex-suite.xml 9 Oct 2003 21:21:01 -0000 1.22 *************** *** 1693,1706 **** </para> <para> ! If you are using commonly used LaTeX tools, then you should be all set as ! soon as you download and install latex-suite. In order to compile a LaTeX ! file, simply press <literal>\ll</literal> while editing the file. This ! runs latex on the current file and displays the errors in a ! |quickfix-window|. You can then scroll through the errors and press ! <literal><enter></literal> to be taken to the location of the ! corresponding error. Along with the errors being listed in the quickfix ! window, the corresponding log file is also opened in |preview| mode beneath ! the quickfix window. It is scrolled automatically to keep in sync with the ! error being viewed in the quickfix window. </para> <para> --- 1693,1709 ---- </para> <para> ! If you are using commonly used LaTeX tools, then you should be all set ! as soon as you download and install latex-suite. In order to compile a ! LaTeX file, simply press <literal>\ll</literal> while editing the file. ! This runs latex on the current file and displays the errors in a ! |quickfix-window| below the file being edited. You can then scroll ! through the errors and press <literal><enter></literal> to be ! taken to the location of the corresponding error. Along with the errors ! being listed in the quickfix window, the corresponding log file is also ! opened in |preview| mode beneath the quickfix window. It is scrolled ! automatically to keep in sync with the error being viewed in the ! quickfix window. You will be automatically taken to the location of the ! first error/warning unless you set the <link ! linkend="Tex_GotoError">g:Tex_GotoError</link> variable to 0. </para> <para> *************** *** 3510,3513 **** --- 3513,3534 ---- setting. </para> + </para> + </section> + <section id="Tex_GotoError"> + <title>g:Tex_GotoError</title> + <informaltable frame="all"> + <tgroup cols="2"> + <tbody> + <row><entry>Type</entry><entry>boolean</entry></row> + <row><entry>Default Value</entry> + <entry><literal>1</literal></entry></row> + </tbody> + </tgroup> + </informaltable> + <para> + If set to 1, then pressing <literal>\ll</literal> will take you to + the location of the first warning/error, otherwise you will remain in + the original location but the errors/warnings will be listed in the + preview window. </para> </section> |