Graphics, Figures & TablesCaptions exclude from 'list of figures'

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
tomasz
Posts: 6
Joined: Sun Feb 28, 2010 1:49 am

Captions exclude from 'list of figures'

Post by tomasz »

Hello,

I am writing my thesis and I have a lot of images with a long descriptions.
How to use only part of description of the image in 'list of figures'?

Fox example.

\caption{Cancer growing. A long description of images explaining some difficult theory}

In result, I'd like to have only "Cancer growing" in 'list of figures'?


Thank you
Tomasz

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
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Captions exclude from 'list of figures'

Post by gmedina »

Hi,

you can use the optional argument of the \caption command; i.e., you could use

Code: Select all

\caption[Cancer growing]{Cancer growing. A long description of images explaining some difficult theory}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply