I have a problem when using the landscape feature in LaTex. Specifically, if I include the \subsection{Results} inside the landscape a blank page is generated in landscape before the page of interest.
When I comment out the \subsection{Results} the blank page is not generated.
Below is my code:
\begin{landscape}
\subsection{Results}
\begin{figure}[H]
\begin{center}
\includegraphics[width=\textwidth, width=8in]{Experiment_4.pdf}
\captionof{figure}{\label{fig:Experiment 4}Experiment 4.}
\end{center}
\end{figure}
\end{landscape}
Any ideas on how to retain the \subsection{Results} and get rid of the blank page?
Thanks for your time.
\centeringinstead of\begin{center}and remove\end{center}). You need to make the smallest possible fully compilable document that shows your problem – daleif Aug 28 '15 at 13:32