


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
gmedina wrote:Sam wrote: they don't line up horizontally!!
Please, describe as clearly as possible what do you mean with "they don't line up horizontally".
Code: Select all
\begin{figure}[!ht]
\centering
\subfloat[Subfigure One\label{subfig-1:figure}]{
\includegraphics[width=.4\linewidth]{delay_20amp_synch_fr4_submap}
}
\hspace{5mm}
\subfloat[Subfigure Two\label{subfig-2:figure}]{
\includegraphics[width=.4\linewidth]{delay_fr4_cycle}
}
\caption{A figure with two subfigures}\label{fig:figure}
\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