[Tugindia] Caption Spacing
Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE
Tue Oct 7 21:04:05 CEST 2003
Ashis Kumar Mal schrieb:
> I am interested to reduce the spacing between Figure
> and its Caption. I just want to create enough space
> to add couple of sentences, to fit the document within
> page limit. And, without further scaling the figure.
>
> Please help me to modify the code to extract some lines
> (for all/ particular figure)
>
> \begin{figure}[!h]
> \begin{center}
> \includegraphics[width=7cm]{chipfig3}
> \end{center}
> \caption{Chip Performance}\label{xx1}
> \end{figure}
\setlength{\abovecaptionskip}{2pt}% <- increase it, if needed
\begin{figure}[!htb]
\centering
\includegraphics[width=7cm]{chipfig3}
\caption{Chip Performance}\label{xx1}
\end{figure}
Herbert
More information about the tugindia
mailing list