Hi,
I am using the glossaries package to generate an acronym index. Inside the text I am using the command \gls{...} to relate to an entry.
The normal behaviour is that only the first time the entry appears, the full text will be written to the acronym. But sometimes I like to have the full text another time written out.
Is there a command to force glossaries to write the full text?
General ⇒ glossary ancronym entry multiple times with full text
-
- Posts: 7
- Joined: Wed Dec 02, 2009 12:30 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: glossary ancronym entry multiple times with full text
You can use \glsreset{label} to reset the first use flag and then use \gls{label} or, if you have defined the acronym using \newacronym, you can use \acrfull{label} instead of \gls{label}.
Regards
Nicola Talbot
Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/