home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-bin0.lha / lib / texmf / tex / tugboat / landscape.sty < prev    next >
Text File  |  1996-10-12  |  359b  |  10 lines

  1. % -*-LaTeX-*-
  2. % landscape.sty [14-Nov-88]
  3. % This simple style file exchanges \textwidth and \textheight to
  4. % get dimensions suitable for a landscape (width > height) page
  5. % Printing in landscape mode requires additional support from the
  6. % DVI driver.
  7. \@tempdima=\textwidth% NB: \@tempdima is defined in latex.tex
  8. \textwidth=\textheight
  9. \textheight=\@tempdima
  10.