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}

-- 
[Gutsy][Hardy] Can't produce landscape
https://bugs.launchpad.net/bugs/215561
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to