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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply