I need to align 1 table to the right and two to the left, the layout I want to achieve is something like this:

\begin{figure}
\centering
\subfloat[]{%
\begin{tabular}[b]{cc}
\hline
0 & 1\\
\hline
2 & 1\\
3 & 1\\
4 & 2\\
5 & 3\\
4 & 8\\
\hline
\end{tabular}%
} \qquad
\subfloat[]{%
\begin{tabular}[b]{ccc}
\hline
1 & 2 & 3\\
3 & 7 & 4\\
4 & 5 & 4\\
\hline
\end{tabular}%
\begin{tabular}[b]{ccc}
\hline
1 & 2 & 3\\
3 & 7 & 4\\
4 & 5 & 4\\
\hline
\end{tabular}%
}~
\end{figure}
Ted.



\subfloatcaptions are added the right one is further down than the left caption. Added the parent tabular on the left fixes that. – Martin Scharrer Feb 01 '11 at 11:53\subfloat. The reason seems to be the extra space caused by the bottom\hlines. After removing them in the both left and bottom right tabular the sublabels are also correctly aligned. – Martin Scharrer Feb 01 '11 at 12:11\subfloatis outside both tabulars. I was assuming that is what the OP wants. The resulting (a) and (b) are not aligned in this case. – Martin Scharrer Feb 01 '11 at 12:19\\\hlineinto the outer tabular. Very nice idea, I wouldn't had thought of it. BTW, I just ordered your table book last week over Dante. It's still on its way to Ireland. – Martin Scharrer Feb 01 '11 at 13:24