I want to achieve the following. I have an acronym in English like LED and want to display in the text the German name
Blabbla bla Licht emittierende Diode (LED) bla bla blabla.,
and in the glossary the English
LED engl. Light-emitting diode.
There is the possibility to define a long and short form acronym with the acronym package:
\acro{<acronym>}[<short name>]{<full name>}
Can I use this to print only the short name (engl. Light-emitting diode) in the glossary and using \acf{<acronym>} in the text to print the full name?
acropackage allows you to add extra information to the list of acronyms. – cgnieder Jan 30 at 7:40acropackage instead of theacronympackage? – Reza Jan 30 at 8:17