metanorma-csa 2.1.8 → 2.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/csa/csa.standard.xsl +58 -11
- data/lib/isodoc/csa/html/csa.css +816 -0
- data/lib/isodoc/csa/html/htmlstyle.css +1101 -0
- data/lib/isodoc/csa/html/wordstyle.css +1296 -0
- data/lib/isodoc/csa/init.rb +5 -4
- data/lib/metanorma/csa/biblio.rng +32 -1
- data/lib/metanorma/csa/version.rb +1 -1
- data/metanorma-csa.gemspec +1 -1
- metadata +7 -4
@@ -0,0 +1,816 @@
|
|
1
|
+
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre {
|
2
|
+
mso-style-unhide: no;
|
3
|
+
mso-style-qformat: yes;
|
4
|
+
mso-style-parent: "";
|
5
|
+
margin-top: 6.0pt;
|
6
|
+
margin-right: 0cm;
|
7
|
+
margin-bottom: 6.0pt;
|
8
|
+
margin-left: 0cm;
|
9
|
+
text-align: left;
|
10
|
+
mso-pagination: widow-orphan;
|
11
|
+
tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
|
12
|
+
font-size: {{monospacefontsize}};
|
13
|
+
font-family: {{monospacefont}};
|
14
|
+
mso-fareast-font-family: Calibri;
|
15
|
+
mso-bidi-font-family: "Courier New";
|
16
|
+
mso-ansi-language: EN-GB; }
|
17
|
+
|
18
|
+
p.pseudocode, li.pseudocode, div.pseudocode {
|
19
|
+
mso-style-unhide: no;
|
20
|
+
mso-style-qformat: yes;
|
21
|
+
mso-style-parent: "";
|
22
|
+
margin-top: 6.0pt;
|
23
|
+
margin-right: 0cm;
|
24
|
+
margin-bottom: 6.0pt;
|
25
|
+
margin-left: 0cm;
|
26
|
+
text-align: left;
|
27
|
+
mso-pagination: widow-orphan;
|
28
|
+
tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
|
29
|
+
font-size: {{normalfontsize}};
|
30
|
+
font-family: {{bodyfont}};
|
31
|
+
mso-fareast-font-family: Calibri;
|
32
|
+
mso-bidi-font-family: "Courier New";
|
33
|
+
mso-ansi-language: EN-GB; }
|
34
|
+
|
35
|
+
p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
|
36
|
+
mso-style-unhide: no;
|
37
|
+
mso-style-qformat: yes;
|
38
|
+
mso-style-parent: "";
|
39
|
+
margin-top: 0cm;
|
40
|
+
margin-right: 0cm;
|
41
|
+
margin-bottom: 12.0pt;
|
42
|
+
margin-left: 33.15pt;
|
43
|
+
text-indent: -33.15pt;
|
44
|
+
tab-stops: 33.15pt;
|
45
|
+
line-height: 12.0pt;
|
46
|
+
mso-pagination: widow-orphan;
|
47
|
+
font-size: {{normalfontsize}};
|
48
|
+
font-weight: normal;
|
49
|
+
font-family: {{bodyfont}};
|
50
|
+
mso-fareast-font-family: {{bodyfont}};
|
51
|
+
mso-bidi-font-family: {{bodyfont}};
|
52
|
+
mso-ansi-language: EN-GB; }
|
53
|
+
|
54
|
+
p.FigureTitle {
|
55
|
+
mso-style-unhide: no;
|
56
|
+
mso-style-qformat: yes;
|
57
|
+
mso-style-parent: "";
|
58
|
+
margin-top: 0cm;
|
59
|
+
margin-right: 0cm;
|
60
|
+
margin-bottom: 6.0pt;
|
61
|
+
margin-left: 0cm;
|
62
|
+
text-align: center;
|
63
|
+
line-height: 12.0pt;
|
64
|
+
page-break-before: avoid;
|
65
|
+
mso-pagination: widow-orphan;
|
66
|
+
tab-stops: 20.15pt;
|
67
|
+
font-size: 11.0pt;
|
68
|
+
font-weight: bold;
|
69
|
+
font-family: {{bodyfont}};
|
70
|
+
mso-fareast-font-family: {{bodyfont}};
|
71
|
+
mso-bidi-font-family: {{bodyfont}};
|
72
|
+
mso-ansi-language: EN-GB; }
|
73
|
+
|
74
|
+
p.SourceTitle {
|
75
|
+
mso-style-unhide: no;
|
76
|
+
mso-style-qformat: yes;
|
77
|
+
mso-style-parent: "";
|
78
|
+
margin-top: 0cm;
|
79
|
+
margin-right: 0cm;
|
80
|
+
margin-bottom: 6.0pt;
|
81
|
+
margin-left: 0cm;
|
82
|
+
text-align: center;
|
83
|
+
line-height: 12.0pt;
|
84
|
+
page-break-before: avoid;
|
85
|
+
mso-pagination: widow-orphan;
|
86
|
+
tab-stops: 20.15pt;
|
87
|
+
font-size: 11.0pt;
|
88
|
+
font-weight: bold;
|
89
|
+
font-family: {{bodyfont}};
|
90
|
+
mso-fareast-font-family: {{bodyfont}};
|
91
|
+
mso-bidi-font-family: {{bodyfont}};
|
92
|
+
mso-ansi-language: EN-GB; }
|
93
|
+
|
94
|
+
p.AdmonitionTitle, p.RecommendationTitle {
|
95
|
+
mso-style-unhide: no;
|
96
|
+
mso-style-qformat: yes;
|
97
|
+
mso-style-parent: "";
|
98
|
+
margin-top: 0cm;
|
99
|
+
margin-right: 0cm;
|
100
|
+
margin-bottom: 6.0pt;
|
101
|
+
margin-left: 0cm;
|
102
|
+
text-align: center;
|
103
|
+
line-height: 12.0pt;
|
104
|
+
page-break-after: avoid;
|
105
|
+
mso-pagination: widow-orphan;
|
106
|
+
tab-stops: 20.15pt;
|
107
|
+
font-size: 11.0pt;
|
108
|
+
font-weight: bold;
|
109
|
+
font-family: {{bodyfont}};
|
110
|
+
mso-fareast-font-family: {{bodyfont}};
|
111
|
+
mso-bidi-font-family: {{bodyfont}};
|
112
|
+
mso-ansi-language: EN-GB; }
|
113
|
+
|
114
|
+
p.TableTitle, p.ListTitle {
|
115
|
+
mso-style-unhide: no;
|
116
|
+
mso-style-qformat: yes;
|
117
|
+
mso-style-parent: "";
|
118
|
+
margin-top: 0cm;
|
119
|
+
margin-right: 0cm;
|
120
|
+
margin-bottom: 6.0pt;
|
121
|
+
margin-left: 0cm;
|
122
|
+
text-align: center;
|
123
|
+
page-break-after: avoid;
|
124
|
+
line-height: 12.0pt;
|
125
|
+
mso-pagination: widow-orphan;
|
126
|
+
tab-stops: 20.15pt;
|
127
|
+
font-size: 11.0pt;
|
128
|
+
font-family: {{bodyfont}};
|
129
|
+
mso-fareast-font-family: {{bodyfont}};
|
130
|
+
mso-bidi-font-family: {{bodyfont}};
|
131
|
+
mso-ansi-language: EN-GB; }
|
132
|
+
|
133
|
+
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
134
|
+
mso-style-unhide: no;
|
135
|
+
mso-style-qformat: yes;
|
136
|
+
mso-style-parent: "";
|
137
|
+
margin-top: 0cm;
|
138
|
+
margin-right: 0cm;
|
139
|
+
margin-bottom: 12.0pt;
|
140
|
+
margin-left: 0cm;
|
141
|
+
text-align: justify;
|
142
|
+
line-height: 12.0pt;
|
143
|
+
mso-pagination: widow-orphan;
|
144
|
+
tab-stops: 20.15pt;
|
145
|
+
mso-bidi-font-size: 11.0pt;
|
146
|
+
mso-fareast-font-family: {{bodyfont}};
|
147
|
+
mso-bidi-font-family: {{bodyfont}};
|
148
|
+
mso-ansi-language: EN-GB; }
|
149
|
+
|
150
|
+
p.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
151
|
+
font-size: {{smallerfontsize}};
|
152
|
+
font-family: {{bodyfont}}; }
|
153
|
+
|
154
|
+
p.ANNEX, li.ANNEX, div.ANNEX {
|
155
|
+
mso-style-name: ANNEX;
|
156
|
+
mso-style-priority: 10;
|
157
|
+
mso-style-unhide: no;
|
158
|
+
mso-style-next: Normal;
|
159
|
+
margin-top: 0cm;
|
160
|
+
margin-right: 0cm;
|
161
|
+
margin-bottom: 24.0pt;
|
162
|
+
margin-left: 0cm;
|
163
|
+
text-align: center;
|
164
|
+
text-indent: 0cm;
|
165
|
+
line-height: 15.5pt;
|
166
|
+
mso-line-height-rule: exactly;
|
167
|
+
page-break-before: always;
|
168
|
+
mso-pagination: widow-orphan;
|
169
|
+
page-break-after: avoid;
|
170
|
+
mso-outline-level: 1;
|
171
|
+
mso-list: l0 level1 lfo12;
|
172
|
+
tab-stops: 20.15pt;
|
173
|
+
font-size: 14.0pt;
|
174
|
+
mso-bidi-font-size: 11.0pt;
|
175
|
+
font-family: {{headerfont}};
|
176
|
+
mso-fareast-font-family: {{headerfont}};
|
177
|
+
mso-bidi-font-family: {{headerfont}};
|
178
|
+
mso-ansi-language: EN-GB;
|
179
|
+
mso-fareast-language: JA;
|
180
|
+
font-weight: bold;
|
181
|
+
mso-bidi-font-weight: normal; }
|
182
|
+
|
183
|
+
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
184
|
+
mso-style-name: "Biblio Title";
|
185
|
+
mso-style-noshow: yes;
|
186
|
+
mso-style-unhide: no;
|
187
|
+
margin-top: 0cm;
|
188
|
+
margin-right: 0cm;
|
189
|
+
margin-bottom: 15.5pt;
|
190
|
+
margin-left: 0cm;
|
191
|
+
text-align: center;
|
192
|
+
line-height: 15.5pt;
|
193
|
+
mso-pagination: widow-orphan;
|
194
|
+
mso-outline-level: 1;
|
195
|
+
tab-stops: 20.15pt;
|
196
|
+
font-size: 14.0pt;
|
197
|
+
mso-bidi-font-size: 11.0pt;
|
198
|
+
font-family: {{headerfont}};
|
199
|
+
mso-fareast-font-family: {{headerfont}};
|
200
|
+
mso-bidi-font-family: {{headerfont}};
|
201
|
+
mso-ansi-language: EN-GB;
|
202
|
+
font-weight: bold;
|
203
|
+
mso-bidi-font-weight: normal; }
|
204
|
+
|
205
|
+
p.Definition, li.Definition, div.Definition {
|
206
|
+
mso-style-name: Definition;
|
207
|
+
mso-style-priority: 9;
|
208
|
+
mso-style-unhide: no;
|
209
|
+
margin-top: 0cm;
|
210
|
+
margin-right: 0cm;
|
211
|
+
margin-bottom: 12.0pt;
|
212
|
+
margin-left: 0cm;
|
213
|
+
text-align: justify;
|
214
|
+
line-height: 12.0pt;
|
215
|
+
mso-pagination: widow-orphan;
|
216
|
+
tab-stops: 20.15pt;
|
217
|
+
font-size: 11.0pt;
|
218
|
+
font-family: {{bodyfont}};
|
219
|
+
mso-fareast-font-family: {{bodyfont}};
|
220
|
+
mso-bidi-font-family: {{bodyfont}};
|
221
|
+
mso-ansi-language: EN-GB; }
|
222
|
+
|
223
|
+
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
224
|
+
mso-style-name: "Foreword Title";
|
225
|
+
mso-style-noshow: yes;
|
226
|
+
mso-style-unhide: no;
|
227
|
+
margin-top: 0cm;
|
228
|
+
margin-right: 0cm;
|
229
|
+
margin-bottom: 15.5pt;
|
230
|
+
margin-left: 0cm;
|
231
|
+
text-align: justify;
|
232
|
+
line-height: 15.5pt;
|
233
|
+
page-break-before: always;
|
234
|
+
mso-pagination: widow-orphan;
|
235
|
+
page-break-after: avoid;
|
236
|
+
mso-outline-level: 1;
|
237
|
+
mso-hyphenate: none;
|
238
|
+
tab-stops: 20.15pt;
|
239
|
+
font-size: 14.0pt;
|
240
|
+
mso-bidi-font-size: 11.0pt;
|
241
|
+
font-family: {{headerfont}};
|
242
|
+
mso-fareast-font-family: {{headerfont}};
|
243
|
+
mso-bidi-font-family: {{headerfont}};
|
244
|
+
mso-ansi-language: EN-GB;
|
245
|
+
font-weight: bold;
|
246
|
+
mso-bidi-font-weight: normal; }
|
247
|
+
|
248
|
+
p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
249
|
+
mso-style-name: "Intro Title";
|
250
|
+
mso-style-noshow: yes;
|
251
|
+
mso-style-unhide: no;
|
252
|
+
mso-style-parent: "Foreword Title";
|
253
|
+
margin-top: 0cm;
|
254
|
+
margin-right: 0cm;
|
255
|
+
margin-bottom: 15.5pt;
|
256
|
+
margin-left: 0cm;
|
257
|
+
text-align: justify;
|
258
|
+
line-height: 15.5pt;
|
259
|
+
mso-pagination: widow-orphan;
|
260
|
+
page-break-after: avoid;
|
261
|
+
mso-outline-level: 1;
|
262
|
+
mso-hyphenate: none;
|
263
|
+
tab-stops: 20.15pt;
|
264
|
+
font-size: 14.0pt;
|
265
|
+
mso-bidi-font-size: 11.0pt;
|
266
|
+
font-family: {{headerfont}};
|
267
|
+
mso-fareast-font-family: {{headerfont}};
|
268
|
+
mso-bidi-font-family: {{headerfont}};
|
269
|
+
mso-ansi-language: EN-GB;
|
270
|
+
font-weight: bold;
|
271
|
+
page-break-before: always;
|
272
|
+
mso-bidi-font-weight: normal; }
|
273
|
+
|
274
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
275
|
+
mso-style-noshow: yes;
|
276
|
+
mso-style-unhide: no;
|
277
|
+
mso-style-parent: "Foreword Title";
|
278
|
+
margin-top: 0cm;
|
279
|
+
margin-right: 0cm;
|
280
|
+
margin-bottom: 15.5pt;
|
281
|
+
margin-left: 0cm;
|
282
|
+
text-align: center;
|
283
|
+
line-height: 15.5pt;
|
284
|
+
mso-pagination: widow-orphan;
|
285
|
+
page-break-after: avoid;
|
286
|
+
mso-hyphenate: none;
|
287
|
+
tab-stops: 20.15pt;
|
288
|
+
font-size: 14.0pt;
|
289
|
+
mso-bidi-font-size: 11.0pt;
|
290
|
+
font-family: {{headerfont}};
|
291
|
+
mso-fareast-font-family: {{headerfont}};
|
292
|
+
mso-bidi-font-family: {{headerfont}};
|
293
|
+
mso-ansi-language: EN-GB;
|
294
|
+
font-weight: bold;
|
295
|
+
mso-bidi-font-weight: normal; }
|
296
|
+
|
297
|
+
p.Terms, li.Terms, div.Terms {
|
298
|
+
mso-style-name: "Term\(s\)";
|
299
|
+
mso-style-priority: 8;
|
300
|
+
mso-style-unhide: no;
|
301
|
+
mso-style-next: Definition;
|
302
|
+
margin: 0cm;
|
303
|
+
margin-bottom: .0001pt;
|
304
|
+
line-height: 12.0pt;
|
305
|
+
mso-pagination: widow-orphan;
|
306
|
+
page-break-after: avoid;
|
307
|
+
mso-hyphenate: none;
|
308
|
+
tab-stops: 20.15pt;
|
309
|
+
font-size: 11.0pt;
|
310
|
+
font-family: {{headerfont}};
|
311
|
+
mso-fareast-font-family: {{headerfont}};
|
312
|
+
mso-bidi-font-family: {{headerfont}};
|
313
|
+
mso-ansi-language: EN-GB;
|
314
|
+
mso-bidi-font-weight: normal; }
|
315
|
+
|
316
|
+
p.AltTerms, li.AltTerms, div.AltTerms {
|
317
|
+
mso-style-name: "AltTerm\(s\)";
|
318
|
+
mso-style-priority: 8;
|
319
|
+
mso-style-unhide: no;
|
320
|
+
mso-style-next: Definition;
|
321
|
+
margin: 0cm;
|
322
|
+
margin-bottom: .0001pt;
|
323
|
+
line-height: 12.0pt;
|
324
|
+
mso-pagination: widow-orphan;
|
325
|
+
page-break-after: avoid;
|
326
|
+
mso-hyphenate: none;
|
327
|
+
tab-stops: 20.15pt;
|
328
|
+
font-size: 11.0pt;
|
329
|
+
font-family: {{bodyfont}};
|
330
|
+
mso-fareast-font-family: {{bodyfont}};
|
331
|
+
mso-bidi-font-family: {{bodyfont}};
|
332
|
+
mso-ansi-language: EN-GB;
|
333
|
+
mso-bidi-font-weight: normal; }
|
334
|
+
|
335
|
+
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
336
|
+
mso-style-name: "DeprecatedTerm\(s\)";
|
337
|
+
mso-style-priority: 8;
|
338
|
+
mso-style-unhide: no;
|
339
|
+
mso-style-next: Definition;
|
340
|
+
margin: 0cm;
|
341
|
+
margin-bottom: .0001pt;
|
342
|
+
line-height: 12.0pt;
|
343
|
+
mso-pagination: widow-orphan;
|
344
|
+
page-break-after: avoid;
|
345
|
+
mso-hyphenate: none;
|
346
|
+
tab-stops: 20.15pt;
|
347
|
+
font-size: 11.0pt;
|
348
|
+
font-family: {{bodyfont}};
|
349
|
+
mso-fareast-font-family: {{bodyfont}};
|
350
|
+
mso-bidi-font-family: {{bodyfont}};
|
351
|
+
mso-ansi-language: EN-GB;
|
352
|
+
mso-bidi-font-weight: normal; }
|
353
|
+
|
354
|
+
p.TermNum, li.TermNum, div.TermNum {
|
355
|
+
mso-style-name: TermNum;
|
356
|
+
mso-style-priority: 7;
|
357
|
+
mso-style-unhide: no;
|
358
|
+
mso-style-next: "Term\(s\)";
|
359
|
+
margin: 0cm;
|
360
|
+
margin-bottom: .0001pt;
|
361
|
+
line-height: 12.0pt;
|
362
|
+
mso-pagination: widow-orphan;
|
363
|
+
page-break-after: avoid;
|
364
|
+
tab-stops: 20.15pt;
|
365
|
+
font-size: 11.0pt;
|
366
|
+
font-family: {{headerfont}};
|
367
|
+
mso-fareast-font-family: {{headerfont}};
|
368
|
+
mso-bidi-font-family: {{headerfont}};
|
369
|
+
mso-ansi-language: EN-GB;
|
370
|
+
font-weight: bold;
|
371
|
+
mso-bidi-font-weight: normal; }
|
372
|
+
|
373
|
+
p.zzContents, li.zzContents, div.zzContents {
|
374
|
+
mso-style-name: zzContents;
|
375
|
+
mso-style-noshow: yes;
|
376
|
+
mso-style-unhide: no;
|
377
|
+
mso-style-next: "TOC 1";
|
378
|
+
margin-top: 48.0pt;
|
379
|
+
margin-right: 0cm;
|
380
|
+
margin-bottom: 15.5pt;
|
381
|
+
margin-left: 0cm;
|
382
|
+
line-height: 15.5pt;
|
383
|
+
mso-line-height-rule: exactly;
|
384
|
+
page-break-before: always;
|
385
|
+
mso-pagination: widow-orphan;
|
386
|
+
page-break-after: avoid;
|
387
|
+
mso-hyphenate: none;
|
388
|
+
tab-stops: 20.15pt;
|
389
|
+
font-size: 14.0pt;
|
390
|
+
mso-bidi-font-size: 11.0pt;
|
391
|
+
font-family: {{headerfont}};
|
392
|
+
mso-fareast-font-family: {{headerfont}};
|
393
|
+
mso-bidi-font-family: {{headerfont}};
|
394
|
+
mso-ansi-language: EN-GB;
|
395
|
+
font-weight: bold;
|
396
|
+
mso-bidi-font-weight: normal; }
|
397
|
+
|
398
|
+
p.zzCopyright, li.zzCopyright {
|
399
|
+
mso-style-name: zzCopyright;
|
400
|
+
mso-style-noshow: yes;
|
401
|
+
mso-style-unhide: no;
|
402
|
+
mso-style-next: Normal;
|
403
|
+
margin-top: 0cm;
|
404
|
+
margin-right: 14.2pt;
|
405
|
+
margin-bottom: 12.0pt;
|
406
|
+
margin-left: 14.2pt;
|
407
|
+
text-align: justify;
|
408
|
+
line-height: 12.0pt;
|
409
|
+
mso-pagination: widow-orphan;
|
410
|
+
tab-stops: 20.15pt 25.7pt 481.15pt;
|
411
|
+
padding: 0cm;
|
412
|
+
mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
|
413
|
+
font-size: {{normalfontsize}};
|
414
|
+
font-family: {{bodyfont}};
|
415
|
+
mso-fareast-font-family: {{bodyfont}};
|
416
|
+
mso-bidi-font-family: {{bodyfont}};
|
417
|
+
mso-ansi-language: EN-GB; }
|
418
|
+
|
419
|
+
div.zzCopyright {
|
420
|
+
mso-element: para-border-div;
|
421
|
+
border: solid windowtext 1.0pt;
|
422
|
+
mso-border-top-alt: solid windowtext .5pt;
|
423
|
+
mso-border-left-alt: solid windowtext .5pt;
|
424
|
+
mso-border-right-alt: solid windowtext .5pt;
|
425
|
+
mso-border-bottom-alt: solid windowtext .5pt;
|
426
|
+
padding: 1.0pt 4.0pt 0cm 4.0pt;
|
427
|
+
margin-left: 5.1pt;
|
428
|
+
margin-right: 5.1pt; }
|
429
|
+
|
430
|
+
p.zzCopyright_address {
|
431
|
+
margin-top: 0cm;
|
432
|
+
margin-right: 14.2pt;
|
433
|
+
margin-bottom: 0.0pt;
|
434
|
+
margin-left: 14.2pt;
|
435
|
+
mso-layout-grid-align: none;
|
436
|
+
text-autospace: none;
|
437
|
+
padding-left: 20pt;
|
438
|
+
mso-padding-alt-left: 20pt;
|
439
|
+
font-size: 10.0pt;
|
440
|
+
text-align: left;
|
441
|
+
mso-bidi-font-size: 11.0pt; }
|
442
|
+
|
443
|
+
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
|
444
|
+
mso-style-name: zzSTDTitle;
|
445
|
+
mso-style-noshow: yes;
|
446
|
+
mso-style-unhide: no;
|
447
|
+
mso-style-next: Normal;
|
448
|
+
margin-top: 20.0pt;
|
449
|
+
margin-right: 0cm;
|
450
|
+
margin-bottom: 38.0pt;
|
451
|
+
margin-left: 0cm;
|
452
|
+
line-height: 17.5pt;
|
453
|
+
mso-line-height-rule: exactly;
|
454
|
+
mso-pagination: widow-orphan;
|
455
|
+
mso-hyphenate: none;
|
456
|
+
tab-stops: 20.15pt;
|
457
|
+
font-size: 16.0pt;
|
458
|
+
mso-bidi-font-size: 11.0pt;
|
459
|
+
font-family: {{headerfont}};
|
460
|
+
mso-fareast-font-family: {{headerfont}};
|
461
|
+
mso-bidi-font-family: {{headerfont}};
|
462
|
+
mso-ansi-language: EN-GB;
|
463
|
+
font-weight: bold;
|
464
|
+
mso-bidi-font-weight: normal; }
|
465
|
+
|
466
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
467
|
+
mso-style-name: zzSTDTitle;
|
468
|
+
mso-style-noshow: yes;
|
469
|
+
mso-style-unhide: no;
|
470
|
+
mso-style-next: Normal;
|
471
|
+
margin-top: 0pt;
|
472
|
+
margin-right: 0cm;
|
473
|
+
margin-bottom: 18.0pt;
|
474
|
+
margin-left: 0cm;
|
475
|
+
line-height: 17.5pt;
|
476
|
+
mso-line-height-rule: exactly;
|
477
|
+
mso-pagination: widow-orphan;
|
478
|
+
mso-hyphenate: none;
|
479
|
+
tab-stops: 20.15pt;
|
480
|
+
font-size: 16.0pt;
|
481
|
+
mso-bidi-font-size: 11.0pt;
|
482
|
+
font-family: {{headerfont}};
|
483
|
+
mso-fareast-font-family: {{headerfont}};
|
484
|
+
mso-bidi-font-family: {{headerfont}};
|
485
|
+
mso-ansi-language: EN-GB;
|
486
|
+
font-weight: bold;
|
487
|
+
mso-bidi-font-weight: normal; }
|
488
|
+
|
489
|
+
p.Quote, li.Quote, div.Quote {
|
490
|
+
mso-style-priority: 99;
|
491
|
+
margin-top: 0cm;
|
492
|
+
margin-right: 36.0pt;
|
493
|
+
margin-bottom: 0cm;
|
494
|
+
margin-left: 36.0pt;
|
495
|
+
text-align: justify;
|
496
|
+
line-height: 12.0pt;
|
497
|
+
mso-pagination: widow-orphan;
|
498
|
+
tab-stops: 20.15pt;
|
499
|
+
mso-fareast-font-family: {{bodyfont}};
|
500
|
+
mso-bidi-font-family: {{bodyfont}};
|
501
|
+
mso-ansi-language: EN-GB; }
|
502
|
+
|
503
|
+
p.Quote, li.Quote {
|
504
|
+
font-size: {{normalfontsize}};
|
505
|
+
font-family: {{bodyfont}}; }
|
506
|
+
|
507
|
+
p.QuoteAttribution {
|
508
|
+
text-align: right;
|
509
|
+
mso-style-priority: 99;
|
510
|
+
margin-top: 0cm;
|
511
|
+
margin-right: 36.0pt;
|
512
|
+
margin-bottom: 0cm;
|
513
|
+
margin-left: 36.0pt;
|
514
|
+
line-height: 12.0pt;
|
515
|
+
mso-pagination: widow-orphan;
|
516
|
+
tab-stops: 20.15pt;
|
517
|
+
font-size: {{normalfontsize}};
|
518
|
+
font-family: {{bodyfont}};
|
519
|
+
mso-fareast-font-family: {{bodyfont}};
|
520
|
+
mso-bidi-font-family: {{bodyfont}};
|
521
|
+
mso-ansi-language: EN-GB; }
|
522
|
+
|
523
|
+
p.Admonition, li.Admonition, div.Admonition {
|
524
|
+
mso-style-priority: 99;
|
525
|
+
margin-top: 0cm;
|
526
|
+
margin-right: 57.6pt;
|
527
|
+
margin-bottom: 0cm;
|
528
|
+
margin-left: 57.6pt;
|
529
|
+
margin-bottom: .0001pt;
|
530
|
+
mso-pagination: widow-orphan;
|
531
|
+
border: none;
|
532
|
+
mso-border-alt: solid #4472C4 .25pt;
|
533
|
+
mso-border-themecolor: accent1;
|
534
|
+
padding: 0cm;
|
535
|
+
mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
|
536
|
+
mso-ascii-font-family: {{bodyfont}};
|
537
|
+
mso-ascii-theme-font: minor-latin;
|
538
|
+
mso-fareast-font-family: {{bodyfont}};
|
539
|
+
mso-fareast-theme-font: minor-fareast;
|
540
|
+
mso-hansi-font-family: {{bodyfont}};
|
541
|
+
mso-hansi-theme-font: minor-latin;
|
542
|
+
mso-bidi-font-family: {{bodyfont}};
|
543
|
+
mso-bidi-theme-font: minor-bidi;
|
544
|
+
color: #4472C4;
|
545
|
+
mso-themecolor: accent1;
|
546
|
+
mso-ansi-language: EN-AU; }
|
547
|
+
|
548
|
+
p.Admonition, li.Admonition {
|
549
|
+
font-size: 12.0pt;
|
550
|
+
font-family: {{bodyfont}};
|
551
|
+
font-style: italic; }
|
552
|
+
|
553
|
+
p.Code, li.Code, div.Code {
|
554
|
+
mso-style-name: Code;
|
555
|
+
mso-style-priority: 16;
|
556
|
+
mso-style-unhide: no;
|
557
|
+
mso-style-qformat: yes;
|
558
|
+
margin: 0cm;
|
559
|
+
margin-bottom: .0001pt;
|
560
|
+
line-height: 10.0pt;
|
561
|
+
mso-pagination: widow-orphan;
|
562
|
+
tab-stops: 20.15pt;
|
563
|
+
font-size: 9.0pt;
|
564
|
+
mso-bidi-font-size: 11.0pt;
|
565
|
+
font-family: {{monospacefont}};
|
566
|
+
mso-fareast-font-family: Calibri;
|
567
|
+
mso-bidi-font-family: "Source Sans Pro";
|
568
|
+
mso-ansi-language: EN-GB; }
|
569
|
+
|
570
|
+
p.Formula, li.Formula, div.Formula {
|
571
|
+
mso-style-name: Formula;
|
572
|
+
mso-style-noshow: yes;
|
573
|
+
mso-style-unhide: no;
|
574
|
+
margin-top: 0cm;
|
575
|
+
margin-right: 0cm;
|
576
|
+
margin-bottom: 11.0pt;
|
577
|
+
margin-left: 20.15pt;
|
578
|
+
line-height: 12.0pt;
|
579
|
+
mso-pagination: widow-orphan;
|
580
|
+
tab-stops: right 487.45pt;
|
581
|
+
font-size: {{normalfontsize}};
|
582
|
+
font-family: {{bodyfont}};
|
583
|
+
mso-fareast-font-family: {{bodyfont}};
|
584
|
+
mso-bidi-font-family: {{bodyfont}};
|
585
|
+
mso-ansi-language: EN-GB; }
|
586
|
+
|
587
|
+
@page {
|
588
|
+
mso-facing-pages: yes; }
|
589
|
+
|
590
|
+
@page WordSection1 {
|
591
|
+
size: 595.3pt 841.9pt;
|
592
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
593
|
+
mso-header-margin: 35.45pt;
|
594
|
+
mso-footer-margin: 14.2pt;
|
595
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
596
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
597
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
598
|
+
mso-paper-source: 0; }
|
599
|
+
|
600
|
+
div.WordSection1 {
|
601
|
+
page: WordSection1; }
|
602
|
+
|
603
|
+
@page WordSection2 {
|
604
|
+
size: 595.3pt 841.9pt;
|
605
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
606
|
+
mso-header-margin: 35.45pt;
|
607
|
+
mso-footer-margin: 14.2pt;
|
608
|
+
mso-page-numbers: roman-lower;
|
609
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
610
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
611
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
612
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
613
|
+
mso-paper-source: 0; }
|
614
|
+
|
615
|
+
@page WordSection2L {
|
616
|
+
size: 841.9pt 595.3pt;
|
617
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
618
|
+
mso-header-margin: 35.45pt;
|
619
|
+
mso-footer-margin: 14.2pt;
|
620
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
|
621
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
|
622
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
|
623
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
|
624
|
+
mso-paper-source: 0; }
|
625
|
+
|
626
|
+
@page WordSection2P {
|
627
|
+
size: 595.3pt 841.9pt;
|
628
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
629
|
+
mso-header-margin: 35.45pt;
|
630
|
+
mso-footer-margin: 14.2pt;
|
631
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
632
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
633
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
634
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
635
|
+
mso-paper-source: 0; }
|
636
|
+
|
637
|
+
div.WordSection2 {
|
638
|
+
page: WordSection2; }
|
639
|
+
|
640
|
+
@page WordSection3 {
|
641
|
+
size: 595.3pt 841.9pt;
|
642
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
643
|
+
mso-header-margin: 35.45pt;
|
644
|
+
mso-footer-margin: 14.2pt;
|
645
|
+
mso-page-numbers: 1;
|
646
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
647
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
648
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
649
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
650
|
+
mso-paper-source: 0; }
|
651
|
+
|
652
|
+
@page WordSection3L {
|
653
|
+
size: 841.9pt 595.3pt;
|
654
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
655
|
+
mso-header-margin: 35.45pt;
|
656
|
+
mso-footer-margin: 14.2pt;
|
657
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
|
658
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
|
659
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
|
660
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
661
|
+
mso-paper-source: 0; }
|
662
|
+
|
663
|
+
@page WordSection3P {
|
664
|
+
size: 595.3pt 841.9pt;
|
665
|
+
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
666
|
+
mso-header-margin: 35.45pt;
|
667
|
+
mso-footer-margin: 14.2pt;
|
668
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
669
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
670
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
671
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
672
|
+
mso-paper-source: 0; }
|
673
|
+
|
674
|
+
div.WordSection3 {
|
675
|
+
page: WordSection3; }
|
676
|
+
|
677
|
+
table.MsoISOTable, table.MsoISOTableBig {
|
678
|
+
mso-style-name: "Table ISO";
|
679
|
+
mso-tstyle-rowband-size: 0;
|
680
|
+
mso-tstyle-colband-size: 0;
|
681
|
+
mso-style-noshow: yes;
|
682
|
+
mso-style-priority: 99;
|
683
|
+
mso-style-parent: "";
|
684
|
+
mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
|
685
|
+
mso-para-margin: 0cm;
|
686
|
+
mso-para-margin-bottom: .0001pt;
|
687
|
+
mso-pagination: widow-orphan;
|
688
|
+
border-collapse: collapse;
|
689
|
+
mso-table-layout-alt: fixed;
|
690
|
+
border: solid windowtext 2pt;
|
691
|
+
mso-border-alt: solid windowtext 2pt;
|
692
|
+
mso-yfti-tbllook: 480;
|
693
|
+
mso-border-insideh: .75pt solid windowtext;
|
694
|
+
mso-border-insidev: .75pt solid windowtext;
|
695
|
+
font-size: {{smallerfontsize}};
|
696
|
+
font-family: {{bodyfont}}; }
|
697
|
+
|
698
|
+
table.MsoISOTable th, table.MsoISOTableBig th {
|
699
|
+
border: solid windowtext 1pt;
|
700
|
+
mso-border-alt: solid windowtext 1pt;
|
701
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
702
|
+
|
703
|
+
table.MsoISOTable td, table.MsoISOTableBig td {
|
704
|
+
border: solid windowtext 1pt;
|
705
|
+
mso-border-alt: solid windowtext 1pt;
|
706
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
707
|
+
|
708
|
+
table.MsoISOTable p, table.MsoISOTableBig p {
|
709
|
+
font-size: {{smallerfontsize}}; }
|
710
|
+
|
711
|
+
table.MsoTableGrid {
|
712
|
+
mso-style-name: "Table Grid";
|
713
|
+
mso-tstyle-rowband-size: 0;
|
714
|
+
mso-tstyle-colband-size: 0;
|
715
|
+
mso-style-priority: 39;
|
716
|
+
mso-style-unhide: no;
|
717
|
+
border: solid windowtext 1.0pt;
|
718
|
+
mso-border-alt: solid windowtext .5pt;
|
719
|
+
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
720
|
+
mso-border-insideh: .5pt solid windowtext;
|
721
|
+
mso-border-insidev: .5pt solid windowtext;
|
722
|
+
mso-para-margin: 0cm;
|
723
|
+
mso-para-margin-bottom: .0001pt;
|
724
|
+
mso-pagination: widow-orphan;
|
725
|
+
font-size: {{smallerfontsize}};
|
726
|
+
font-family: {{bodyfont}}; }
|
727
|
+
|
728
|
+
div.formula {
|
729
|
+
tab-stops: right 487.45pt; }
|
730
|
+
|
731
|
+
body {
|
732
|
+
tab-interval: 36.0pt; }
|
733
|
+
|
734
|
+
.coverpage_docnumber {
|
735
|
+
text-align: center;
|
736
|
+
font-size: 14.0pt;
|
737
|
+
font-weight: bold; }
|
738
|
+
|
739
|
+
.coverpage_techcommittee {
|
740
|
+
text-align: center;
|
741
|
+
font-size: 12.0pt; }
|
742
|
+
|
743
|
+
.coverpage_docstage {
|
744
|
+
text-align: center;
|
745
|
+
font-size: 30.0pt;
|
746
|
+
color: #485094; }
|
747
|
+
|
748
|
+
div.coverpage_warning {
|
749
|
+
mso-element: para-border-div;
|
750
|
+
border: solid windowtext 1.0pt #485094;
|
751
|
+
mso-border-alt: solid windowtext .5pt;
|
752
|
+
padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
753
|
+
font-size: 10.0pt;
|
754
|
+
margin-left: 4.25pt;
|
755
|
+
margin-right: 4.25pt; }
|
756
|
+
|
757
|
+
.coverpage_warning {
|
758
|
+
color: #485094;
|
759
|
+
font-size: 10.0pt; }
|
760
|
+
|
761
|
+
a.TableFootnoteRef, span.TableFootnoteRef {
|
762
|
+
mso-style-priority: 99;
|
763
|
+
mso-style-parent: "Footnote Reference";
|
764
|
+
vertical-align: super; }
|
765
|
+
|
766
|
+
aside {
|
767
|
+
font-size: {{footnotefontsize}}; }
|
768
|
+
|
769
|
+
.example-title {
|
770
|
+
font-weight: bold;
|
771
|
+
margin-left: -36.0pt; }
|
772
|
+
|
773
|
+
p.example, li.example, td.example {
|
774
|
+
margin-right: 0pt;
|
775
|
+
margin-left: 0pt;
|
776
|
+
font-size: {{smallerfontsize}};
|
777
|
+
font-family: {{bodyfont}}; }
|
778
|
+
|
779
|
+
div.example {
|
780
|
+
margin-top: 0cm;
|
781
|
+
margin-bottom: 0cm;
|
782
|
+
margin-right: 36.0pt;
|
783
|
+
margin-left: 36.0pt; }
|
784
|
+
|
785
|
+
p.example, li.example, div.example, td.example {
|
786
|
+
mso-pagination: none; }
|
787
|
+
|
788
|
+
td.example p.MsoListParagraph {
|
789
|
+
font-size: {{smallerfontsize}}; }
|
790
|
+
|
791
|
+
div.example p.MsoListParagraph {
|
792
|
+
font-size: {{smallerfontsize}}; }
|
793
|
+
|
794
|
+
div.Note p.MsoListParagraph {
|
795
|
+
font-size: {{smallerfontsize}}; }
|
796
|
+
|
797
|
+
div.Note span.stem {
|
798
|
+
font-size: {{smallerfontsize}}; }
|
799
|
+
|
800
|
+
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
801
|
+
font-size: 8.0pt;
|
802
|
+
margin-left: 1.0cm; }
|
803
|
+
|
804
|
+
div.Note table.dl {
|
805
|
+
font-size: {{smallerfontsize}};
|
806
|
+
margin-left: 1.0cm; }
|
807
|
+
|
808
|
+
span.note_label, span.example_label, td.example_label, td.note_label {
|
809
|
+
font-size: {{smallerfontsize}};
|
810
|
+
font-family: {{bodyfont}}; }
|
811
|
+
|
812
|
+
table.dl {
|
813
|
+
margin-top: 0cm;
|
814
|
+
margin-right: 0cm;
|
815
|
+
margin-bottom: 11.0pt;
|
816
|
+
margin-left: 20.15pt; }
|