Graphics, Figures & Tables ⇒ Decrease Distance between Caption and Figure
Decrease Distance between Caption and Figure
How do I decrease the distance between a figure and the corresponding caption?
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Decrease Distance between Caption and Figure
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.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Decrease Distance between Caption and Figure
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.