metanorma-ogc 1.1.0 → 1.2.1

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