Graphics, Figures & Tablescombination of lscape, center and longtable is not centered

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
demac
Posts: 6
Joined: Thu Jun 17, 2010 9:27 pm

combination of lscape, center and longtable is not centered

Post by demac »

I am trying to get a centered, landscape lontable with the following code
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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply