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?
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
How to reduce spaces between figure and its caption?
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}