blob: 572d3cb0d4d93edc49aff47cbeb01f727f25ae1a (
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
36
37
|
.\" Macros for documents
.\"so tmac.post
.so /home/pn/.local/src/neatroff_make/tmac/tmac.post
.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
|