Graphics, Figures & Tablesreferencing graphics

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
langston112
Posts: 3
Joined: Thu Apr 16, 2009 12:32 pm

referencing graphics

Post by langston112 »

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

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

referencing graphics

Post by Stefan Kottwitz »

Hi Langston,

use the optional parameter of \caption:

Code: Select all

\caption[UART character](UART character \cite{01})
Stefan
LaTeX.org admin
Post Reply