Problems with landscape mode and Title on the same page
For an appendix I am trying to create rotated tables and I am using the landscape mode for this. Only one problem is holding me back; As soon as I am trying to add the title of the appendix to the tables I created, either the title is rotated ( see the following code):
\begin{landscape}
\section{blabla}
\begin{table}
blablabla
\end{table}
\end{landscape}
Or when I write the section name outside the landscape mode, The title starts on an empty page and the tables start on the next page (which is ugly).(see following code):
\begin{landscape}
\section{blabla}
\begin{table}
blablabla
\end{table}
\end{landscape}
Does anyone know how to solve this?
Thanks in advance!
For an appendix I am trying to create rotated tables and I am using the landscape mode for this. Only one problem is holding me back; As soon as I am trying to add the title of the appendix to the tables I created, either the title is rotated ( see the following code):
\begin{landscape}
\section{blabla}
\begin{table}
blablabla
\end{table}
\end{landscape}
Or when I write the section name outside the landscape mode, The title starts on an empty page and the tables start on the next page (which is ugly).(see following code):
\begin{landscape}
\section{blabla}
\begin{table}
blablabla
\end{table}
\end{landscape}
Does anyone know how to solve this?
Thanks in advance!
No comments:
Post a Comment