I'm using the subcaptionpackage to have figures side-by-side. The problem is that the package aligns the figures to their subcaptions (should I be taking a hint for the package name?) rather than the top of the pictures.
How can I algin the subfigures by the top border?
MWE:
\begin{figure}[h]
\begin{subfigure}[b]{.5\linewidth}
\centering\large A
\caption{A subfigure}\label{fig:1a}
\end{subfigure}%
\begin{subfigure}[b]{.5\linewidth}
\centering\large B
\caption{Another subfigure with a long, long, long, long caption.}\label{fig:1b}
\end{subfigure}
\caption{A figure}\label{fig:1}
\end{figure}
Result:


the new environments subfigure and sub-table are available, which have the same (optional & mandatory) arguments as the minipage environment." in the documentation. Will try to make this more clear in the next version... – May 18 '12 at 06:17