[Gutsy][Hardy] Can't produce landscape
Bug #215561 reported by
Martin Ammermüller
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
texlive-base (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: texlive-latex-base
pdflatex always produces protrait format documents. I can't get it to produce documents with landscape format. Testcase attached.
To post a comment you must log in.
http:// www.doc. ic.ac.uk/ csg/faqs/ latex.html (last question):
"The landscape document class option doesn't work?
\documentclass[ ,landscape] {article} is broken. There is an (impressive!) conflict between papersize and landscape in the global documentclass attribute settings which means they argue about textwidth, ultimately resulting in [landscape] being *entirely* ignored!
The right way to do it is:
\documentclass[ 11pt,a4paper] {article} landscape} cape{\special{ landscape} } true}store end }
\usepackage{
\def\printlands
\special{! TeXDict begin /landplus90{
\begin{document}
Content
\end{document}
The \def and \special lines fix landscape rendering in gv so you don't have to flip to seascape -- part of one of my "defs" files by now, since it proves very useful!
xdvi doesn't understand landscape, so don't try and view raw DVI in there.
Also remember to run dvips as 'dvips -t landscape', otherwise you'll just get a portrait A4 page with a landscape \textwidth."