since a few days I busy myself in trying to find a solution to the following problem:
I'm using the glossaries package for creating a glossary and a list of acronyms in my document.
Code: Select all
\usepackage[style=altlist,
nonumberlist,
numberedsection,
acronym,
toc]
{glossaries}
Code: Select all
\newacronym{POS}{POS}{Part Of Speech}
Code: Select all
\newglossaryentry{pos}{name=Part Of Speech,description={"`Part of speech"' Description}}
When I reference an acronym in my text using
Code: Select all
\gls{pos}
I don't find any clue on how to do this - neither in the documentation, nor in the FAQs of glossaries.
Can anyone help, please?
Thanks,
Robbiie