Search found 1 match

by FeDeX
Sat Nov 13, 2010 5:59 pm
Forum: General
Topic: Rotating tables
Replies: 8
Views: 104894

Rotating tables

I answer to Frank. With this code the table was rotated and centered in the page:

Code: Select all

\begin{landscape}
\begin{table}[!ht]
\begin{center}
\begin{tabular}{}

\end{tabular}
\end{center}
\caption{}
\label{}
\end{table}
\end{landscape}