[Tex/LaTex] Space between text and its following figure

floatsspacing

How can I make some space between the text and its following figure? (Only once and not for the whole document).

Best Answer

Text
\begin{figure}\centering%
\vspace{1ex}%
\includegraphics{image.jpg}%
\end{figure}

As of now, that's the best I can think of.

If you include a minimal working example above, we could potentially try to be a tiny bit more precise.