home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Docs / cxref-1.4a.lha / doc / page.style < prev    next >
Encoding:
Text File  |  1996-10-27  |  1.3 KB  |  43 lines

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