Graphics, Figures & Tables ⇒ Help with formatting figures
Help with formatting figures
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis