Hello Thorsten,
I took off the
landscape
environment, yes, it is not necessary here. With
sidewaystable
environment, the content of the table was rotated 90 degrees.That is what I need. But I also need the whole page with this rotated table to be rotated 90 degrees. The code I used is same as that in my first post. The table was inserted inside the text.
Code: Select all
\documentclass[a4paper,11pt]{article}
\begin{document}
Text contents.
\begin{sidewaystable}
...
\end{sidewaystable}
\end{document}
How to rotate the whole page with 90 degrees? This table occupies one page. Any suggestion is appreciated.
Lynn