I have a table that does not fit in the slides I'm preparing with the beamer class.
Code: Select all
\begin{table}[!ht]
\centering
\begin{tabular}{|c||c|c|c||c|c|c||c|c|c|} \hline
$\sigma$ & \multicolumn{3}{c}{$\sigma$=.05} & \multicolumn{3}{c}{$\sigma$=.20} & \multicolumn{3}{c}{$\sigma$=.40} \\ \hline
d & 0 & 0.5 & 1 & 0 & 0.5 & 1 & 0 & 0.5 & 1 \\ \hline
0 & 2.8291 & 2.8291 & 2.8291 & 3.5735 & 3.5735 & 3.5734 & 5.3185 & 5.3113 & 5.3080 \\
3 & 2.3221 & 2.3221 & 2.3221 & 2.1571 & 2.1571 & 2.1570 & 2.0858 & 2.0823 & 2.0807 \\
5 & 2.0973 & 2.0973 & 2.0973 & 1.8080 & 1.8079 & 1.8079 & 1.5447 & 1.5417 & 1.5403 \\ \hline
\end{tabular}
\end{table}
Thank you for your help, and have a great day from the sunny Zurich!
Luca