annotate style @ 5:70d4238acbe2

bib: neuen Eintrag hinzugefuegt; unpassende Eintraege entfernt
author markus schnalke <meillo@marmaro.de>
date Mon, 18 Nov 2013 14:29:27 +0100
parents deedec7f31eb
children 108e11233f6c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1 .do xflag 3
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
2 .de __
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
3 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
4 .blm __ \" ignore empty lines in input
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
5 .lc_ctype en_US.utf8
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
6 .mediasize a4
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
7
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
8 .fp 1 R urw/bookman/ubkl8a pfb
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
9 .fp 2 I urw/bookman/ubkli8a pfb
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
10 .fp 3 B urw/bookman/ubkd8a pfb
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
11 .fp 4 BI urw/bookman/ubkdi8a pfb
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
12
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
13
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
14 .ss 12 0 \" the second (non-portable) argument requests french spacing
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
15
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
16 .nr PI 4n
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
17 .nr PD .3v
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
18 .nr QI 2u*\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
19 .nr lu 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
20 .af PN i
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
21
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
22 .nr PS 12
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
23 .nr VS 18
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
24
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
25 .ds CH "
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
26
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
27 .nr PO 2.5c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
28 .nr HM 3.5c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
29 .nr FM 3.5c
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
30 .nr LL 15c
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
31 .ll 15c
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
32 .nr LT \n(LL
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
33
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
34 . \" _M - change margins for text block on next page
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
35 .de _M
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
36 .\" if t .if o .nr PO 5c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
37 .\" if t .if e .nr PO 3c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
38 .\" nr PO 2.5c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
39 .\" ds CF "
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
40 ..
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
41 .\" .wh -1u _M
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
42
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
43 .de _H
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
44 'sp |\n(HMu-1.5c
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
45 .ps 12
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
46 .vs 14
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
47 .ft I
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
48 .tl 'Markus Schnalke: Die Anfaenge der digitalen Revolution''%'
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
49 .ft P
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
50 .ps
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
51 .vs
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
52 ..
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
53 .wh 1u _H
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
54
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
55 . \" ZZ - enlarge or shorten the text block on the current
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
56 . \" page to avoid widows
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
57 . \" .ZZ -> enlarge by one line
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
58 . \" .ZZ +3 -> enlarge by three lines
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
59 . \" .ZZ -2 -> shorten by two lines
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
60 . \" .ZZ +1c -> enlarge by one centimeter
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
61 . \" .ZZ "" -> reset to the default
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
62 .de ZZ
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
63 .ie \\n(.$=0 .ch FO -\\n(FMu+1v
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
64 .el .ch FO -\\n(FMu\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
65 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
66
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
67 . \" CW - Set text in CW font (similar to .B and .I)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
68 .de CW
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
69 .nr PQ \\n(.f
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
70 .if t \{\
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
71 . ft CW
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
72 . if !^\\$1^^ \&\\$1\f\\n(PQ\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
73 .\}
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
74 .if n \{\
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
75 . ie ^\\$1^^ .ul 999
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
76 . el .ul 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
77 . if \\n(.$=1 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
78 . if \\n(.$>1 \&\\$1\c
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
79 . if \\n(.$>1 \&\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
80 .\}
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
81 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
82
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
83 . \" refer(1) stuff
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
84 .ds [. " [
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
85 .ds .] ]
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
86 .rm ]<
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
87 .de ]<
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
88 . de FP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
89 . IP \\\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
90 \\..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
91 . rm FS FE
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
92 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
93
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
94 . \" PT - page top macro of ms
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
95 .am PT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
96 . rs
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
97 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
98
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
99
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
100 . \" RN - Reset PN and continue on an odd page ($1=number-format)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
101 .de RN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
102 .ie e .pn 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
103 .el \{
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
104 . pn 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
105 . bp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
106 .\}
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
107 .ie \\n(.$=1 .af PN \\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
108 .el .af PN 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
109 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
110
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
111
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
112 . \" T_ - Add TOC entry ($1=pre-space $2=indent-level $3=text)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
113 .de T_
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
114 .tm TOC____.sp \\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
115 .tm TOC____\&\\h'\\$2u*2u*\\n(PIu'\\$3\0\0\a\t\\n(PN\fR
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
116 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
117
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
118 . \" NH - redefine numbered heading
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
119 .de NH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
120 .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
121 .nr NS \\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
122 .if !\\n(.$ .nr NS 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
123 .if !\\n(NS .nr NS 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
124 .nr H\\n(NS +1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
125 .if \\n(NS<2 .nr H2 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
126 .if \\n(NS<3 .nr H3 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
127 .ds SN \\n(H1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
128 .if \\n(NS>1 .as SN \&.\\n(H2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
129 .if \\n(NS>2 .as SN \&.\\n(H3
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
130 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
131
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
132 . \" H- - Chapter not numbered and not in TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
133 .de H-
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
134 .ig IG
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
135 .EH "
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
136 .OH "
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
137 .IG
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
138 .bp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
139 .\" .if e .rs \" move to an odd page
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
140 .\" .if e .bp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
141 .lg 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
142 .nr PS +6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
143 .nr VS +6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
144 .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
145 .ce 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
146 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
147 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
148 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
149 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
150 .nr PS -6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
151 .nr VS -6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
152 .lg
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
153 .ig IG
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
154 .EH "\\\\*(_E
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
155 .OH "\\\\*(_o
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
156 .IG
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
157 .\" .ds CF \\n(PN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
158 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
159 .sp 4
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
160 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
161 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
162
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
163 . \" AP - Start the Appendix
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
164 .de AP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
165 .nr _A 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
166 .nr H1 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
167 .af H1 A
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
168 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
169
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
170 . \" H0 - Chapter ($2=="no" -> not numbered)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
171 .de H0
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
172 .\" bp
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
173 .\" .if e .rs \" begin chapter on an odd page
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
174 .\" .if e .bp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
175 .lg 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
176 .nr PS +6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
177 .nr VS +6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
178 .ie ,\\$2,no, .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
179 .el \{\
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
180 . NH 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
181 . ce 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
182 .ie \\n(_A Appendix \\*(SN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
183 .el Chapter \\*(SN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
184 . sp .5
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
185 .\}
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
186 .sp
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
187 .ce 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
188 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
189 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
190 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
191 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
192 .nr PS -6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
193 .nr VS -6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
194 .lg
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
195 .\" add to TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
196 .rm t_
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
197 .if !,\\$2,no, .ds t_ \\Z'\\*(SN'\\h'3n'
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
198 .T_ .5v 0 "\fB\\*(t_\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
199 .RT
1
deedec7f31eb style: cleanups
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
200 .sp
0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
201 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
202 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
203
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
204
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
205 . \" H1 - Section ($2=="no" -> not numbered)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
206 .de H1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
207 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
208 .ne 7
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
209 .sp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
210 .lg 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
211 .nr PS +2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
212 .nr VS +2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
213 .ie '\\$2'no' .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
214 .el .NH 2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
215 .if !'\\$2'no' \&\\*(SN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
216 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
217 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
218 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
219 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
220 .nr PS -2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
221 .nr VS -2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
222 .lg
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
223 .if !'\\$2'no' .T_ .3v 1 "\\Z'\\*(SN'\\h'4n'\\$1 \" add to TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
224 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
225 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
226 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
227
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
228 . \" H2 - Subsection
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
229 .de H2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
230 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
231 .ne 4
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
232 .NH 3
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
233 \&\\*(SN \\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
234 .T_ 0 2 "\\Z'\\*(SN'\\h'5.5n'\\$1 \" add to TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
235 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
236 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
237 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
238
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
239 . \" U1 - Section ($2=="yes" -> add to TOC)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
240 .de U1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
241 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
242 .ne 7
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
243 .sp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
244 .lg 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
245 .nr PS +2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
246 .nr VS +2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
247 .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
248 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
249 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
250 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
251 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
252 .nr PS -2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
253 .nr VS -2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
254 .lg
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
255 .T_ .3v 1 "\\$1 \" add to TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
256 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
257 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
258 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
259
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
260
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
261 . \" U2 - Subsection unnumbered ($2=="yes" -> add to TOC)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
262 .de U2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
263 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
264 .ne 4
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
265 .SH
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
266 \&\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
267 .if '\\$2'yes' .T_ 0 2 "\\Z'\\*(SN'\\h'5.5n'\\$1 \" add to TOC
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
268 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
269 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
270 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
271
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
272 . \" U3 - Subsubsection unnumbered
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
273 .de U3
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
274 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
275 .ne 4
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
276 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
277 .sp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
278 .I "\\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
279 .RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
280 .nr PP 0
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
281 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
282
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
283 . \" P - Paragraph (indented unless following a heading)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
284 .de P
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
285 .ie \\n(PP .PP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
286 .el .LP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
287 .nr PP 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
288 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
289
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
290 .am LP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
291 .nr PP 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
292 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
293
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
294
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
295 . \" LI - Numbered paragraph ``list item'' ($1=label)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
296 .de LI
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
297 .ie \\n(.$ .IP "\\h'\\n(PIu'\\$1." 2u*\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
298 .el .IP "\\h'\\n(PIu'\\(bu" 2u*\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
299 .nr PP 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
300 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
301 .ig \" backup
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
302 .ie \\n(.$ .IP "\h'1n'\\$1"
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
303 .el .IP "\h'1.5n'\\(bu"
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
304 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
305
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
306 . \" BU - Bulleted paragraph
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
307 .de BU
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
308 .LI
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
309 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
310
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
311 . \" QS - Block quote start
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
312 .de QS
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
313 .ti \\n(.iu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
314 .\"RT
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
315 .sp 2u*\\n(PDu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
316 .ne 1.1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
317 .ps -1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
318 .vs -1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
319 .in +\\n(QIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
320 .ll -\\n(QIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
321 .ti \\n(.iu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
322 .\"if \\n(Qp .ti +\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
323 .\"nr QP 1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
324 .\"rr Qp
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
325 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
326
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
327 . \" QP - Block quote paragraph
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
328 .de QP
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
329 .sp \n(PDu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
330 .ne 1.1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
331 .ti +\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
332 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
333
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
334 . \" QP - Block quote end
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
335 .de QE
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
336 .sp \\n(PDu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
337 .in -\\n(QIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
338 .ll +\\n(QIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
339 .ti \\n(.iu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
340 .ps +1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
341 .vs +1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
342 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
343
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
344 . \" DS - Code display
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
345 .am DS
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
346 .ft CW
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
347 .ps -1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
348 .ta T 8n
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
349 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
350
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
351 . \" VS - verbatim text start (\\ -> ^G; ' -> disabled; . -> ^B)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
352 .de VS
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
353 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
354 .ne 3
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
355 .sp \n(DDu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
356 .di _V
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
357 .nf
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
358 .ft CW
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
359 .ps -.5
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
360 .\" set up verbatim environment
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
361 \.blm
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
362 \.ec 
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
363 \.c2 ""
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
364 \.cc 
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
365 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
366
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
367 . \" VE - verbatim text end (NOTE: Needs to be called as ^BVE !)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
368 .de VE
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
369 \" restore the special characters
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
370 cc
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
371 .c2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
372 .ec
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
373 .br
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
374 .di
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
375 .ne \\n(dnu+1v \" ensure enough space on the page
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
376 .in +2u*\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
377 .ta T 8n
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
378 \.ec  \" set up verbatim environment, once again
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
379 \.c2 ""
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
380 \.cc 
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
381 _V \" output the verbatim content
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
382 \" restore the special characters
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
383 cc
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
384 .c2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
385 .ec
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
386 .blm __
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
387 .in -2u*\\n(PIu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
388 .sp \n(DDu
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
389 .ps +.5
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
390 .ft P
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
391 .fi
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
392 .TA
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
393 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
394
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
395 . \" VF - verbatim text from file ($1=filename)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
396 .de VF
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
397 .VS
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
398 so $1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
399 VE
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
400 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
401
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
402 .de Fn \" file name
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
403 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
404 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
405 .de Pn \" program name
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
406 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
407 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
408 .de Fu \" function
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
409 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
410 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
411 .de Ev \" env variable
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
412 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
413 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
414 .de Cl \" command line
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
415 `\c
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
416 .CW "\\$1" "'\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
417 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
418 .de Sw \" switch
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
419 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
420 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
421 .de Ar \" argument
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
422 .CW "\f(CI\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
423 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
424 .de Mp \" man page
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
425 .I "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
426 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
427 .de Pe \" profile entry
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
428 .CW "\\$1" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
429 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
430 .de Hd \" mail header field
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
431 .CW "\\$1:\&" "\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
432 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
433
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
434 .de Ci \" commit hash ref
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
435 .ds _t \\$1
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
436 .substring _t 0 6
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
437 [\(rh\|\fL\\*(_t\fP]\\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
438 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
439
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
440 . \" Cf - reference within the document ($1=name of ref file)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
441 .de Cf
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
442 \.if !\\nZ .so refs/\\$1 \c
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
443 \\$2
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
444 ..
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
445
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
446 . \" Id - put a referenceable marker here ($1=identifier)
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
447 .de Id
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
448 .tm REF____\\$1\t\\*(SN\t\\n(PN
c264ce6f5b83 let's start with that
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
449 ..