Generalglossary ancronym entry multiple times with full text

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
flashflail
Posts: 7
Joined: Wed Dec 02, 2009 12:30 pm

glossary ancronym entry multiple times with full text

Post by flashflail »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Re: glossary ancronym entry multiple times with full text

Post by nlct »

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
Post Reply