Graphics, Figures & Tableslongtable- extra page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
rms502
Posts: 6
Joined: Thu Aug 26, 2010 7:51 pm

longtable- extra page

Post by rms502 »

Hey,
I'm trying to make a table which is quite wide and long. I think it would look best in landscape so I used:
\begin{landscape}
\begin{longtable}{ |l| l| l| l| l|l|p{2.7cm}|p{2.7cm}|p{3cm}|p{2.7cm}|p{2.7cm}|}

content

\caption{blah blah}
\end{longtable}
\end{lanscape}
The table itself looks ok. The trouble is after the table and caption is finished there is an extra landscape page with nothing on it and I'm not sure how to get rid of it!
Any help would be greatly appreciated

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