Graphics, Figures & TablesSpace between figure and text

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
aarti_gehani
Posts: 1
Joined: Tue Feb 02, 2010 7:39 pm

Space between figure and text

Post by aarti_gehani »

Hi
I always get wide space between figure and text or figure and caption whenever I place any figure.The following codes I use for placing figure

Code: Select all

\begin{figure}[ht]
	\centering
	\includegraphics[width=10cm,height=12cm]{diagram-2}
	\caption{Block Diagram of VLIW architecture}
	\label{fig:2}
\end{figure}
So can any1 help me?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Space between figure and text

Post by localghost »

The space between a float environment (e. g. figure) and the surrounding text is determined by the length \intextsep. By means of the caption package you can control the space between a float and its caption.


Best regards and welcome to the board
Thorsten
Post Reply