Graphics, Figures & TablesShort Captions for Sub-floats

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
musiige
Posts: 3
Joined: Fri Apr 12, 2013 10:07 am

Short Captions for Sub-floats

Post by musiige »

Hi,

I would like to have short caption for my LoF and LoT. I have found this command to use from the net.

Code: Select all

\caption[short caption for lof/lot]{long figure/table caption}
But as I am using the subfig package, this does not go well.

How can I get around this?
Thanks

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
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Short Captions for Sub-floats

Post by sommerfee »

musiige wrote:But as I am using the subfig package, this does not go well.
What exactly do you mean by "this does not go well"? The subfig package does offer the possibility of specifying a different caption for the LoF/LoT entry as well [1], so what exactly is your problem?

[1] See "2.2.1 The \subfloat Command" within the subfig package documentation
Post Reply