home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / cxref-1.001 / cxref-1~ / cxref / doc / page.sty < prev    next >
Encoding:
Text File  |  1995-10-17  |  1007 b   |  39 lines

  1. % page.sty Page layout for cxref, smaller margins than usual to get more on a page (cxref *is* rather verbose).
  2.  
  3. \typeout{Page Style-sheet -- By A. M. Bishop. (1 inch margins)}
  4.  
  5. % TeX expects 1in margins all around.
  6.  
  7. % A4 is approx 11.7 by 8.25 inches.
  8. \vsize=11.7 in
  9. \hsize=8.25 in
  10.  
  11. % US page size is 8.5 x 11 inches.
  12. %\vsize=11 in
  13. %\hsize=8.5 in
  14.  
  15. %
  16. % Margins etc. Vertically
  17. %
  18.  
  19. \topmargin=-1.25in      % Between (top of page + 1 inch) & top of header
  20.  
  21. \headheight=0.25in      % Height of the header
  22.  
  23. \headsep=0.25in         % Between header and text
  24.  
  25. \textheight=9.7in       % Height of text (A4)
  26. %\textheight=9.0in      % Height of text (US)
  27.  
  28. \footskip=0.5in         % Between bottom of text and bottom of footer
  29.  
  30. %
  31. % Margins etc. Horizontally
  32. %
  33.  
  34. \oddsidemargin=0.0in    % Between (left side of page + 1 inch) & left edge of text
  35. \evensidemargin=0.0in   % Between (left side of page + 1 inch) & left edge of text
  36.  
  37. \textwidth=6.25in       % Width of text (A4)
  38. %\textwidth=6.5in       % Width of text (US)
  39.