[texhax] two figures side by side

Victor Ivrii vivrii at gmail.com
Fri Jan 27 17:23:19 CET 2012


On Fri, Jan 27, 2012 at 11:11 AM, Veerappa Chetty <chettyvk at gmail.com> wrote:
> Hi,
> I like to place the following two figures side by side instead of one below
> the other. How do I do that?
> Thanks.
> ____

\usepackage{subfig}
 \begin{figure}[ht]
 \centering
\subfloat[My First Figure]{\label{myfigure-A}
\includegraphics[width=6cm,height=8cm]{c:/chetty/Dropbox/R21/Figure1.png}
}
\qquad
\subfloat[My Second Figure]{\label{myfigure2}
\includegraphics[width=6cm,height=8cm]{c:/chetty/Dropbox/R21/Figure1.png}
}
\caption{\label{figure-1} These two Figures represent blah blah}
 \end{figure}


Note: Your figures (each 12cm) are too wide to fit side by side for A4 or letter

HTH

Victor
-- 
========================
Victor Ivrii, Professor, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii


More information about the texhax mailing list