Re: [Vim-latex-devel] help for latex-suite is not installed
Brought to you by:
srinathava,
tmaas
From: Aditya M. <adi...@al...> - 2004-10-11 14:20:21
|
<<< On Oct 11, Berta Milan wrote >>> > I got a new version of latex-suite: > latexSuite20040805.tar.gz But I cannot get a help for LaTeX > Suite with ':help latex-suite'. And also no tags are > generated, so if I open a doc/latex-suite.txt I cannot go > through tags: |sthsth|. The tags for the help files are not generated. Try :helptags C:\Vim\vimfiles\doc (on windows) or :helptags ~/.vim/doc (on unix) A suggestion to vim-latex team. There are some vim plugins that 'install' the help file the first time they are executed. Is it possible to have the same mechanism with latexsuite. Aditya |