NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
landscape and portrait together (Score:1)
==============================
\documentclass[11pt]{article}
\usepackage{pdflscape}
\begin{document}
\section{Some junk}
\begin{landscape}
\pagestyle{empty} %odd page number suppressed!
\section{The second section...}
Some more junk, on a landscape page in the pdf output.
\end{landscape}
\section{Back to sanity, in portrait mode...}
\end{document}
Re:landscape and portrait together (Score:2)
As per the reply above, this only rotates the content, not the page layout. The headers and footers are still printed in portrait mode :(
If you find a solution, I'll be most impressed as I've yet to find anything in any online or printed material that describes how to do this, including the definitive LaTeX Companion [amazon.co.uk] book, that is well worth buying for anyone interested in LaTeX.
Reply to This
Parent