source: trunk/minix/commands/cawf/me.mac@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 2.5 KB
Line 
1.^b HF 1
2.^b fh 0
3.^b NH
4.\"-----------------
5.de r
6.ie \\n(.$=0 .ft R
7.el \\fR\\$1\\fP\\$2
8..
9.\"-----------------
10.de i
11.ie \\n(.$=0 .ft I
12.el \\fI\\$1\\fP\\$2
13..
14.\"-----------------
15.de b
16.ie \\n(.$=0 .ft B
17.el \\fB\\$1\\fP\\$2
18..
19.\"-----------------
20.de UX
21\\$2UNIX\\$1
22..
23.\"-----------------
24.de DA
25.ds DY "\\$1 \\$2 \\$3
26.\" keep trailing spaces out of CF
27.if \\n(.$=1 .ds CF "\\$1
28.if \\n(.$=2 .ds CF "\\$1 \\$2
29.if \\n(.$>2 .ds CF "\\$1 \\$2 \\$3
30..
31.\"-----------------
32.de ND
33.\" it's our default, ignore it
34..
35.\"-----------------
36.de TL
37.rs
38.sp 5
39.ft B
40.ce 9999
41..
42.\"-----------------
43.de AU
44.sp 2
45.ft R
46..
47.\"-----------------
48.de AI
49.sp
50.ft R
51..
52.\"-----------------
53.de AB
54.sp 2
55.ce 0
56.ll -7n
57.in +7n
58..
59.\"-----------------
60.de AE
61.sp
62.ll
63.in
64..
65.\" common initialization for headers and paragraphs: .In need extraspace
66.de In
67.ne \\$1
68.sp \\n(Tsu
69.nr Ts 0
70.ie \\n(.$>1 .nr iN \\$2v
71.el .nr iN 0
72.sp \\n(psu+\\n(iNu
73.ce 0
74.ft R
75.in 0
76.ti 0
77.in \\n(inu
78.ll \\n(LLu
79.ns
80.fi
81..
82.\"-----------------
83.de uh
84.\" unnumbered section head
85.nr in 0
86.In 6 1
87.ie \\n(.$=0 .ft B
88.el \\fB\\$1\\fP\\$2
89..
90.\"-----------------
91.de sh
92.\" numbered section head
93.nr in 0
94.In 6 1
95.ft B
96.\" punt to awk code to get the header numbering right
97.nH \\$1
98.\" and pick up the result
99\&\\*(Nh \\$2
100.ft R
101..
102.\"-----------------
103.de lp
104.\" left-blocked paragraph
105.In 4
106..
107.\"-----------------
108.de pp
109.\" paragraph, first line indented
110.In 4
111.ti \\n(piu
112..
113.\"-----------------
114.de tp
115.In 4
116.if \\n(.$>0 .nr tp \\$1n
117.in \\n(inu+\\n(tpu
118.ti 0-\\n(tpu
119.\" .it 1 tP
120..
121.\"-----------------
122.de ip
123.\" indented paragraph
124.ie \\n(.$>1 .tp "\\$2"
125.el .tp 4n
126\&\\$1
127..
128.\"-----------------
129.de np
130.\" numbered paragraph
131.nr $p +1 \" increment paragraph number
132.ip (\n($p)
133..
134.\"-----------------
135.de bu
136.\" bulleted paragraph
137.ip \(bu
138..
139.\"-----------------
140.de (q
141.\" begin major quote
142.nr in +5n
143.nr LL -5n
144.In 4
145..
146.\"-----------------
147.de )q
148.\" end major quote
149.sp
150.nr in -5n
151.nr LL +5n
152.In 4
153..
154.\"-----------------
155.de (l
156.\" begin list
157.In 5
158.if '\\$1'C' .ce 9999
159.if '\\$1'' .in +5n
160.if '\\$1'L' .in 0
161.nf
162..
163.\"-----------------
164.de )l
165.\" end list
166.In 3
167.sp
168.rs
169..
170.\"-----------------
171.de u
172\&\\fI$1\\fP
173..
174.\"-----------------
175.de sm
176..
177.\"-----------------
178.\" exdented paragraph macro borrowed from Berkeley -ms
179.de XP
180.lp
181.in \\n(piu
182.ti
183..
184.\"-----------------
185.\" the -ms accent strings
186.ds ' "'\b
187.ds ` "`\b
188.ds : ":\b
189.ds ^ "^\b
190.ds ~ "~\b
191.ds C "v\b
192.ds , ",\b
193.\" post-title spacing (set to 4v if using .TL macro)
194.nr Ts 0v
195.\" and parameter setup
196.nr LL 6i
197.ll \n(LLu
198.nr ps 0.3v
199.nr pi 5n
Note: See TracBrowser for help on using the repository browser.