Graphics, Figures & Tableslandscape table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
jhapk
Posts: 81
Joined: Tue Apr 20, 2010 9:33 pm

landscape table

Post by jhapk »

Hi,

when I am using the pdflscape package for rotating a big table horizontally, it automatically acts as if there is a \clearpage before the table and the page before the landscape page is semi-empty. Can I avoid it?

I tried using the rotating package but I am not able to figure, how to fit in two or three tables in the same page using the rotating package, as it makes a new page for every table. Any ideas?

I want the final output something like this
tables.png
tables.png (78.12 KiB) Viewed 1765 times
The above figure was made using pdflspace package

Thanks

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

landscape table

Post by localghost »

Perhaps a minipage in an appropriate environment from the rotating package with two not floating tabular environments labeled with the \captionof command provided by the caption package.


Best regards
Thorsten
Post Reply