\documentclass{article}
\usepackage[draft]{graphicx}
\begin{document}
\begin{figure}
\centering
\setlength\fboxsep{124pt}
\setlength\fboxrule{1pt}
\fbox{\includegraphics{dummy}}
\caption{Dummy caption}
\end{figure}
\end{document}
How can I increase vertical space between figure and caption?
plus 3pt minus 2ptstand for? – Ichibann Feb 27 '12 at 15:11plusandminusallow the space to stretch and shrink if needed. The numbers specify how much. – Andrey Vihrov Feb 27 '12 at 15:1510pt plus 0ptor either10ptor0pt. The reason being, something unknown is causing my\belowcaptionskipto equal0pt. This is undesired. I havecaptionloaded. – Jonathan Komar Dec 01 '16 at 10:19\setlength\abovecaptionskip{2pt plus 2pt minus 1pt}% length above caption \setlength\belowcaptionskip{2pt plus 2pt minus 1pt}% length below caption– Clément Oct 28 '21 at 02:53\setlength{\abovecaptionskip}{50pt plus 10pt minus 10pt}prior to the figure, and the spacing increases after the caption instead of before it. – Caleb Stanford Dec 30 '21 at 21:42