I am having some trouble using glossaries in LateX (TeXnicCenter) and hope someone could give me some advice.
I am using the package \usepackage[toc, acronym, section=section]{glossaries} to get a glossary for acronyms. I definded some acronyms e.g.
\newacronym{Bitkom}{Bitkom} {Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e.V.}
and if I am using \gls{Bitkom} at first it displays the whole text, at second it only displays Bitkom.
So everything is alright except the
\printglossary[type=\acronymtype,title=Abkürzungsverzeichnis,style=long]
command, it doesn`t display anything, but I want it to print all used acronyms.
Could someone help me solving this problem please?
\usepackage[toc, acronym, section=section]{glossaries}
...
\newacronym{Bitkom}{Bitkom} {Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e.V.}
...
\makeglossaries
...
\printglossary[type=\acronymtype,title=Abkürzungsverzeichnis,style=long]
makeglossarieson your main Tex-file? – Chris Dec 16 '13 at 15:07