Re: centrare tabelle con \subfloat

#57646
Up
0
Down
::


`

\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!

Go to top