[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.6,1.7
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2002-11-27 09:12:33
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv24501 Modified Files: latex-suite.txt Log Message: update doc about --src-specials and added Benji as maintainer in last section Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** latex-suite.txt 6 Nov 2002 08:37:12 -0000 1.6 --- latex-suite.txt 27 Nov 2002 09:12:30 -0000 1.7 *************** *** 1,5 **** *latex-suite* Tools for an enhanced LaTeX environment in Vim For Vim version 6.0 and above. ! Last Change: Sat Nov 02 02:00 AM 2002 PST 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: wto lis 26 10:00 2002 C By Srinath Avadhanula <sr...@fa...>, *************** *** 522,535 **** *latex-searching* ! Yap for windows and some versions of xdvi for windows provide the ability to ! do "forward searching" on the .dvi file. This means that you can have the DVI ! viewer jump to a specified location. Pressing \ls while viewing a LaTeX file will perform this function, i.e the viewer will jump to the location under the cursor. ! NOTE: MikTeX requires that the dvi file be generated using the --src-specials ! flag in order to enable forward/reverse searching. By default, latex-suite ! will call LaTeX with this argument on windows (where yap is assumed). These functions were added after a tip from Dimitri Antoniou on vim.sf.net. --- 522,535 ---- *latex-searching* ! Yap for windows, some versions of xdvi for windows and xdvi for unices provide ! the ability to do "forward searching" on the .dvi file. This means that you ! can have the DVI viewer jump to a specified location. Pressing \ls while viewing a LaTeX file will perform this function, i.e the viewer will jump to the location under the cursor. ! NOTE: MikTeX and xdvi require that the dvi file be generated using the ! --src-specials flag in order to enable forward/reverse searching. By default, ! latex-suite will call LaTeX with this argument. These functions were added after a tip from Dimitri Antoniou on vim.sf.net. *************** *** 952,955 **** --- 952,956 ---- Srinath Avadhanula <sr...@fa...> Mikolaj Machowski <mi...@wp...> + Benji Fisher <be...@me...> }}} |