Graphics, Figures & Tables ⇒ How to reduce spaces between figure and its caption?
-
- Posts: 3
- Joined: Wed Mar 03, 2010 2:13 pm
How to reduce spaces between figure and its caption?
I'm writing my PhD thesis in LaTex. I'm facing a major problem of a lot of spaces between figures and its caption. Please let me know how to reduce spaces between figures and its caption.
NEW: TikZ book now 40% off at Amazon.com for a short time.

How to reduce spaces between figure and its caption?
You need to provide some more information about your problem, eg the class you are using and what kind of figures. See this post:
http://www.latex-community.org/forum/vi ... =37&t=7878
How much space is too much? Is there too much space if you compile the code below?
http://www.latex-community.org/forum/vi ... =37&t=7878
How much space is too much? Is there too much space if you compile the code below?
Code: Select all
\documentclass[a4paper]{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\rule{\textwidth}{5pt}
\caption[]{Caption below the figure}
\end{figure}
\end{document}