Graphics, Figures & Tables ⇒ referencing graphics
-
- Posts: 3
- Joined: Thu Apr 16, 2009 12:32 pm
referencing graphics
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
referencing graphics
use the optional parameter of \caption:
Code: Select all
\caption[UART character](UART character \cite{01})