summaryrefslogtreecommitdiffstats
path: root/g.tmac
blob: 496dbfa1da3c8159e73c7bbb398969f43af5c8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
.pn 0
.nr paragraph_indentation 2.3
.nr heading_current_number 1
.nr footnote_current_number 0
.nr footnote_vertical_spacing 5
\# font size
.nr footnote_point_size_reduction 3
\# default heading style
.ds heading_style DIGIT
.ds show_header yes
.ds show_footer yes
\######################################################################### 
.de place_footer_trap
.wh -3v paste_footer
..
\######################################################################### 
.de place_header_trap
.wh 0 paste_header
..
\######################################################################### 
.de place_ordinary_traps
.place_header_trap
.place_footer_trap
..
\######################################################################### 
.ev footnote_environment
.vs \n[footnote_vertical_spacing]
.ev
\######################################################################### 
\# IMPORTANT!
.place_ordinary_traps
\######################################################################### 
.de remove_footer_trap
.wh -3v
..
\######################################################################### 
.de remove_header_trap
.wh 0
..
\######################################################################### 
.nr header_text_from_top_spacing 1
.nr header_line_from_text_spacing 0.3
.nr header_real_text_from_line_spacing 2
.nr header_horizontal_line 1
.nr header_horizontal_line_thickness 0.5p
\######################################################################### 
.de paragraph
.ti \\n[paragraph_indentation]
..
\######################################################################### 
.de list
.ie '\\$1'end' \{\
.nr list_indentation 0
\}
.el \{\
.nr list_indentation 1
\}
..
\######################################################################### 
.de item
.br
\\n[list_indentation]) 
.nr list_indentation +1
..
\######################################################################### 
.de mark_item 
.if !'\\$1'' \{\
.nr \\$1 \\n[list_indentation]-1
\}
..
\######################################################################### 
.de heading
.br
.ie '\\*[heading_style]'NONE' \{\
\f[B] \\$1 \f[]
\}
.el 
.if '\\*[heading_style]'DIGIT' \{\
\f[B] \\n[heading_current_number]. 
\\$1 \f[]
.nr heading_current_number +1
\}
.br
..
\######################################################################### 
.de mark_heading
.if !'\\$1'' \{\
.if heading_current_number>0 \{\
.nr \\$1 \\n[heading_current_number]-1
\}
\}
..
\######################################################################### 
.de title
\v'5v'
.ce 9999
.ps +2
.ps -2
\f[B] \\$1 \f[]
.sp 1
.ce 0
.ds title_string \\$1
.if !d header_right \{\
.ds header_right \\*[title_string]
\}
.
..
\######################################################################### 
.de author
.ce 9999
\\$1 
.if !'\\$2'' \{\
.ps -1
\\$2
.ps +1
\}
.sp 1 
.ce 0
.
.ds author_string \\$1
.
.if !d header_left \{\
.ds header_left \\*[author_string]
\}
..
\######################################################################### 
.de footnote
.ie '\\$1'end' \{\
.ps +\\n[footnote_point_size_reduction]
.br
.boxa
.if !d there_is_a_footnote \{\
.wh -1i paste_footnote
.ds there_is_a_footnote "yes"
\}
\}
.el \{\
.nr footnote_current_number +1
[\\n[footnote_current_number]] 
.boxa footnote_text
.ps -\\n[footnote_point_size_reduction]
.
[\\n[footnote_current_number]] 
\}
..
\######################################################################### 
.de paste_footnote
\#just in case we are in a diversion when this hits the trap
.box
\# separator
.ev footnote_environment
\l'1i'
.footnote_text
.rm footnote_text
.br
.ev
.bp
..
\######################################################################### 
.de paste_footer
.ce 1
- \\n[.pn] -
.ce 0
.bp
..
\######################################################################### 
.de header
.ie '\\$1'no' \{\
.ds show_header no
\}
.el \{\
.ds header_left \\$1
.ds header_center \\$2
.ds header_right \\$3
\}
..
\######################################################################### 
.de footer
.ie '\\$1'no' \{\
.ds show_footer no
\}
.el \{\
.ds footer_left \\$1
.ds footer_center \\$2
.ds footer_right \\$3
\}
..
\######################################################################### 
.de draw_full_page_horisontal_line
\D't \\n[header_horizontal_line_thickness]'
\l'\\n[.ll]u'
..
.de paste_header
.if !(\\n[.pn]=1) \{\
.if '\\*[show_header]'yes' \{\
.sp \\n[header_text_from_top_spacing]
.ad l
\\*[header_left]
.br
.sp -1
.ad c
\\*[header_center]
.br
.sp -1
.ad r
\\*[header_right]
.br
.sp -1
.ad l
.sp \\n[header_line_from_text_spacing]
.draw_full_page_horisontal_line
.sp \\n[header_real_text_from_line_spacing]
\}
\}
..
\######################################################################### 
.als newpage bp
.als newline br
\######################################################################### 
.ig
.als параграф paragraph
.als заглавие title
.als автор author
.als списък list
.als елемент item 
.als новред newline
.als новастраница newpage
.als забележка footnote
.als надпис heading
.als щурц header
.als основа footer
..