File: page.sty

package info (click to toggle)
cxref 1.6e-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,996 kB
  • sloc: ansic: 16,598; yacc: 2,091; sh: 937; lex: 470; perl: 452; makefile: 433; lisp: 256; cpp: 188; python: 80
file content (37 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%
% page.sty - Copyright 1995,1996 Andrew M. Bishop
%
% Page layout for cxref, smaller margins than usual to get more on a page (cxref *is* rather verbose).
%

\typeout{Page Style-sheet (A4) -- By A. M. Bishop. (1 inch margins)}

%
% Physical paper size.
%

\vsize=11.7 in          % Page height (A4)
\hsize=8.25 in          % Page width (A4)

%
% Margins etc. Vertically
%

\topmargin=-0.5in       % Between (top of page + 1 inch) & top of header

\headheight=0.25in      % Height of the header

\headsep=0.25in         % Between header and text

\textheight=9.7in       % Height of text (A4)

\footskip=0.25in        % Between bottom of text and bottom of footer

%
% Margins etc. Horizontally
%

\oddsidemargin=0.0in    % Between (left side of page + 1 inch) & left edge of text
\evensidemargin=0.0in   % Between (left side of page + 1 inch) & left edge of text

\textwidth=6.25in       % Width of text (A4)