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

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

User avatar
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