Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to print your ENTIRE document in LANDSCAPE mode

It is simple to have your entire document printed in landscape mode.
Simply adjust margins to compensate for the new size of the page:

        \setlength{\topmargin}{0in}
        \setlength{\evensidemargin}{0in}
        \setlength{\oddsidemargin}{0in}
        \setlength{\textwidth}{9in}
        \setlength{\textheight}{6.5in}

The above should give you 1 inch margins all the way around.

Do everything else as you normally would, but when you print it out,
you should to add "-t landscape" to the dvips command.

        dvips -t landscape -Pprintername socrates.dvi 

last updated: 8/8/97

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.