Comment 3 for bug 215561

Revision history for this message
Stefan Kottwitz (stefan.k) wrote :

The landscape option of the article class just interchanges the values of \paperheight and \paperwidth. I recommend to use the geometry package with landscape option. A minimal working example:

\documentclass{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage[landscape]{geometry}
\begin{document}
\blindtext[6]
\end{document}