Pierre-Alain -- I haven't had a chance to look into this in detail, but I point you to one example that I used a long time ago to get glossaries, acronyms, terms, and other similar lists building automatically in Vim-LaTeX.
At that time, I manually modified compiler.vim to overload makeindex with support for other list types. You can find the source code for the entire document here: http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/ but the relevant modifications (which may not work in this version of Vim-LaTeX, but they give you a hint how to make the modifications) are in: http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/texrc and http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/compiler.vim As you can see, the "MakeIndex" related code in compiler.vim was duplicated for different other list types (Glo, Acr, and others). When LaTeX found the appropriate files, it would make the other MakeIndex calls (which were defined in texrc). It worked really well then. Maybe something similar to be added to the official distribution. I didn't do it then because I didn't want to take the time to document it. Now, I built a custom Makefile that takes care of this stuff for me... so I've become disconnected with Vim-LaTeX's automation... Best -- Ted On 01/27/2012 02:06 AM, Pierre-Alain Bourdil wrote: > Hi, > > latex-suite provides the packate acromake, but i did not find out how to > produce the acronym list, as the glossaries package do. > So i tried the latter. I defined glossary entry, as wall as a glossary with > no problem, provided the multiple compilation enable for pdf output. But i > can't use \newacronym and can't generate a acronym list at the end of the > document, with \printacronym. I manually ran makeindex, after a \ll, but as i > can't reference my acronym (using the generated \acro command), it's useless > . > > Is there a way to do use the acronym functionnality of the glossaries > package (http://en.wikibooks.org/wiki/LaTeX/Glossary) ? > > > Greetings, > > > btw vim latex-suite rocks. > > > ++ > > > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Vim-latex-devel mailing list > Vim-latex-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel