The default page layout is “portrait”, but sometimes it is still useful/necessary to have the whole document or only single pages changed to “landscape”. The latter might be due to a large table or figure. This post will tell you how to change the page layout of the whole document or single pages to “landscape”. In addition, it is possible to make single pages appear left side up in the PDF, making them more readable.
Changing the whole document to “landscape” can be done be using the geometry-package:
\usepackage[landscape]{geometry}
You can also just change the page content to landscape, but not the actual page layout through the optional argument of the command “documentclass”. It does not make much sense, but you can do it:
\ documentclass[landscape, 12pt]{report}
Next I will show you how to change the page layout of single pages. The lscape-package provides according possiblities:
\usepackage{lscape}
With
\begin{landscape}
…
\end{landscape}
you define the section of your document to be set to “landscape”, e.g. a large table or figure.
This will not automatically rotate the page in the PDF and is useful if the document is destined for printing.
If you want to make appear the left side up, better readable on screen, the pdflscape-package will do it:
\usepackage{pdflscape}
and again:
\begin{landscape}
…
\end{landscape}
for the page to be “landscape”, while the rest will remain in “portrait” orientation. Nevertheless, the header/footer will also be changed in orientation.
January 21, 2008 at 7:50 pm |
[...] Nevertheless, this is not sufficient, as it only turns the slide, but not the paper (see theĀ previous postĀ for details). [...]
March 16, 2008 at 9:01 am |
Thank you, its very useful!!!!
April 15, 2008 at 7:35 pm |
[...] Nevertheless, this is not sufficient, as it only turns the slide, but not the paper (see the previous post for details). [...]
April 17, 2008 at 4:45 pm |
Thanks! The only correct reference on landscape pages in latex!
Alin
August 4, 2008 at 6:58 pm |
Amazing and perfect!
Thank you for your post.
November 23, 2008 at 6:23 pm |
[...] Actually quite easy. Found it on Texblog. [...]
February 24, 2009 at 12:16 am |
Thanks!
April 13, 2009 at 12:31 am |
Thanks a lot…it’s very useful information for us!!!
April 30, 2009 at 11:21 am |
Thanks a lot
September 4, 2009 at 6:00 pm |
thanks .. was really helpful !
September 16, 2009 at 1:26 am |
Thanks! Very clear and useful!
October 25, 2009 at 3:55 pm |
Thanks, completely clear and useful!