I seem to be having an unbelievable amount of difficulty
generating a PDF from a seminar in landscape mode with
the standard set of latex tools + ps2pdf. Here's the
landscape slides document from the FAQ:
\documentclass{seminar}
\usepackage{semcolor}
\input{seminar.bug}
\begin{document}
\begin{slide}
The slide environment WITHOUT the portrait option.
\end{slide}
\end{document}
I then latex that. The result looks good with
xdvi -paper usr landscape.dvi
I then try and to generate a postscript using dvips and I
think it's here that I start running into difficulties.
dvips -o landscape.ps -t landscape landscape.dvi
A subsequent
showps landscape.ps
shows that the paper appears to be in portrait mode. This
is confirmed by
ps2pdf landscape.ps landscape.pdf
acroread landscape.pdf
Can anyone tell me what I'm doing wrong?
Thanks in advance.
--
Warren Hedley
Look at
==> http://ls1-www.cs.uni-dortmund.de/~lehmke/TeXPower/
`fixseminar.sty' may help...
...Rolf
--
|| Rolf Niepraschk c/o Physikalisch-Technische Bundesanstalt ||
|| Abbestr. 2-12; D-10587 Berlin, Germany ||
|| Tel/Fax: ++49-30-3481-316/490, email: niepr...@ptb.de ||
Rolf> ==> http://ls1-www.cs.uni-dortmund.de/~lehmke/TeXPower/
Rolf> `fixseminar.sty' may help...
You might have to include the config.landscapeplus from the contrib
section into your config.ps and then give the -ta4l option to dvips.
At least this did the trick for me.
Hth
Holger
--
Holger Wenzel Institut fuer Technische Mechanik
Tel: +49/241/804624 Templergraben 64
email: H.We...@itm.rwth-aachen.de RWTH Aachen
i think that's your problem: -t landscape is for printing a document
processed in portrait form. since seminar inserts a
\special{landscape}, dvips is switching to landscape mode twice.
since the switch is merely a \pi/2 rotation, you simply get the page
printed rotated by \pi.
--
Robin Fairbairns, Cambridge