Everything is correct except that the table is flushed-left on the rotated page, not centered.
Any ideas?
Thanks in advance
Jeff
Code: Select all
\begin{landscape}
\begin{center}
\smallertable
\begin{longtable}{llllrrrrrr}
First header....
\endfirsthead
Repeated header...
\endhead
lots of rows and columns
...
\end{longtable}
\end{center}
\end{landscape}