Search found 1 match

by aarti_gehani
Tue Feb 02, 2010 7:52 pm
Forum: Graphics, Figures & Tables
Topic: Space between figure and text
Replies: 1
Views: 1333

Space between figure and text

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
\begin{figure}[ht]
\centering
\includegraphics[width=10cm,height=12cm]{diagram-2}
\caption{Block Diagram of VLIW architecture}
\label{fig:2}
\end ...