I am very satisfied with the result from subfigure package so far. But now I need to make the sequence with top to bottom priority.
a d
b e
c f
How to do it?
this code produce neat error free result but the subfigures are arranged from left to right first.
\begin{figure}[h]
\centering
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder1}}
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder2}}
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder3}}
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder4}}
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder5}}
\subfigure[]
{\includegraphics[width=0.42\textwidth]{figures/placeholder}
\label{fig:placeholder6}}
\caption[faafasfasf.]{affffafasfsfsfssfs.}
\label{fig:ffsfsfssff}
\end{figure}

