::
`\begin{tabular}{cc}
\hline
\multicolumn{2}{c}{Foobar} \\
\hline
Foo & Bar \\
\hline
\end{tabular} `
Meglio però:
`\usepackage{booktabs}
\begin{tabular}{cc}
\toprule
\multicolumn{2}{c}{Foobar} \\
\midrule
Foo & Bar \\
\bottomrule
\end{tabular}
`
Ciao,
L.