Code: Select all
\begin{figure}[h!]
\centering
\subfloat[Picture 1]{\includegraphics[width=3ins]{pic 1}}
\subfloat[Picture 2]{\includegraphics[width=3ins]{pic 2}}
\caption{Two pictures}
\end{figure}
I'm not sure what's going on.
Code: Select all
\begin{figure}[h!]
\centering
\subfloat[Picture 1]{\includegraphics[width=3ins]{pic 1}}
\subfloat[Picture 2]{\includegraphics[width=3ins]{pic 2}}
\caption{Two pictures}
\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
Code: Select all
width=3in
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