Post by DGPost by Harry SchmidtPost by DGHow can I center a tabular on a page in the beamer class?
Have you tried \centering or the center-environment?
I tried centering but that didn't work. Only enclosing it in a \table
environment and then using the \centering switch worked.
the table environment sounds like the wrong way to go, since you don't
want the thing to float.
{\par\centering\begin{tabular}...
\end{tabular}\par}
should do what you're after; both \par tokens are necessary, in the
general case (the second one is always necessary).
or you could use the center environment, which provides \par for you.
--
Robin (http://www.tex.ac.uk/faq) Fairbairns, Cambridge