unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

fullpage.sty (789B)


      1 % This is FULLPAGE.STY by H.Partl, Version 2 as of 15 Dec 1988.
      2 % Document Style Option to fill the paper just like Plain TeX.
      3 
      4 \typeout{Style Option FULLPAGE Version 2 as of 15 Dec 1988}
      5 
      6 \topmargin 0pt
      7 \advance \topmargin by -\headheight
      8 \advance \topmargin by -\headsep
      9 
     10 \textheight 8.9in
     11 
     12 \oddsidemargin 0pt
     13 \evensidemargin \oddsidemargin
     14 \marginparwidth 0.5in
     15 
     16 \textwidth 6.5in
     17 
     18 
     19 % For users of A4 paper: The above values are suited for american 8.5x11in
     20 % paper. If your output driver performs a conversion for A4 paper, keep
     21 % those values. If your output driver conforms to the TeX standard (1in/1in),
     22 % then you should add the following commands to center the text on A4 paper:
     23 
     24 % \advance\hoffset by -3mm  % A4 is narrower.
     25 % \advance\voffset by  8mm  % A4 is taller.
     26 
     27 \endinput