Is there a way to change the way how the acronyms in glossaries package are printed on the first occurence when defining them via \newacronym{cd}{CD}{compact disk}. Currently I'm using the following to achieve it:
\newglossaryentry{BLAS}{%
type=\acronymtype,
name={BLAS},
description={Basic Linear Algebra Subprograms},
first={\glstext*{BLAS} (\glsdesc*{BLAS})}%
}
which works, but is somehow to quite optimal yet since I need to particularly set the first-item. Any other ideas?


glsdisplayfirsthas been deprecated. See page 105 in the documentation for reference. – Frederik Aalund Jan 03 '15 at 21:16