[comp.text.tex] LaTeX: legal.sty? & dvips

jdm5548@diamond.tamu.edu (James Darrell McCauley) (06/30/91)

Howdy,
  Is there such a thing as legal.sty?  I need to write a style
to print and legal sized paper with 1 inch left/right margins,
0.75 inch top margin, and 2.75 inch botton margin.  I began as

  % autoag.sty - Automated Agriculture for the 21st Century
  % note: they're going to do photoreduction, so don't use 
  %       fonts that are too small.
  \setlength{\oddsidemargin}{0in}
  \setlength{\evensidemargin}{0in}
  \setlength{\textwidth}{6.5in}
  \setlength{\topmargin}{-0.25in}
  \setlength{\textheight}{10.5in}

but my Laser Writer cut it off where a letter-sized paper would 
end (note: letter size=8.5x11 inches, legal size=8x14 in). So,
I tried the -tlegal option of dvips.  This shifted my output up
about 3 inches, cutting off the first of each page and leaving
a lot of white space at the bottom.  Is there a style file that 
I should use with this option? (I'm also using the -m (manual feed)
option of dvips, if it matters.)

I've checked niord.shsu.edu and sun.soe.clarkson.edu, but didn't
see anything obvious.

Thanks,
-- 
James Darrell McCauley, Grad Res Asst, Spatial Analysis Lab 
Dept of Ag Engr, Texas A&M Univ, College Station, TX 77843-2117, USA
(jdm5548@diamond.tamu.edu, jdm5548@tamagen.bitnet)