blob: 590de45c234645c5326a39995b3bddc07d54e933 (
plain)
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
|
.\" Macros for documents
.de fontmargin
.nr mn_margin \\$1
.vs \\n[.ps]+\\n[mn_margin]
..
.de fontsize
.ps \\$1
.nr mn_pointsize \\n[.ps]
.vs \\n[.ps]+\\n[mn_margin]
..
.de rps
.\" Relative Point Size
.ps \\$1
.vs \\$1
..
.de title
.post.title "\\$1"
.ds mn_title \\$1
.rps +10
\fB\\*[mn_title]\fR
.br
.rps
..
.de author
.post.author "\\$1"
.ds mn_author \\$1
\\*[mn_author]
.br
..
.ps 16
.vs 18
|