[texhax] figures
Jim Adams
adamsjm at concentric.net
Thu Nov 27 15:19:09 CET 2003
Hi Jing,
I use the IEEEtran.cls file. To center the caption of figures you must have the following at the beginning of your document:
\centerfigcaptionstrue
the space between figure environments is regular text lines, either a linespace or a paragraph space. You can add space with \vspace if you want to make tiny changes between or IN a figure environments..
good luck.
jim
----- Original Message -----
From: Jing Zhang
To: texhax at tug.org
Sent: Wednesday, November 26, 2003 7:30 PM
Subject: [texhax] figures
I use the following code to output two figures one after another. I have two questions:
1. How to center the caption?
2. How to adjust the vertical space between these two figures?
The working environment is ieee template.
Thanks in advance.
Jing
_________________________________________________
\begin{figure}[hbp]
\begin{minipage}[b]{0.5\linewidth} % A minipage that covers half the page, width-wise
\centering
\includegraphics[width=2.8in,height=2.8in]{fd11.eps}
\end{minipage}
\hspace{0.5cm} % To get a little bit of horizontal space between the figures
\begin{minipage}[b]{0.5\linewidth}
\centering
\includegraphics[width=2.8in,height=2.8in]{fd12.eps}
\caption{Second stupendous result}
\end{minipage}
\end{figure}
------------------------------------------------------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
------------------------------------------------------------------------------
_______________________________________________
TeX FAQ: http://faq.tug.org/
TeX newsgroup: http://groups.google.com/groups?group=comp.text.tex
Mailing list archives: http://tug.org/pipermail/texhax/
More links: http://tug.org/begin.html
Automated subscription management: http://tug.org/mailman/listinfo/texhax
Human mailing list managers: postmaster at tug.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/texhax/attachments/20031127/87d7c10a/attachment.htm
More information about the texhax
mailing list