Graphics, Figures & Tables ⇒ Glossary entry within a caption
Glossary entry within a caption
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Glossary entry within a caption
Re: Glossary entry within a caption
it works!!