Hi all,
I am trying to insert a figure followed by two which should be next to each other. I think i need to use the subfloat after the first figure. However, latex will not build the pdf. Could someone offer me some advice?
Thanks, Chloe
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]
{filename1}
\caption{}
\begin{figure}[p]
\centering
\subfloat
\includegraphics[width=0.8\textwidth]
{filename2}
\caption{}
\subfloat
\includegraphics[width=0.8\textwidth]
{filename3}
\caption{}
\end{figure}
Graphics, Figures & Tables ⇒ Help with formatting figures
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Help with formatting figures
First of all you need to include the subfig package. Furthermore you are using the \subfloat command in a wrong way, see subfig package documentation for syntax and examples.