General\gls not expanding!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ougka
Posts: 43
Joined: Wed Jan 19, 2011 5:02 pm

\gls not expanding!

Post by ougka »

Hello all,

I want to use a \gls{acronym} statement in my text, but I DON'T want it to expand, even if it is the first time it appears in my text. How do I do that?

(NB. not using the \gls completely is not an option because i want the pointer to the Acronym's table).

Any ideas?
Thanks a lot!

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

\gls not expanding!

Post by nlct »

To only affect just one acronym:

Code: Select all

\glsunset{acronym}
Or for all acronyms:

Code: Select all

\glsunsetall
Regards
Nicola Talbot
Post Reply