annotate style @ 113:4a1f5ec6220d

makefile: Minor improvements.
author markus schnalke <meillo@marmaro.de>
date Mon, 25 Jun 2012 10:07:33 +0200
parents da72a0720247
children f9bf4d5ac1ba
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
82
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
20 .ftr CW -\-`\`'\'
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
21 .ftr CI -\-`\`'\'
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
22 .ftr CB -\-`\`'\'
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
23 .ftr L -\-`\`'\'
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
24 .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
25 .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
26 .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
27 .feature IC +onum +smcp
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
28 .fp 0 BC LinLibertine_RB otf
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
29 .feature BC +onum +smcp
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 .ig
75
0927d38589af style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents: 73
diff changeset
32 . nr PS 11
0927d38589af style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents: 73
diff changeset
33 . nr VS 13
0927d38589af style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents: 73
diff changeset
34 . padj
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
35 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
36
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
37 .nr PI 3n
41
443dda7ccb4a style: Decreased spacing between paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 40
diff changeset
38 .nr PD .3v
91
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
39 .nr QI 6n
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
40 .nr lu 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
41 .af PN i
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
42
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
43 .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
44 .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
45 .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
46 .ds CH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
47
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
48 .nr HM 3.3c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
49 .nr FM 6.6c
75
0927d38589af style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents: 73
diff changeset
50 .nr LL 13c
0927d38589af style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents: 73
diff changeset
51 .ll 13c
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
52 .nr LT \n(LL
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
53
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
54 . \" _M - change margins for text block on next page
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
55 .de _M
99
468c2bdc6b1a style: Absolute page offsets are much simpler; front page truly centered
markus schnalke <meillo@marmaro.de>
parents: 98
diff changeset
56 .if t .if o .nr PO 5c
468c2bdc6b1a style: Absolute page offsets are much simpler; front page truly centered
markus schnalke <meillo@marmaro.de>
parents: 98
diff changeset
57 .if t .if e .nr PO 3c
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
58 .ds CF "
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 .wh -1u _M
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
61
90
106fd9f80dd8 style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents: 84
diff changeset
62 . \" Lp - enlarge the current page by one line to avoid widows
106fd9f80dd8 style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents: 84
diff changeset
63 .de Lp
106fd9f80dd8 style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents: 84
diff changeset
64 .ch FO -\n(FMu+1v
106fd9f80dd8 style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents: 84
diff changeset
65 ..
106fd9f80dd8 style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents: 84
diff changeset
66
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
67 . \" CW - Set text in CW font (similar to .B and .I)
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
68 .de CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
69 .nr PQ \\n(.f
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
70 .if t \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
71 . ft CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
72 . if !^\\$1^^ \&\\$1\f\\n(PQ\\$2
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 .if n \{\
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
75 . ie ^\\$1^^ .ul 999
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
76 . el .ul 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
77 . if \\n(.$=1 \&\\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
78 . if \\n(.$>1 \&\\$1\c
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
79 . if \\n(.$>1 \&\\$2
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
80 .\}
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
81 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
82
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
83 . \" refer(1) stuff
35
115bbf438967 style: Improved the ref format slightly; improved and fixed H0.
markus schnalke <meillo@marmaro.de>
parents: 29
diff changeset
84 .ds [. " [
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
85 .ds .] ]
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
86 .rm ]<
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
87 .de ]<
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
88 . LP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
89 . de FP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
90 . IP \\\\$1.
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
91 \\..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
92 . rm FS FE
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
93 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
94
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
95 . \" PT - page top macro of ms
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
96 .am PT
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
97 . rs
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
98 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
99
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
100
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
101 . \" RN - Reset PN and continue on an odd page ($1=number-format)
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
102 .de RN
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
103 .ie e .pn 1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
104 .el \{
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
105 . pn 0
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
106 . bp
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
107 .\}
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
108 .ie \\n(.$=1 .af PN \\$1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
109 .el .af PN 1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
110 ..
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
111
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
112
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
113 . \" T_ - Add TOC entry ($1=pre-space $2=indent-level $3=text)
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
114 .de T_
79
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
115 .tm TOC____.sp \\$1
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
116 .tm TOC____\&\\h'\\$2u*2u*\\n(PIu'\\$3\0\0\a\t\\n(PN\fR
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
117 ..
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
118
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
119 . \" NH - redefine numbered heading
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
120 .de NH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
121 .SH
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
122 .nr NS \\$1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
123 .if !\\n(.$ .nr NS 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
124 .if !\\n(NS .nr NS 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
125 .nr H\\n(NS +1
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
126 .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
127 .if \\n(NS<3 .nr H3 0
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
128 .ds SN \\n(H1
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
129 .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
130 .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
131 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
132
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
133 . \" H- - Chapter unnumbered and not in TOC ($2=="no" -> no page hdrs)
40
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
134 .de H-
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
135 .EH "
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
136 .OH "
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
137 .bp
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
138 .if e .rs \" move to an odd page
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
139 .if e .bp
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
140 .lg 0
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
141 .nr PS +6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
142 .nr VS +6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
143 .SH
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
144 .ce 1
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
145 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
146 \&\\$1
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
147 .br
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
148 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
149 .nr PS -6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
150 .nr VS -6
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
151 .lg
40
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
152 .if !,\\$2,no, \{
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
153 . EH "\\\\*(_E
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
154 . ie \\n(H1 .OH "\\\\*(_O
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
155 . el .OH "\\\\*(_o
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
156 . ds CF \\n(PN
7b620f6b1e97 style: TOC is in corporate design now; Extended AB macro and renamed it to H-.
markus schnalke <meillo@marmaro.de>
parents: 39
diff changeset
157 .\}
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
158 .RT
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
159 .sp 4
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
160 .nr PP 0
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
161 ..
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
162
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
163 . \" H0 - Chapter ($2=="no" -> not numbered)
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
164 .de H0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
165 .EH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
166 .OH "
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
167 .bp
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
168 .if e .rs \" begin chapter on an odd page
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
169 .if e .bp
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
170 .lg 0
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
171 .nr PS +6
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
172 .nr VS +6
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
173 .ie ,\\$2,no, .SH
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
174 .el \{\
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
175 . NH 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
176 . ce 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
177 Chapter \\*(SN
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
178 . sp .5
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
179 .\}
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
180 .ce 1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
181 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
182 \&\\$1
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
183 .br
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
184 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
185 .nr PS -6
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
186 .nr VS -6
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
187 .lg
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
188 .\" add to TOC
79
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
189 .rm t_
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
190 .if !,\\$2,no, .ds t_ \\*(SN\0\0
f3c95ee96cc4 Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents: 77
diff changeset
191 .T_ .5v 0 "\fB\\*(t_\\$1
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
192 .\" set page headers and footers
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
193 .EH "\\\\*(_E
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
194 .ds _C "\\$1
29
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
195 .ie \\n(H1 .OH "\\\\*(_O
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
196 .el .OH "\\\\*(_o
6afbb4a49962 Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents: 19
diff changeset
197 .ds CF \\n(PN
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
198 .RT
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
199 .sp 4
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
200 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
201 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
202
39
22ae3981a76b style: New RN macro to reset page numbers and change their style.
markus schnalke <meillo@marmaro.de>
parents: 35
diff changeset
203
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
204 . \" H1 - Section ($2=="no" -> not numbered)
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
205 .de H1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
206 .br
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
207 .ne 7
1
8fea9ed7c298 A bit less space before headings.
markus schnalke <meillo@marmaro.de>
parents: 0
diff changeset
208 .sp
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
209 .lg 0
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
210 .nr PS +2
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
211 .nr VS +2
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
212 .ie '\\$2'no' .SH
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
213 .el .NH 2
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
214 .if !'\\$2'no' \&\\*(SN
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
215 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
216 \&\\$1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
217 .br
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
218 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
219 .nr PS -2
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
220 .nr VS -2
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
221 .lg
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
222 .if !'\\$2'no' .T_ .3v 1 "\\*(SN\0\0\\$1 \" add to TOC
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
223 .RT
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
224 .nr PP 0
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
225 ..
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
226
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
227 . \" H2 - Subsection
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
228 .de H2
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
229 .br
7
7497062adc82 style: Need a bit less space for a heading.
markus schnalke <meillo@marmaro.de>
parents: 6
diff changeset
230 .ne 4
59
cd50590902d3 style: Fixes for TOC
markus schnalke <meillo@marmaro.de>
parents: 46
diff changeset
231 .NH 3
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
232 \&\\*(SN \\$1
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
233 .T_ 0 2 "\\*(SN\0\0\\$1 \" add to TOC
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
234 .RT
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
235 .nr PP 0
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
236 ..
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
237
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
238 . \" U2 - Subsection unnumbered
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
239 .de U2
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
240 .br
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
241 .ne 4
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
242 .SH
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
243 \&\\$1
11
9a313c929a2a style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents: 7
diff changeset
244 .RT
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
245 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
246 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
247
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
248 . \" U3 - Subsubsection unnumbered
73
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
249 .de U3
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
250 .br
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
251 .ne 4
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
252 .RT
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
253 .sp
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
254 .I "\\$1
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
255 .RT
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
256 .nr PP 0
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
257 ..
4e1715537e2f style: Introduced U3.
markus schnalke <meillo@marmaro.de>
parents: 70
diff changeset
258
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
259 . \" P - Paragraph (indented unless following a heading)
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
260 .de P
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
261 .ie \\n(PP .PP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
262 .el .LP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
263 .nr PP 1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
264 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
265
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
266 . \" IP - Paragraph with hanging label
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
267 .am IP
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
268 .nr PP 0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
269 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
270
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
271 . \" BU - Bulleted paragraph
6
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
272 .de BU
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
273 .IP \(bu
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
274 ..
2136d3e29f12 style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents: 1
diff changeset
275
98
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
276 . \" QS - Block quote start
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
277 .de QS
91
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
278 .ti \\n(.iu
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
279 .RT
98
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
280 .sp 2u*\\n(PDu
91
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
281 .ne 1.1
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
282 .ps -1
103
da72a0720247 style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 99
diff changeset
283 .vs -1
91
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
284 .in +\\n(QIu
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
285 .ll -\\n(QIu
87bc954b9e6a style: Let's have an own version of the QP macro. It indents paragraphs.
markus schnalke <meillo@marmaro.de>
parents: 90
diff changeset
286 .ti \\n(.iu
98
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
287 .\"if \\n(Qp .ti +\\n(PIu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
288 .\"nr QP 1
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
289 .\"rr Qp
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
290 ..
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
291
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
292 . \" QP - Block quote paragraph
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
293 .de QP
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
294 .sp \n(PDu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
295 .ne 1.1
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
296 .ti +\\n(PIu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
297 ..
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
298
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
299 . \" QP - Block quote end
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
300 .de QE
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
301 .sp \\n(PDu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
302 .in -\\n(QIu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
303 .ll +\\n(QIu
d894191d7a33 style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 91
diff changeset
304 .ti \\n(.iu
103
da72a0720247 style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 99
diff changeset
305 .ps +1
da72a0720247 style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents: 99
diff changeset
306 .vs +1
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
307 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
308
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
309 . \" DS - Code display
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
310 .am DS
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
311 .ft CW
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
312 .ps -1
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
313 .ta T 8n
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
314 ..
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
315
82
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
316 . \" VS - verbatim text start (\\ -> ^G; ' -> disabled; . -> ^B)
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
317 .de VS
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
318 .br
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
319 .ne 4
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
320 .sp \n(DDu
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
321 .if t .in +.5i
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
322 .if n .in +8n
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
323 .nf
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
324 .ft CW
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
325 .\" ps -1
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
326 .ta T 8n
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
327 .\" set up verbatim environment
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
328 \.blm
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
329 \.ec 
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
330 \.c2 ""
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
331 \.cc 
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
332 ..
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
333
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
334 . \" VE - verbatim text end (NOTE: Needs to be called as ^BVE !)
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
335 .de VE
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
336 \" restore the special characters
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
337 cc
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
338 .c2
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
339 .ec
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
340 .blm __
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
341 .if t .in -.5i
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
342 .if n .in -8n
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
343 .sp \n(DDu
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
344 .ft P
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
345 .fi
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
346 .TA
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
347 ..
ff4537327162 Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents: 81
diff changeset
348
83
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
349 . \" VF - verbatim text from file ($1=filename)
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
350 .de VF
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
351 .VS
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
352 so $1
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
353 VE
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
354 ..
99ab58dc891f New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents: 82
diff changeset
355
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
356 . \" FA - XXX somehow related to footnotes?
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
357 .am FA
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
358 .ps 8
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
359 .vs 9
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
360 ..
18
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
361
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
362 .de Fn \" file name
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
363 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
364 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
365 .de Pn \" program name
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
366 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
367 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
368 .de Fu \" function
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
369 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
370 ..
19
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
371 .de Ev \" env variable
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
372 .CW "\\$1" "\\$2
ab5253e48c74 Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents: 18
diff changeset
373 ..
18
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
374 .de Cl \" command line
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
375 `\c
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
376 .CW "\\$1" "'\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
377 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
378 .de Sw \" switch
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
379 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
380 ..
84
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
381 .de Ar \" argument
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
382 .CW "\f(CI\\$1" "\\$2
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
383 ..
18
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
384 .de Mp \" man page
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
385 .I "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
386 ..
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
387 .de Pe \" profile entry
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
388 .CW "\\$1" "\\$2
db3567c9cc3f style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents: 15
diff changeset
389 ..
84
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
390 .de Hd \" mail header field
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
391 .CW "\\$1:\&" "\\$2
c35ec2b7de5d style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents: 83
diff changeset
392 ..
67
26a2e3d2f9d3 style: Added .Ci for code repo commit references.
markus schnalke <meillo@marmaro.de>
parents: 64
diff changeset
393
81
5fb821ed6f3c style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents: 79
diff changeset
394 .de Ci \" commit hash ref
70
d6840bfbe04c style: Use .substring to print only a prefix of the commit hash.
markus schnalke <meillo@marmaro.de>
parents: 67
diff changeset
395 .ds _t \\$1
d6840bfbe04c style: Use .substring to print only a prefix of the commit hash.
markus schnalke <meillo@marmaro.de>
parents: 67
diff changeset
396 .substring _t 0 6
67
26a2e3d2f9d3 style: Added .Ci for code repo commit references.
markus schnalke <meillo@marmaro.de>
parents: 64
diff changeset
397 [\(rh
70
d6840bfbe04c style: Use .substring to print only a prefix of the commit hash.
markus schnalke <meillo@marmaro.de>
parents: 67
diff changeset
398 .CW "\\*(_t" "]\\$2
67
26a2e3d2f9d3 style: Added .Ci for code repo commit references.
markus schnalke <meillo@marmaro.de>
parents: 64
diff changeset
399 ..
77
0947c24dd4c6 style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents: 75
diff changeset
400
0947c24dd4c6 style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents: 75
diff changeset
401 .de Cf \" cf. (ref within document)
0947c24dd4c6 style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents: 75
diff changeset
402 (\(-> \\$1)\\$2
0947c24dd4c6 style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents: 75
diff changeset
403 ..