26 Marzo 2011 alle 10:49
#57646
::
`
\begin{table}[htbp]
\centering
\caption{PROVA}
\subfloat[PROVA 1]{
\centering
\begin{tabular}{ccc}
\toprule
\textbf{titolo 1} & \textbf{titolo 2} & \textbf{titolo 3}\\
\midrule
ex1 & a & b\\
ex2 & c & d \\
\bottomrule
\end{tabular}}
\qquad
\subfloat[PROVA 2]{
\centering
\begin{tabular}{c|cccccc}
\toprule
&\textbf{titolo1} & \textbf{titolo2} & \textbf{titolo3} & \textbf{titolo4} & \textbf{titolo5} & \textbf{titolo6}\\
\midrule
\textbf{ex1} & aaa & bbb & ccc & ddd & eee & fff\\
\textbf{ex2} & aaa & bbb & ccc & ddd & eee & fff\\
\bottomrule
\end{tabular}}
\qquad\qquad
\end{table}
`
eccolo!!!:)
grazie!