ANSIfication; bug report 4.3BSD/bin/223
[unix-history] / usr / src / games / cribbage / macro
CommitLineData
2a18434a 1.\" Copyright (c) 1980 Regents of the University of California.
bf870064 2.\" All rights reserved.
a23f79dd 3.\"
bf870064 4.\" Redistribution and use in source and binary forms are permitted
b8c620d6
KB
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
bf870064 15.\"
b8c620d6 16.\" @(#)macro 5.3 (Berkeley) %G%
a23f79dd
KA
17.\"
18.nr TX 2 \" default line space for text is 2
19.nr PG 8 \" default paragraph indentation in PG is 8
20.nr QI 8 \" default indentation for quotes is 8
21.nr IP 4 \" default indentation for indented paragraph is 4
22.de TX \" define text settings
23.ls \\n(TX
24.fi
25..
26.de NT \" define non-text setings
27.nf
28.ls 1
29..
30.de PG \" define paragraph starter
31.sp
32.ti +\\n(PG
33..
34.de HD \" define page header
35'sp 1i
36..
37.de FO \" define page footer
38.if \\n%>1 \{\
39'sp 2
40.tl ""- % -"" \}
41'bp
42..
43.wh 0 HD \" trap invocation of header
44.wh -1i FO \" trap invocation of footer
45.de pH \" define page header
46.ce
47.ul
48\\$1
49.sp 1
50..
51.de PF \" define Page header for first page -- no .bp
52.ce
53.ul
54\\$1
55.sp 1
56..
57.de PH \" define Page header
58.ce
59.ul
60\\$1
61.sp 1
62..
63.de HP \" define paragraph header
64.sp 2
65.ne 4
66.ul
67\\$1
68.PG
69..
70.de TP \" define title page
71.ls 1
72 \b \b
73.sp 3.5i
74.ce
75.ul
76\\$1
77.sp +3i
78.ti +50
79\\$2
80.br
81.ti +50
82\\$3
83.br
84.ti +50
85\\n(mo / \\n(dy / \\n(yr
86.nr % 0
87.ls
88..
89.de KS
90.br
91.di KB
92..
93.de KE
94.br
95.di
96.ne \\n(dnu
97.KB
98..
99.de QI \" define indented quote macro
100.sp
101.in +\\n(QI
102.ll -\\n(QI
103.ls 1
104..
105.de EQ \" define end quote macro
106.ls
107.sp
108.ll +\\n(QI
109.in -\\n(QI
110..
111.de IP \" define indented paragraph macro
112.in +\\n(IP
113.ll -\\n(IP
114.PG
115..
116.de EP \" define end indented paragraph macro
117.ll +\\n(IP
118.in -\\n(IP
119..
120.de IH \" define indented paragraph header
121.in +\\n(IP
122.ll -\\n(IP
123.sp 2
124.ne 4
125.ul
126\\$1
127.PG
128..
129.de IN
130.in +8
131.br
132.ti -4
133\\$1
134..
135.de NE
136.in -8
137..