texworks icon indicating copy to clipboard operation
texworks copied to clipboard

Rotation option for pdf viewer

Open GoogleCodeExporter opened this issue 10 years ago • 2 comments

When making a sidewaystable it would be nice to view the pdf rotated so 
the text becomes upright.

Original issue reported on code.google.com by [email protected] on 12 Sep 2009 at 2:29

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter

Original comment by [email protected] on 24 Sep 2009 at 4:25

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter

Have you tried:

\usepackage{pdflscape}

It causes output generated inside:

\begin{landscape}

\end{landscape}

To produce pages that are rotated in the PDF output. Normally when you rotate a 
page using landscape, you 
have to click on a button or invoke a menu item in a PDF viewer to rotate that 
page. pdflscape causes this 
behavior to be written into the PDF document.

The most recent version of TeXworks (r470) displays it nicely.

Original comment by [email protected] on 15 Oct 2009 at 4:59

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter