Graphics, Figures & TablesLandscape Tables moved to End of Document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Landscape Tables moved to End of Document

Post by lynnlee »

Hello LaTeX Community,

I wish to put landscape table in the text. I simply put code in text.

Code: Select all

\begin{landscape}
\begin{table}
...
\end{landscape}
\end{table}
But Latex put the table at the end of the paper. What code is used to arrange this landscape table in the text and may be on a separate page?

Any suggestion is appreciated.

Lynn

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Landscape Tables moved to End of Document

Post by localghost »

Take a look at the sidewaystable environment from the rotating package. If that doesn't help, kindly prepare a self-contained and minimal example.


Thorsten
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Re: Landscape Tables moved to End of Document

Post by lynnlee »

Thank you, Thorsten. It works.

Lynn
Post Reply