GeneralNo Expansion of '\gls'

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

No Expansion of '\gls'

Post by ougka »

Hello all,

I want a \gls{whatever} instance NOT to expand in a certain sentence (but yet be a link to the acronym table). How can I enforce that specific instance NOT to expand?


Thanks

Recommended reading 2024:

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

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: No Expansion of '\gls'

Post by cgnieder »

I'm not quite sure, I understand what you mean. If you want another text to be displayed than the one created with \gls{<label>} you can use \glslink{<label>}{<other text>}

Regards
site moderator & package author
ougka
Posts: 43
Joined: Wed Jan 19, 2011 5:02 pm

Re: No Expansion of '\gls'

Post by ougka »

I don't want other text to be displayed.. I just don't want the term to expand on a certain instance.

Anyhow, the \glslink did the trick. I am using it to point to the term but to show the short version of it!

problem solved, thanks!
Post Reply