source: trunk/minix/commands/cawf/ms.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.4 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.\"-----------------
66.\" common initialization for headers and paragraphs: .In need extraspace
67.de In
68.ne \\$1
69.sp \\n(Tsu
70.nr Ts 0
71.ie \\n(.$>1 .nr iN \\$2v
72.el .nr iN 0
73.sp \\n(PDu+\\n(iNu
74.ce 0
75.ft R
76.in 0
77.ti 0
78.in \\n(inu
79.ll \\n(LLu
80.ns
81.fi
82..
83.\"-----------------
84.de SH
85.nr in 0
86.In 6 1
87.ft B
88..
89.\"-----------------
90.de NH
91.nr in 0
92.In 6 1
93.ft B
94.\" punt to awk code to get the header numbering right
95.nH \\$1
96.\" and pick up the result
97\&\\*(Nh
98..
99.\"-----------------
100.de LP
101.In 4
102..
103.\"-----------------
104.de PP
105.In 4
106.ti \\n(PIu
107..
108.\"-----------------
109.de TP
110.In 4
111.if \\n(.$>0 .nr tp \\$1n
112.in \\n(inu+\\n(tpu
113.ti 0-\\n(tpu
114.it 1 tP
115..
116.\"-----------------
117.de IP
118.ie \\n(.$>1 .TP "\\$2"
119.el .TP 4n
120\&\\$1
121..
122.\"-----------------
123.de QP
124.In 4
125.in +5n
126.ll -5n
127..
128.\"-----------------
129.de QS
130.nr in +5n
131.nr LL -5n
132.In 4
133..
134.\"-----------------
135.de QE
136.nr in -5n
137.nr LL +5n
138.In 4
139..
140.\"-----------------
141.de DS
142.In 5
143.if '\\$1'C' .ce 9999
144.if '\\$1'' .in +5n
145.nf
146..
147.\"-----------------
148.de CD
149.In 5
150.ce 9999
151.nf
152..
153.\"-----------------
154.de LD
155.In 5
156.nf
157..
158.\"-----------------
159.de ID
160.In 5
161.in +5n
162.nf
163..
164.\"-----------------
165.de DE
166.In 3
167.rs
168..
169.\"-----------------
170.de RS
171.nr in +5n
172.in \\n(inu
173..
174.\"-----------------
175.de RE
176.nr in -5n
177.in \\n(inu
178..
179.\"-----------------
180.de UL
181\&\\fI$1\\fP
182..
183.\"-----------------
184.de RP
185..
186.\"-----------------
187.de LG
188..
189.\"-----------------
190.de SM
191..
192.\"-----------------
193.de NL
194..
195.\"-----------------
196.\" the -ms accent strings
197.ds ' "'\b
198.ds ` "`\b
199.ds : ":\b
200.ds ^ "^\b
201.ds ~ "~\b
202.ds C "v\b
203.ds , ",\b
204.\" post-title spacing
205.nr Ts 4v
206.\" and parameter setup
207.nr LL 6i
208.ll \n(LLu
209.nr PD 0.3v
210.nr PI 5n
Note: See TracBrowser for help on using the repository browser.