Mercurial > docs > master
annotate style @ 173:4c7db172fb59
Various corrections and improvements.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 10 Jul 2012 17:26:05 +0200 |
parents | 97461b0b34d2 |
children | 846f6a67f44e |
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 |
152
1b9bdc178610
style: Switch to french spacing. *yay*
markus schnalke <meillo@marmaro.de>
parents:
151
diff
changeset
|
37 .ss 12 0 \" the second (non-portable) argument requests french spacing |
1b9bdc178610
style: Switch to french spacing. *yay*
markus schnalke <meillo@marmaro.de>
parents:
151
diff
changeset
|
38 |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
39 .nr PI 4n |
41
443dda7ccb4a
style: Decreased spacing between paragraphs.
markus schnalke <meillo@marmaro.de>
parents:
40
diff
changeset
|
40 .nr PD .3v |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
41 .nr QI 2u*\n(PIu |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
42 .nr lu 0 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
43 .af PN i |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
44 |
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
|
45 .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
|
46 .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
|
47 .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
|
48 .ds CH " |
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 .nr HM 3.3c |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
51 .nr FM 6.6c |
75
0927d38589af
style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents:
73
diff
changeset
|
52 .nr LL 13c |
0927d38589af
style: Increased middle margin a bit, decreasing line length.
markus schnalke <meillo@marmaro.de>
parents:
73
diff
changeset
|
53 .ll 13c |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
54 .nr LT \n(LL |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
55 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
56 . \" _M - change margins for text block on next page |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
57 .de _M |
99
468c2bdc6b1a
style: Absolute page offsets are much simpler; front page truly centered
markus schnalke <meillo@marmaro.de>
parents:
98
diff
changeset
|
58 .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
|
59 .if t .if e .nr PO 3c |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
60 .ds CF " |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
61 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
62 .wh -1u _M |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
63 |
90
106fd9f80dd8
style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents:
84
diff
changeset
|
64 . \" 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
|
65 .de Lp |
106fd9f80dd8
style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents:
84
diff
changeset
|
66 .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
|
67 .. |
106fd9f80dd8
style: Added Lp macro that encounters widows by having one line more.
markus schnalke <meillo@marmaro.de>
parents:
84
diff
changeset
|
68 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
69 . \" 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
|
70 .de CW |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
71 .nr PQ \\n(.f |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
72 .if t \{\ |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
73 . ft CW |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
74 . if !^\\$1^^ \&\\$1\f\\n(PQ\\$2 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
75 .\} |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
76 .if n \{\ |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
77 . ie ^\\$1^^ .ul 999 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
78 . el .ul 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
79 . if \\n(.$=1 \&\\$1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
80 . if \\n(.$>1 \&\\$1\c |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
81 . if \\n(.$>1 \&\\$2 |
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 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
84 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
85 . \" refer(1) stuff |
35
115bbf438967
style: Improved the ref format slightly; improved and fixed H0.
markus schnalke <meillo@marmaro.de>
parents:
29
diff
changeset
|
86 .ds [. " [ |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
87 .ds .] ] |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
88 .rm ]< |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
89 .de ]< |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
90 . de FP |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
91 . IP \\\\$1 |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
92 \\.. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
93 . rm FS FE |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
94 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
95 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
96 . \" PT - page top macro of ms |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
97 .am PT |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
98 . rs |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
99 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
100 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
101 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
102 . \" 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
|
103 .de RN |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
104 .ie e .pn 1 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
105 .el \{ |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
106 . pn 0 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
107 . bp |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
108 .\} |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
109 .ie \\n(.$=1 .af PN \\$1 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
110 .el .af PN 1 |
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 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
114 . \" 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
|
115 .de T_ |
79
f3c95ee96cc4
Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents:
77
diff
changeset
|
116 .tm TOC____.sp \\$1 |
f3c95ee96cc4
Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents:
77
diff
changeset
|
117 .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
|
118 .. |
f3c95ee96cc4
Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents:
77
diff
changeset
|
119 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
120 . \" NH - redefine numbered heading |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
121 .de NH |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
122 .SH |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
123 .nr NS \\$1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
124 .if !\\n(.$ .nr NS 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
125 .if !\\n(NS .nr NS 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
126 .nr H\\n(NS +1 |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
127 .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
|
128 .if \\n(NS<3 .nr H3 0 |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
129 .ds SN \\n(H1 |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
130 .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
|
131 .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
|
132 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
133 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
134 . \" 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
|
135 .de H- |
29
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
136 .EH " |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
137 .OH " |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
138 .bp |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
139 .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
|
140 .if e .bp |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
141 .lg 0 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
142 .nr PS +6 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
143 .nr VS +6 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
144 .SH |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
145 .ce 1 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
146 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
147 \&\\$1 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
148 .br |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
149 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
150 .nr PS -6 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
151 .nr VS -6 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
152 .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
|
153 .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
|
154 . 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
|
155 . 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
|
156 . 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
|
157 . 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
|
158 .\} |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
159 .RT |
29
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
160 .sp 4 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
161 .nr PP 0 |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
162 .. |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
163 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
164 . \" H0 - Chapter ($2=="no" -> not numbered) |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
165 .de H0 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
166 .EH " |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
167 .OH " |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
168 .bp |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
169 .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
|
170 .if e .bp |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
171 .lg 0 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
172 .nr PS +6 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
173 .nr VS +6 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
174 .ie ,\\$2,no, .SH |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
175 .el \{\ |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
176 . NH 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
177 . ce 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
178 Chapter \\*(SN |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
179 . sp .5 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
180 .\} |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
181 .ce 1 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
182 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
183 \&\\$1 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
184 .br |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
185 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
186 .nr PS -6 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
187 .nr VS -6 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
188 .lg |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
189 .\" add to TOC |
79
f3c95ee96cc4
Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents:
77
diff
changeset
|
190 .rm t_ |
f3c95ee96cc4
Moved TOC from end to beginning; extended makefile.
markus schnalke <meillo@marmaro.de>
parents:
77
diff
changeset
|
191 .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
|
192 .T_ .5v 0 "\fB\\*(t_\\$1 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
193 .\" set page headers and footers |
29
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
194 .EH "\\\\*(_E |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
195 .ds _C "\\$1 |
29
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
196 .ie \\n(H1 .OH "\\\\*(_O |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
197 .el .OH "\\\\*(_o |
6afbb4a49962
Style changes (correct OH); Outcommented Abstract.
markus schnalke <meillo@marmaro.de>
parents:
19
diff
changeset
|
198 .ds CF \\n(PN |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
199 .RT |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
200 .sp 4 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
201 .nr PP 0 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
202 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
203 |
39
22ae3981a76b
style: New RN macro to reset page numbers and change their style.
markus schnalke <meillo@marmaro.de>
parents:
35
diff
changeset
|
204 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
205 . \" H1 - Section ($2=="no" -> not numbered) |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
206 .de H1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
207 .br |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
208 .ne 7 |
1
8fea9ed7c298
A bit less space before headings.
markus schnalke <meillo@marmaro.de>
parents:
0
diff
changeset
|
209 .sp |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
210 .lg 0 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
211 .nr PS +2 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
212 .nr VS +2 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
213 .ie '\\$2'no' .SH |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
214 .el .NH 2 |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
215 .if !'\\$2'no' \&\\*(SN |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
216 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
217 \&\\$1 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
218 .br |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
219 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
220 .nr PS -2 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
221 .nr VS -2 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
222 .lg |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
223 .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
|
224 .RT |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
225 .nr PP 0 |
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
226 .. |
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
227 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
228 . \" H2 - Subsection |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
229 .de H2 |
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
230 .br |
7
7497062adc82
style: Need a bit less space for a heading.
markus schnalke <meillo@marmaro.de>
parents:
6
diff
changeset
|
231 .ne 4 |
59 | 232 .NH 3 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
233 \&\\*(SN \\$1 |
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
234 .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
|
235 .RT |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
236 .nr PP 0 |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
237 .. |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
238 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
239 . \" U2 - Subsection unnumbered |
11
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
240 .de U2 |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
241 .br |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
242 .ne 4 |
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
243 .SH |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
244 \&\\$1 |
11
9a313c929a2a
style: Introduced .U2 for unnumbered .H2.
markus schnalke <meillo@marmaro.de>
parents:
7
diff
changeset
|
245 .RT |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
246 .nr PP 0 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
247 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
248 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
249 . \" U3 - Subsubsection unnumbered |
73 | 250 .de U3 |
251 .br | |
252 .ne 4 | |
253 .RT | |
254 .sp | |
255 .I "\\$1 | |
256 .RT | |
257 .nr PP 0 | |
258 .. | |
259 | |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
260 . \" P - Paragraph (indented unless following a heading) |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
261 .de P |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
262 .ie \\n(PP .PP |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
263 .el .LP |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
264 .nr PP 1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
265 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
266 |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
267 .am LP |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
268 .nr PP 1 |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
269 .. |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
270 |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
271 |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
272 . \" LI - Numbered paragraph ``list item'' ($1=label) |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
273 .de LI |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
274 .ie \\n(.$ .IP "\\h'\\n(PIu'\\$1." 2u*\\n(PIu |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
275 .el .IP "\\h'\\n(PIu'\\(bu" 2u*\\n(PIu |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
276 .nr PP 1 |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
277 .. |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
278 .ig \" backup |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
279 .ie \\n(.$ .IP "\h'1n'\\$1" |
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
280 .el .IP "\h'1.5n'\\(bu" |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
281 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
282 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
283 . \" BU - Bulleted paragraph |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
284 .de BU |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
285 .LI |
6
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
286 .. |
2136d3e29f12
style: added H2, added BU, rework in NH.
markus schnalke <meillo@marmaro.de>
parents:
1
diff
changeset
|
287 |
98
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
288 . \" QS - Block quote start |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
289 .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
|
290 .ti \\n(.iu |
137
83681ad27ec8
style: Allow nested quotes.
markus schnalke <meillo@marmaro.de>
parents:
119
diff
changeset
|
291 .\"RT |
98
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
292 .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
|
293 .ne 1.1 |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
294 .ps -1 |
103
da72a0720247
style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
99
diff
changeset
|
295 .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
|
296 .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
|
297 .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
|
298 .ti \\n(.iu |
98
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
299 .\"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
|
300 .\"nr QP 1 |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
301 .\"rr Qp |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
302 .. |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
303 |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
304 . \" QP - Block quote paragraph |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
305 .de QP |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
306 .sp \n(PDu |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
307 .ne 1.1 |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
308 .ti +\\n(PIu |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
309 .. |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
310 |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
311 . \" QP - Block quote end |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
312 .de QE |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
313 .sp \\n(PDu |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
314 .in -\\n(QIu |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
315 .ll +\\n(QIu |
d894191d7a33
style: Changed the block quote approach. New QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
91
diff
changeset
|
316 .ti \\n(.iu |
103
da72a0720247
style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
99
diff
changeset
|
317 .ps +1 |
da72a0720247
style: Font size fixes in QS and QE.
markus schnalke <meillo@marmaro.de>
parents:
99
diff
changeset
|
318 .vs +1 |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
319 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
320 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
321 . \" DS - Code display |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
322 .am DS |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
323 .ft CW |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
324 .ps -1 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
325 .ta T 8n |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
326 .. |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
327 |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
328 . \" 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
|
329 .de VS |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
330 .br |
119
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
331 .ne 3 |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
332 .sp \n(DDu |
119
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
333 .di _V |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
334 .nf |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
335 .ft CW |
119
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
336 .ps -.5 |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
337 .\" set up verbatim environment |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
338 \.blm |
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 \.c2 "" |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
341 \.cc |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
342 .. |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
343 |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
344 . \" 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
|
345 .de VE |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
346 \" restore the special characters |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
347 cc |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
348 .c2 |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
349 .ec |
119
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
350 .br |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
351 .di |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
352 .ne \\n(dnu+1v \" ensure enough space on the page |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
353 .in 2u*\\n(PIu |
119
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
354 .ta T 8n |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
355 \.ec \" set up verbatim environment, once again |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
356 \.c2 "" |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
357 \.cc |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
358 _V \" output the verbatim content |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
359 \" restore the special characters |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
360 cc |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
361 .c2 |
f9bf4d5ac1ba
style: Divert verbatim text (VS/VE) to handle page transitions.
markus schnalke <meillo@marmaro.de>
parents:
103
diff
changeset
|
362 .ec |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
363 .blm __ |
170
97461b0b34d2
style: Changed indent width; changed formating of lists.
markus schnalke <meillo@marmaro.de>
parents:
167
diff
changeset
|
364 .in \\n(PIu |
82
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
365 .sp \n(DDu |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
366 .ft P |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
367 .fi |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
368 .TA |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
369 .. |
ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
markus schnalke <meillo@marmaro.de>
parents:
81
diff
changeset
|
370 |
83
99ab58dc891f
New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents:
82
diff
changeset
|
371 . \" 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
|
372 .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
|
373 .VS |
99ab58dc891f
New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents:
82
diff
changeset
|
374 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
|
375 VE |
99ab58dc891f
New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents:
82
diff
changeset
|
376 .. |
99ab58dc891f
New macro: .VF to read verbatim text from file. Outsourced the MH session.
markus schnalke <meillo@marmaro.de>
parents:
82
diff
changeset
|
377 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
378 . \" FA - XXX somehow related to footnotes? |
0
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
379 .am FA |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
380 .ps 8 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
381 .vs 9 |
dc2bfef4cda7
Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
382 .. |
18
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
383 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
384 .de Fn \" file name |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
385 .CW "\\$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 Pn \" program name |
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 .. |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
390 .de Fu \" function |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
391 .CW "\\$1" "\\$2 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
392 .. |
19
ab5253e48c74
Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents:
18
diff
changeset
|
393 .de Ev \" env variable |
ab5253e48c74
Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents:
18
diff
changeset
|
394 .CW "\\$1" "\\$2 |
ab5253e48c74
Wrote about the directory split.
markus schnalke <meillo@marmaro.de>
parents:
18
diff
changeset
|
395 .. |
18
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
396 .de Cl \" command line |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
397 `\c |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
398 .CW "\\$1" "'\\$2 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
399 .. |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
400 .de Sw \" switch |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
401 .CW "\\$1" "\\$2 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
402 .. |
84
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
403 .de Ar \" argument |
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
404 .CW "\f(CI\\$1" "\\$2 |
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
405 .. |
18
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
406 .de Mp \" man page |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
407 .I "\\$1" "\\$2 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
408 .. |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
409 .de Pe \" profile entry |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
410 .CW "\\$1" "\\$2 |
db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
markus schnalke <meillo@marmaro.de>
parents:
15
diff
changeset
|
411 .. |
84
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
412 .de Hd \" mail header field |
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
413 .CW "\\$1:\&" "\\$2 |
c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
markus schnalke <meillo@marmaro.de>
parents:
83
diff
changeset
|
414 .. |
67
26a2e3d2f9d3
style: Added .Ci for code repo commit references.
markus schnalke <meillo@marmaro.de>
parents:
64
diff
changeset
|
415 |
81
5fb821ed6f3c
style: Refactoring and more comments
markus schnalke <meillo@marmaro.de>
parents:
79
diff
changeset
|
416 .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
|
417 .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
|
418 .substring _t 0 6 |
167
4b6518242c73
style: Improved typography of .Ci macro.
markus schnalke <meillo@marmaro.de>
parents:
152
diff
changeset
|
419 [\(rh\|\fL\\*(_t\fP]\\$2 |
67
26a2e3d2f9d3
style: Added .Ci for code repo commit references.
markus schnalke <meillo@marmaro.de>
parents:
64
diff
changeset
|
420 .. |
77
0947c24dd4c6
style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents:
75
diff
changeset
|
421 |
151
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
422 . \" Cf - reference within the document ($1=name of ref file) |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
423 .de Cf |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
424 \.if !\\nZ .so refs/\\$1 \c |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
425 \\$2 |
77
0947c24dd4c6
style: Added .Cf for references within the document.
markus schnalke <meillo@marmaro.de>
parents:
75
diff
changeset
|
426 .. |
151
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
427 |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
428 . \" Id - put a referenceable marker here ($1=identifier) |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
429 .de Id |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
430 .tm REF____\\$1\t\\*(SN\t\\n(PN |
ff3a6a0e6255
Added system for references within the document. Macros: .Id and .Cf.
markus schnalke <meillo@marmaro.de>
parents:
137
diff
changeset
|
431 .. |