I am inserting a picture into a file. To make the page landscape, I used the "pdflscape" package, but it creates a blank page before the plot.
\documentclass{article}
\usepackage{pdflscape}
\begin{document}
\begin{landscape}
\includegraphics{1.png}
\end{landscape}
\end{document}
How can I get rid of the blank page?
.log? – Werner Dec 07 '12 at 22:23