annotate style @ 29:6afbb4a49962

Style changes (correct OH); Outcommented Abstract.
author markus schnalke <meillo@marmaro.de>
date Wed, 09 May 2012 15:19:30 +0200
parents ab5253e48c74
children 115bbf438967
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1 .do xflag 3
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
2 .de __
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
3 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
4 .blm __ \" ignore empty lines in input
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
5 .lc_ctype en_US.utf8
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
6 .mediasize a4
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
7
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
8 .fp 1 R LinLibertine_R otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
9 .feature R +onum
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
10 .fp 2 I LinLibertine_RI otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
11 .feature I +onum
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
12 .fp 3 B LinLibertine_RB otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
13 .feature B +onum
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
14 .fp 4 BI LinLibertine_RBI otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
15 .feature BI +onum
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
16 .fp 5 CW TerminusMedium-4.36 ttf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
17 .fp 0 CI TerminusMediumItalic-4.36 ttf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
18 .fp 0 CB TerminusBold-4.36 ttf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
19 .fp 0 L TerminusMedium-4.36 ttf
15
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
20 .fp 0 SC LinLibertine_R otf
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
21 .feature SC +onum +smcp
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
22 .fp 0 IC LinLibertine_RI otf
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
23 .feature IC +onum +smcp
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
24 .fp 0 BC LinLibertine_RB otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
25 .feature BC +onum +smcp
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
26
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
27 .ig
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
28 . nr PS 10
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
29 . nr VS 12
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
30 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
31
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
32 .nr PI 3n
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
33 .nr PD .5v
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
34 .nr lu 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
35 .af PN i
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
36
15
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
37 .ds _E '\\\\n(PN''\f(SCMarkus Schnalke: The Modern Mail Handler\fP' \" left
66d1835189ad style: renamed font RC to SC and added font IC. (All concerning small caps.)
markus schnalke <meillo@marmaro.de>
parents: 11
diff changeset
38 .ds _O '\f(SCChapter \\\\n(H1\ \ \\\\*(_C\fP''\\\\n(PN' \" right
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
39 .ds _o '\f(SC\\\\*(_C\fP''\\\\n(PN' \" right
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
40 .ds CH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
41
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
42 .nr HM 3.3c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
43 .nr FM 6.6c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
44 .nr LL 14c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
45 .ll 14c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
46 .nr LT \n(LL
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
47 .nr PO 2.3c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
48 .de _X
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
49 \&
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
50 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
51 .wh 2.8c _X
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
52
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
53 .de _M \" change margins for text block on next page
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
54 .if e .nr PO -2.3c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
55 .if o .nr PO +2.3c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
56 .ds CF "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
57 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
58 .wh -1u _M
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
59
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
60 .de CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
61 .nr PQ \\n(.f
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
62 .if t \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
63 . ft CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
64 . if !^\\$1^^ \&\\$1\f\\n(PQ\\$2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
65 .\}
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
66 .if n \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
67 . ie ^\\$1^^ .ul 999
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
68 . el .ul 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
69 . if \\n(.$=1 \&\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
70 . if \\n(.$>1 \&\\$1\c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
71 . if \\n(.$>1 \&\\$2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
72 .\}
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
73 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
74
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
75 .ds [. [
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
76 .ds .] ]
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
77 .rm ]<
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
78 .de ]<
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
79 . LP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
80 . de FP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
81 . IP \\\\$1.
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
82 \\..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
83 . rm FS FE
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
84 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
85
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
86 .am PT
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
87 . rs
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
88 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
89
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
90 .rm NH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
91 .de NH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
92 .SH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
93 .nr NS \\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
94 .if !\\n(.$ .nr NS 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
95 .if !\\n(NS .nr NS 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
96 .nr H\\n(NS +1
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
97 .if \\n(NS<2 .nr H2 0
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
98 .if \\n(NS<3 .nr H3 0
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
99 .ds SN \\n(H1
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
100 .if \\n(NS>1 .as SN \&.\\n(H2
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
101 .if \\n(NS>2 .as SN \&.\\n(H3
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
102 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
103
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
104 .de AB
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
105 .EH "
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
106 .OH "
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
107 .bp
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
108 .if e .bp
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
109 \
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
110 .lg 0
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
111 .nr PS +6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
112 .nr VS +6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
113 .SH
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
114 .ce 1
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
115 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
116 \&\\$1
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
117 .br
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
118 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
119 .nr PS -6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
120 .nr VS -6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
121 .lg
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
122 .RT
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
123 .sp 4
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
124 .nr PP 0
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
125 ..
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
126
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
127 .de H0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
128 .EH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
129 .OH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
130 .bp
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
131 .if e .bp
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
132 \
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
133 . lg 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
134 . nr PS +6
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
135 . nr VS +6
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
136 .if \\n(.$=2 .if ,\\$2,no, .SH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
137 .if \\n(.$=1 \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
138 . NH 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
139 . ce 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
140 Chapter \\*(SN
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
141 . sp .5
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
142 .\}
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
143 . ce 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
144 . tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
145 \&\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
146 . br
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
147 . tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
148 . nr PS -6
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
149 . nr VS -6
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
150 . lg
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
151 .ds _C "\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
152 . RT
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
153 . XS
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
154 . sp .5v
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
155 . B
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
156 .if ''\\*(SN' \&\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
157 .if \\*(SN \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
158 Chapter \\*(SN \\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
159 .\}
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
160 . XE
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
161 .EH "\\\\*(_E
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
162 .ie \\n(H1 .OH "\\\\*(_O
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
163 .el .OH "\\\\*(_o
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
164 .ds CF \\n(PN
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
165 .sp 4
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
166 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
167 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
168
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
169 .de H1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
170 .br
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
171 .ne 7
1
8fea9ed7c298 A bit less space before headings.
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
172 .sp
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
173 . nr PS +2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
174 . nr VS +2
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
175 .if '\\$2'no' .SH
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
176 .if \\n(.$=1 .NH 2
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
177 . lg 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
178 . tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
179 .if !'\\$2'no' \&\\*(SN
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
180 \\$1
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
181 . br
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
182 . tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
183 . nr PS -2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
184 . nr VS -2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
185 . lg
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
186 . RT
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
187 .if !'\\$2'no' \{\
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
188 .ds _S "\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
189 . XS
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
190 \\*(SN \\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
191 . XE
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
192 .\}
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
193 .nr PP 0
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
194 ..
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
195
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
196 .de H2
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
197 .br
7
7497062adc82 style: Need a bit less space for a heading.
markus schnalke <meillo@marmaro.de>
parents: 6
diff changeset
198 .ne 4
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
199 .if \\n(.$=1 .NH 3
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
200 \&\\*(SN
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
201 \\$1
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
202 .RT
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
203 .ds _S "\\$1
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
204 .XS
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
205 \\*(SN \\$1
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
206 .XE
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
207 .nr PP 0
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
208 ..
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
209
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
210 .de U2
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
211 .br
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
212 .ne 4
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
213 .SH
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
214 .if \\n(.$=1 .NH 3
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
215 \\$1
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
216 .RT
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
217 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
218 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
219
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
220 .de P
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
221 .ie \\n(PP .PP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
222 .el .LP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
223 .nr PP 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
224 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
225
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
226 .am IP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
227 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
228 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
229
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
230 .de BU
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
231 .IP \(bu
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
232 ..
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
233
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
234 .am QP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
235 .ps -1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
236 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
237
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
238 .am DS
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
239 .ft CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
240 .ps -1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
241 .ta T 8n
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
242 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
243 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
244
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
245 .am FA
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
246 .ps 8
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
247 .vs 9
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
248 ..
18
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
249
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
250 .de Fn \" file name
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
251 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
252 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
253 .de Pn \" program name
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
254 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
255 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
256 .de Fu \" function
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
257 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
258 ..
19
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
259 .de Ev \" env variable
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
260 .CW "\\$1" "\\$2
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
261 ..
18
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
262 .de Cl \" command line
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
263 `\c
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
264 .CW "\\$1" "'\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
265 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
266 .de Sw \" switch
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
267 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
268 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
269 .de Mp \" man page
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
270 .I "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
271 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
272 .de Pe \" profile entry
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
273 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
274 ..