Possible Duplicate:
Automatically index acronyms
I am using glossaries package for acronyms (\usepackage[acronym]{glossaries}). I have a separate .tex file for a list of \newacronym{key}{label}{description} and for a list of
\newglossaryentry{key}{name=,description=,type=}. I have used the necessary command for generating index such as \usepackage{makeidx}, \makeindex, \printindex.
I want all the list of acronyms to appear in the index. But i don't want to use the command \index{} in the document every time where i use \acs or \acf or \gls or etc, which also looks ugly full of commands.
Can anybody help/suggest me how to generate index automatically every time i use the command of acronyms or glossary in the document without writing the command \index{}?
acronympackage, not glossaries. – egreg Jul 12 '12 at 14:39acronympackage whereas this one is specifically aboutglossaries. – Nicola Talbot May 03 '16 at 09:11