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.
LaTeX++ (Score:1)
fwiw... (Score:1)
Re: (Score:2)
Unfortunately that only turns the content by 90 degrees, not the whole page layout. As such the headers and footers still appear in portrait mode. Yeah I tried that ;)
Re: (Score:1)
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: (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.
(HTML + CSS) + Prince = PDF (Score:1)
http://www.princexml.com/ [princexml.com]
dvips -b landscape (Score:1)
Re: (Score:2)
I think you might have misunderstood what I was after. I know how to get the whole document to print in either Portrait OR Landscape, but I want to create a document that allows both in the same document. All the options have so far only allowed the content to rotate NOT the complete page layout, i.e. including headers and footers.
Business Reports (Score:1)
But if you want to produce Business Reports, like inventory lists, Invoices, Acoount Balances and so on, you need more precision. At least in my experience you do.
Whenever I get the time (and I will, Real Soon Now, promise!) I will look into this again and rewrite/refactor a module I made long time ago for this purpose.
Re: (Score:2)
Excellent. I look forward to seeing the results. You might want to talk to Andrew Ford, as he is very keen to get other LaTeX functionality usable within Template Toolkit.
For my purposes Template Toolkit provides the data and graphics needed to create the .tex file, then LaTeX takes over via Latex::Driver.