Hi there
I tried to put a glossarlink within a capture tag:
\begin{figure}[htbp]
\centering
\begin{minipage}{3.2 cm}
\includegraphics[width=1.0\textwidth]{myImage}
\caption{Text \gls{GlossoarLink} \cite{Stuff}}
\label{Text}
\end{minipage}...
Citation works fine also my hole document without the gls tag, but it doesn´t work with the gls tag...
Can someone help me???
Thanks and regards
Graphics, Figures & Tables ⇒ Glossary entry within a caption
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Glossary entry within a caption
Try using \protect\gls instead of \gls.
Re: Glossary entry within a caption
Thank you for your answer
it works!!
it works!!