texworks
texworks copied to clipboard
Rotation option for pdf viewer
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
Original comment by [email protected] on 24 Sep 2009 at 4:25
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
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