Search found 2 matches

by hyndman
Sun Nov 18, 2007 1:02 pm
Forum: Document Classes
Topic: Rotating and pdf
Replies: 2
Views: 4673

Re: Rotating and pdf

Your example exhibits the problematic behaviour if you use latex - dvips - ps2pdf.
It is fine if pdflatex is used, or if dvipdf is used, but I can't use either of those because I need some postscript-specific options.
Is there any to avoid the rotated page while using the dvips-ps2pdf route?
by hyndman
Sat Nov 17, 2007 2:11 pm
Forum: Document Classes
Topic: Rotating and pdf
Replies: 2
Views: 4673

Rotating and pdf

I'm trying to create a pdf file with a table rotated to fit on a single page. The rotating package does the job using \begin{sidewaystable}\end{sidewaystable} except that in the pdf, the whole page appears in landscape while all other pages are portrait. Is there any way of keeping all pages in ...