[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / rep.sty
1 % =====================================================================
2 % A4 layout file for documents with big left margins - for folders.
3 % =====================================================================
4
5 \typeout{A4 with big left margin document layout}
6
7 % ---------------------------------------------------------------------
8 % make "@" a letter
9 % ---------------------------------------------------------------------
10 \makeatletter
11
12 % ---------------------------------------------------------------------
13 % PAPER SIZE 
14 %
15 % TeX expects 1 inch margins all around (1 inch = 25.4 mm). 
16 % a4 is exactly 297mm high by 208mm wide.
17 % ---------------------------------------------------------------------
18
19 \hsize=157.2truemm
20 \vsize=246.2truemm
21
22 % ---------------------------------------------------------------------
23 % PAGE LAYOUT
24 %
25 % text size = 144.5mm wide by 231.1mm high
26 %
27 % Top Margin: 1in
28 % Left margin: 1.5in
29 % Right Margin: 1in
30 % ---------------------------------------------------------------------
31
32 \textwidth 144.5truemm
33 \textheight 231.1truemm
34
35 \oddsidemargin=12.7truemm
36 \evensidemargin=0truemm
37 \topmargin=0truemm
38
39 % ---------------------------------------------------------------------
40 % RUNNING HEAD: none
41 % ---------------------------------------------------------------------
42 \headheight 0mm
43 \headsep 0mm
44
45 % ---------------------------------------------------------------------
46 % FOOT: page number and other information.
47 % ---------------------------------------------------------------------
48 \footheight 12pt
49 \footskip 18truemm 
50 \addtolength{\footskip}{\footheight}
51
52 % ---------------------------------------------------------------------
53 % INDENTATION
54 %
55 % 5mm indentation
56 % --------------------------------------------------------------------- 
57 \parindent 5truemm
58
59 % ---------------------------------------------------------------------
60 % math indentation.
61 % ---------------------------------------------------------------------
62 \mathindent 10.0truemm
63
64 % ---------------------------------------------------------------------
65 % FOOTNOTES
66 %
67 % Footnotes are in 10 point font.
68 %
69 % put 12+1-1 points between text and rule
70 % put 10pt between at start of footnote
71 % foot note rule 40mm long
72 % ---------------------------------------------------------------------
73 \skip\footins 12pt plus 2pt minus 2pt
74 \footnotesep 10pt
75 \def\footnoterule{\kern-3\p@ \hrule width 40mm \kern 2.6\p@}
76
77 % ---------------------------------------------------------------------
78 % make "@" an other
79 % ---------------------------------------------------------------------
80 \makeatother