I'm using this code for showing an image in landscape mode:
\begin{landscape}
\begin{figure}[H]
\centering
\includegraphics[width=\hsize]{./images/SelectDVA.png}
\caption{DVA part of the Use Case \ref{sec:use_case_2}.}
\end{figure}
\end{landscape}
This causes the output to have a blank page immediately after the rotated page containing the image.
It seems that using landscape causes a page break, is it true?
How can I prevent this behaviour?


landscapewon't leave a blank page but it causes a page break. You can useafterpageto avoid the white space produced thereby. – Nov 27 '12 at 15:32figureinlandscape! – Stephan Lehmke Nov 27 '12 at 15:36