Graphics, Figures & TablesDecrease Distance between Caption and Figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
prob_1
Posts: 1
Joined: Sat Dec 10, 2011 3:38 pm

Decrease Distance between Caption and Figure

Post by prob_1 »

How do I decrease the distance between a figure and the corresponding caption?

Recommended reading 2024:

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

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

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: Decrease Distance between Caption and Figure

Post by sommerfee »

This depends on the document class used. And it would be of interest if you use a package which replaces \caption, e.g. the caption or ccaption package. Furthermore it's worth looking at where the too-much-space is coming from, from an environment (like "center"), from a border around the image file etc.
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Decrease Distance between Caption and Figure

Post by kaiserkarl13 »

Try setting \abovecaptionskip (default depends on document class, but I think it's 10 pt in most of them). You can also customize figures and tables with the skip= option of the caption package.
Post Reply