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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
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