Ubuntu Forums Archive Viewer

Pdftex - create PDF with both portrait and landscape pages?

Archived thread 1045770 from Education & Science. Markdown source: Education_&_Science/thread_1045770_Pdftex_-_create_PDF_with_both_portrait_and_landsca.md

Original URL About this archive
#1

Hi all,

Am writing my conversion report (Masters to PhD) using LaTeX (pdftex, really). So far so good, but I have some pages which are landscape-oriented (large tables and figures).

Normally this would not be a problem, they just print out like any other pages, of course. However, this report will be distributed to my examiners in soft-copy PDF. I don't think it would be professional to have my examiners tilting their heads 90 degrees to view my large tables and figures (the large table is 6 pages long).

So, is there anyway to instruct pdftex to generate the landscape pages as landscape? That means, as I scroll down the document, I'd have something looking like this:-


    ------
    | pg |
    | 1  |
    |    |
    ------
---------------
|             |
|    pg 2     |
|             |
|             |
---------------
    ------
    | pg |
    |  3 |
    |    |
    ------
---------------

Any ideas? Or do I create the pdf first and then use some other software to rotate the pages in question?

#2
#3

galileon said: http://texblog.wordpress.com/2007/11/10/landscape-in-latex/

Thank you, sir! If I may ask, how did you come across that information? My normal googling only turned up \usepackage{lscape} advise, and I hadn't heard of pdflscape before this (obviously).

Edit: Ah, where's the 'thanks' button gone?

#4

Ah, okay, didn't realize that solving the recent downtimes required disabling the 'mark thread solved' and 'thanks' feature.

Anyway, since I can't click it, I can say it again. Thank you galileon, you were most helpful.

#5

haha, no worries mate, I never cared about the thanks button anyway, lol. I googled "latex landscape page" and middle clicked the first three links, and looked or one that was written in plain English :D

#6

Ah, I feel stupid. Thanks for your time and help. I'm pretty sure I googled 'latex landscape' and never came across pdflscape....