[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.7,1.8
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-06 09:32:32
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv19133 Modified Files: latex-suite.txt Log Message: . Some grammatical mistakes in the copyright para corrected. . custom macros was wrongly linked to macros. TODO: still have to add docs about the new additions in envmacros.vim Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** latex-suite.txt 27 Nov 2002 09:12:30 -0000 1.7 --- latex-suite.txt 6 Dec 2002 09:32:29 -0000 1.8 *************** *** 1,5 **** *latex-suite* Tools for an enhanced LaTeX environment in Vim For Vim version 6.0 and above. ! Last Change: wto lis 26 10:00 2002 C By Srinath Avadhanula <sr...@fa...>, --- 1,5 ---- *latex-suite* Tools for an enhanced LaTeX environment in Vim For Vim version 6.0 and above. ! Last Change: Fri Dec 06 01:00 AM 2002 PST By Srinath Avadhanula <sr...@fa...>, *************** *** 16,22 **** helped. ! For license and conditions of use look |copyright|. All occurences of ``Vim'' ! replace with ``latexSuite'', and as maintainers and owners of copyrights are ! Srinath Avadhanula and Mikolaj Machowski. Homepage: http://vim-latex.sourceforge.net --- 16,23 ---- helped. ! Latex-suite is released under the Vim charityware license. For license and ! conditions of use look at |copyright|. Replace all occurences of ``Vim'' with ! ``Latex-Suite''. The current copyright holders of Latex-Suite are Srinath ! Avadhanula and Mikolaj Machowski. Homepage: http://vim-latex.sourceforge.net *************** *** 49,54 **** " TIP: if you write your \label's as \label{fig:something}, then if you " type in \ref{fig: and press <C-n> you will automatically cycle through ! " all the figure labels. < set iskeyword+=: > --- 50,58 ---- " TIP: if you write your \label's as \label{fig:something}, then if you " type in \ref{fig: and press <C-n> you will automatically cycle through ! " all the figure labels. Very useful! < set iskeyword+=: > + " IMPORTANT: If you are a win32 user, then the following setting is + " necessary in order to have latex called correctly from within vim. + < set shellslash *************** *** 58,100 **** list of variables which can be customized. ! TABLE OF CONTENTS *latex-suite-toc* ! |latex-macros| Insert and visual mode mappings and menu items for ! commonly used LaTeX typesetting elements ! |latex-compiling| This version of latex-suite ships with a version of the ! compiler specification which produces slightly less ! verbose output. It can also be dynamically re-configured ! to change the verbosity level. ! |latex-viewing| This is a set of functions which open up the compiled .dvi ! document using the specified DVI viewer. ! |latex-searching| Xdvi (for UNIX) and Yap (for Windows) both provide ways ! for "forward searching" LaTeX documents. This section ! describes how to use these features and how to set up your ! dvi viewer to best use this feature. ! |latex-folding| manual folding based on LaTeX syntax elements. ! |latex-packages| This module provides a way to generate custom menus based ! on the packages used in the file being edited. ! |latex-templates| Custom templates ! |latex-macros| Custom macros ! |latex-help| LaTeX's tex-info file translated into a vim help file. ! |latex-dictionary| A dictionary of standard LaTeX terms. ! |latex-tools| This version of latex-suite also ships with 2 external ! tools: ! 1. |vimlatex| an external utility which filters the output ! of the LaTeX compiler in order to ensure a more robust ! error-parsing. ! 2. |ltags| A script to generate a tags file. It recognizes ! files being \input'ed into a main file. ! (ltags is written by Dimitri Antoniou) }}} =========================================================================== --- 62,106 ---- list of variables which can be customized. ! }}} ! =========================================================================== ! TABLE OF CONTENTS *latex-suite-toc* {{{ ! |latex-macros| Insert and visual mode mappings and menu items for ! commonly used LaTeX typesetting elements ! |latex-compiling| This version of latex-suite ships with a version of the ! compiler specification which produces slightly less ! verbose output. It can also be dynamically re-configured ! to change the verbosity level. ! |latex-viewing| This is a set of functions which open up the compiled ! .dvi document using the specified DVI viewer. ! |latex-searching| Xdvi (for UNIX) and Yap (for Windows) both provide ways ! for "forward searching" LaTeX documents. This section ! describes how to use these features and how to set up ! your dvi viewer to best use this feature. ! |latex-folding| manual folding based on LaTeX syntax elements. ! |latex-packages| This module provides a way to generate custom menus based ! on the packages used in the file being edited. ! |latex-templates| Custom templates ! |latex-custom-macros| Custom macros ! |latex-help| LaTeX's tex-info file translated into a vim help file. ! |latex-dictionary| A dictionary of standard LaTeX terms. ! |latex-tools| This version of latex-suite also ships with 2 external ! tools: ! 1. |vimlatex| an external utility which filters the output ! of the LaTeX compiler in order to ensure a more robust ! error-parsing. ! 2. |ltags| A script to generate a tags file. It recognizes ! files being \input'ed into a main file. ! (ltags is written by Dimitri Antoniou) }}} =========================================================================== *************** *** 367,371 **** and displays the errors in a |quickfix-window|. You can then scroll through the errors and press <enter> to be taken to the location of the corresponding ! error. |latex-compiler-target| : specifying a different target format for --- 373,379 ---- and displays the errors in a |quickfix-window|. You can then scroll through the errors and press <enter> to be taken to the location of the corresponding ! error. Along with the errors being listed in the quickfix window, the log file ! corresponding is also opened in |preview| mode. It is scrolled automatically ! to keep in sync with the error being viewed in the quickfix window. |latex-compiler-target| : specifying a different target format for |