Hi,
i'm using a graphic and i want to reference to the source in the caption, thus i am using:
\caption(UART character \cite{01})
Unfortunately the reference also appears in the list of figures. In the list of figures i just want the name of the graphic (without the reference)
some ideas/solutions/workarounds?
thx in advance,
-Langston
Graphics, Figures & Tables ⇒ referencing graphics
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
referencing graphics
Hi Langston,
use the optional parameter of \caption:
Stefan
use the optional parameter of \caption:
Code: Select all
\caption[UART character](UART character \cite{01})
LaTeX.org admin