metanorma-iec 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/bin/rspec +18 -0
  4. data/lib/asciidoctor/iec/biblio.rng +949 -0
  5. data/lib/asciidoctor/iec/converter.rb +68 -0
  6. data/lib/asciidoctor/iec/iec_intro_en.xml +15 -0
  7. data/lib/asciidoctor/iec/iec_intro_fr.xml +15 -0
  8. data/lib/asciidoctor/iec/isodoc.rng +1132 -0
  9. data/lib/asciidoctor/iec/isostandard.rng +789 -0
  10. data/lib/asciidoctor/iec/reqt.rng +162 -0
  11. data/lib/isodoc/iec/base_convert.rb +69 -0
  12. data/lib/isodoc/iec/html/header.html +160 -0
  13. data/lib/isodoc/iec/html/html_iec_intro.html +34 -0
  14. data/lib/isodoc/iec/html/html_iec_titlepage.html +62 -0
  15. data/lib/isodoc/iec/html/htmlstyle.scss +840 -0
  16. data/lib/isodoc/iec/html/isodoc.scss +785 -0
  17. data/lib/isodoc/iec/html/scripts.html +176 -0
  18. data/lib/isodoc/iec/html/word_iec_intro.html +72 -0
  19. data/lib/isodoc/iec/html/word_iec_titlepage.html +92 -0
  20. data/lib/isodoc/iec/html/wordstyle.scss +1849 -0
  21. data/lib/isodoc/iec/html_convert.rb +33 -0
  22. data/lib/isodoc/iec/i18n-en.yaml +3 -0
  23. data/lib/isodoc/iec/i18n-fr.yaml +3 -0
  24. data/lib/isodoc/iec/i18n-zh-Hans.yaml +3 -0
  25. data/lib/isodoc/iec/metadata.rb +20 -0
  26. data/lib/isodoc/iec/word_convert.rb +165 -0
  27. data/lib/metanorma-iec.rb +12 -0
  28. data/lib/metanorma/iec.rb +8 -0
  29. data/lib/metanorma/iec/processor.rb +40 -0
  30. data/lib/metanorma/iec/version.rb +6 -0
  31. data/metanorma-iec.gemspec +47 -0
  32. data/spec/asciidoctor-iec/base_spec.rb +609 -0
  33. data/spec/asciidoctor-iec/blocks_spec.rb +467 -0
  34. data/spec/asciidoctor-iec/cleanup_spec.rb +766 -0
  35. data/spec/asciidoctor-iec/inline_spec.rb +162 -0
  36. data/spec/asciidoctor-iec/lists_spec.rb +190 -0
  37. data/spec/asciidoctor-iec/macros_spec.rb +21 -0
  38. data/spec/asciidoctor-iec/refs_spec.rb +268 -0
  39. data/spec/asciidoctor-iec/section_spec.rb +341 -0
  40. data/spec/asciidoctor-iec/table_spec.rb +307 -0
  41. data/spec/asciidoctor-iec/validate_spec.rb +132 -0
  42. data/spec/examples/rice.adoc +723 -0
  43. data/spec/examples/rice.doc +19162 -0
  44. data/spec/examples/rice.html +1787 -0
  45. data/spec/examples/rice.xml +1951 -0
  46. data/spec/isodoc/i18n_spec.rb +642 -0
  47. data/spec/isodoc/inline_spec.rb +265 -0
  48. data/spec/isodoc/iso_spec.rb +319 -0
  49. data/spec/isodoc/metadata_spec.rb +153 -0
  50. data/spec/isodoc/postproc_spec.rb +569 -0
  51. data/spec/isodoc/section_spec.rb +686 -0
  52. data/spec/isodoc/terms_spec.rb +206 -0
  53. data/spec/isodoc/xref_spec.rb +1323 -0
  54. data/spec/metanorma/processor_spec.rb +88 -0
  55. data/spec/spec_helper.rb +253 -0
  56. metadata +325 -0
@@ -0,0 +1,785 @@
1
+ /* IEC: CODE */
2
+ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
3
+ {mso-style-unhide:no;
4
+ mso-style-unhide:no;
5
+ margin-top:5.0pt;
6
+ margin-right:0cm;
7
+ margin-bottom:5.0pt;
8
+ margin-left:0cm;
9
+ mso-add-space:auto;
10
+ text-align:left;
11
+ mso-pagination:widow-orphan;
12
+ layout-grid-mode:char;
13
+ font-size:9.0pt;
14
+ mso-bidi-font-size:10.0pt;
15
+ font-family:"Courier New",monospace;
16
+ mso-fareast-font-family:"Times New Roman";
17
+ mso-bidi-font-family:Arial;
18
+ letter-spacing:-.1pt;
19
+ mso-ansi-language:EN-GB;
20
+ mso-fareast-language:ZH-CN;
21
+ mso-no-proof:yes;}
22
+ p.CODE-TableCell, li.CODE-TableCell, div.CODE-TableCell, pre.CODE-TableCell
23
+ {mso-style-name:CODE-TableCell;
24
+ mso-style-unhide:no;
25
+ mso-style-qformat:yes;
26
+ mso-style-parent:CODE;
27
+ margin-top:5.0pt;
28
+ margin-right:0cm;
29
+ margin-bottom:5.0pt;
30
+ margin-left:0cm;
31
+ mso-add-space:auto;
32
+ text-align:left;
33
+ mso-pagination:widow-orphan;
34
+ layout-grid-mode:char;
35
+ font-size:8.0pt;
36
+ mso-bidi-font-size:10.0pt;
37
+ font-family:"Courier New";
38
+ mso-fareast-font-family:"Times New Roman";
39
+ mso-bidi-font-family:Arial;
40
+ letter-spacing:-.1pt;
41
+ mso-ansi-language:EN-GB;
42
+ mso-fareast-language:ZH-CN;
43
+ mso-no-proof:yes;}
44
+ /* IEC: BIBLIOGRAPHY-numbered, restricted to numeric resources */
45
+ p.Biblio, li.Biblio, div.Biblio
46
+ {mso-style-unhide:no;
47
+ mso-style-qformat:yes;
48
+ mso-style-parent:Normal;
49
+ margin-top:5.0pt;
50
+ margin-right:0cm;
51
+ margin-bottom:10.0pt;
52
+ margin-left:34.0pt;
53
+ text-align:justify;
54
+ text-indent:-34.0pt;
55
+ mso-pagination:widow-orphan;
56
+ /* No, we autonumber */
57
+ /* mso-list:l6 level1 lfo20; */
58
+ tab-stops:list 34.0pt;
59
+ layout-grid-mode:char;
60
+ font-size:10.0pt;
61
+ font-family:"Arial",sans-serif;
62
+ mso-fareast-font-family:"Times New Roman";
63
+ letter-spacing:.4pt;
64
+ mso-ansi-language:EN-GB;
65
+ mso-fareast-language:ZH-CN;}
66
+ p.NormRef, li.NormRef, div.NormRef
67
+ {mso-style-unhide:no;
68
+ mso-style-qformat:yes;
69
+ mso-style-parent:Normal;
70
+ margin-top:5.0pt;
71
+ margin-right:0cm;
72
+ margin-bottom:10.0pt;
73
+ margin-left:0pt;
74
+ text-align:justify;
75
+ mso-pagination:widow-orphan;
76
+ /* No, we autonumber */
77
+ /* mso-list:l6 level1 lfo20; */
78
+ tab-stops:list 34.0pt;
79
+ layout-grid-mode:char;
80
+ font-size:10.0pt;
81
+ font-family:"Arial",sans-serif;
82
+ mso-fareast-font-family:"Times New Roman";
83
+ letter-spacing:.4pt;
84
+ mso-ansi-language:EN-GB;
85
+ mso-fareast-language:ZH-CN;}
86
+ /* IEC: FIGURE-title */
87
+ p.FigureTitle
88
+ {mso-style-unhide:no;
89
+ mso-style-qformat:yes;
90
+ mso-style-next:Normal;
91
+ margin-top:5.0pt;
92
+ margin-right:0cm;
93
+ margin-bottom:10.0pt;
94
+ margin-left:0cm;
95
+ text-align:center;
96
+ mso-pagination:widow-orphan;
97
+ layout-grid-mode:char;
98
+ font-size:10.0pt;
99
+ font-family:"Arial",sans-serif;
100
+ mso-fareast-font-family:"Times New Roman";
101
+ letter-spacing:.4pt;
102
+ mso-ansi-language:EN-GB;
103
+ mso-fareast-language:ZH-CN;
104
+ font-weight:bold;}
105
+ p.AdmonitionTitle
106
+ {mso-style-unhide:no;
107
+ mso-style-qformat:yes;
108
+ mso-style-next:Normal;
109
+ margin-top:5.0pt;
110
+ margin-right:0cm;
111
+ margin-bottom:10.0pt;
112
+ margin-left:0cm;
113
+ text-align:center;
114
+ mso-pagination:widow-orphan;
115
+ layout-grid-mode:char;
116
+ font-size:10.0pt;
117
+ font-family:"Arial",sans-serif;
118
+ mso-fareast-font-family:"Times New Roman";
119
+ letter-spacing:.4pt;
120
+ mso-ansi-language:EN-GB;
121
+ mso-fareast-language:ZH-CN;
122
+ font-weight:bold;}
123
+ p.SourceTitle
124
+ {mso-style-unhide:no;
125
+ mso-style-qformat:yes;
126
+ mso-style-next:Normal;
127
+ margin-top:5.0pt;
128
+ margin-right:0cm;
129
+ margin-bottom:10.0pt;
130
+ margin-left:0cm;
131
+ text-align:center;
132
+ mso-pagination:widow-orphan;
133
+ layout-grid-mode:char;
134
+ font-size:10.0pt;
135
+ font-family:"Arial",sans-serif;
136
+ mso-fareast-font-family:"Times New Roman";
137
+ letter-spacing:.4pt;
138
+ mso-ansi-language:EN-GB;
139
+ mso-fareast-language:ZH-CN;
140
+ font-weight:bold;}
141
+ /* IEC: TABLE-title */
142
+ p.TableTitle
143
+ {mso-style-unhide:no;
144
+ mso-style-qformat:yes;
145
+ mso-style-parent:Normal;
146
+ mso-style-next:Normal;
147
+ margin-top:5.0pt;
148
+ margin-right:0cm;
149
+ margin-bottom:10.0pt;
150
+ margin-left:0cm;
151
+ text-align:center;
152
+ mso-pagination:widow-orphan;
153
+ page-break-after:avoid;
154
+ layout-grid-mode:char;
155
+ font-size:10.0pt;
156
+ font-family:"Arial",sans-serif;
157
+ mso-fareast-font-family:"Times New Roman";
158
+ letter-spacing:.4pt;
159
+ mso-ansi-language:EN-GB;
160
+ mso-fareast-language:ZH-CN;
161
+ font-weight:bold;}
162
+ /* IEC: NOTE */
163
+ p.Note, div.Note, li.Note
164
+ {mso-style-unhide:no;
165
+ mso-style-unhide:no;
166
+ mso-style-qformat:yes;
167
+ mso-style-next:Normal;
168
+ margin-top:5.0pt;
169
+ margin-right:0cm;
170
+ margin-bottom:5.0pt;
171
+ margin-left:0cm;
172
+ text-align:justify;
173
+ mso-pagination:widow-orphan;
174
+ layout-grid-mode:char;
175
+ font-size:8.0pt;
176
+ font-family:"Arial",sans-serif;
177
+ mso-fareast-font-family:"Times New Roman";
178
+ letter-spacing:.4pt;
179
+ mso-ansi-language:EN-GB;
180
+ mso-fareast-language:ZH-CN;}
181
+ /* IEC: TABFIGfootnote */
182
+ p.TableFootnote, div.TableFootnote, li.TableFootnote
183
+ /* may need to be revised */
184
+ {
185
+ mso-style-unhide:no;
186
+ mso-style-parent:"MsoFootnoteText";
187
+ margin-top:3.0pt;
188
+ margin-right:0cm;
189
+ margin-bottom:3.0pt;
190
+ margin-left:14.2pt;
191
+ text-align:justify;
192
+ text-indent:-14.2pt;
193
+ mso-pagination:widow-orphan;
194
+ tab-stops:14.2pt;
195
+ layout-grid-mode:char;
196
+ font-size:8.0pt;
197
+ font-family:"Arial",sans-serif;
198
+ mso-fareast-font-family:"Times New Roman";
199
+ letter-spacing:.4pt;
200
+ mso-ansi-language:EN-GB;
201
+ mso-fareast-language:ZH-CN;}
202
+ /* IEC: HEADINGNonumber */
203
+ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle, h1.ForewordTitle
204
+ {mso-style-name:"Foreword Title";
205
+ mso-style-unhide:no;
206
+ mso-style-qformat:yes;
207
+ mso-style-parent:Normal;
208
+ mso-style-next:Normal;
209
+ margin-top:0cm;
210
+ margin-right:0cm;
211
+ margin-bottom:10.0pt;
212
+ margin-left:0cm;
213
+ text-align:center;
214
+ text-indent:0pt;
215
+ mso-pagination:widow-orphan;
216
+ page-break-after:avoid;
217
+ mso-outline-level:1;
218
+ mso-hyphenate:none;
219
+ layout-grid-mode:char;
220
+ font-size:12.0pt;
221
+ mso-bidi-font-size:10.0pt;
222
+ font-family:"Arial",sans-serif;
223
+ mso-fareast-font-family:"Times New Roman";
224
+ letter-spacing:.4pt;
225
+ mso-ansi-language:EN-GB;
226
+ mso-fareast-language:ZH-CN;}
227
+ /* IEC: HEADINGNonumber */
228
+ p.IntroTitle, li.IntroTitle, div.IntroTitle, h1.IntroTitle
229
+ {mso-style-name:"Intro Title";
230
+ mso-style-unhide:no;
231
+ mso-style-qformat:yes;
232
+ mso-style-parent:Normal;
233
+ mso-style-next:Normal;
234
+ margin-top:0cm;
235
+ margin-right:0cm;
236
+ margin-bottom:10.0pt;
237
+ margin-left:0cm;
238
+ text-align:center;
239
+ text-indent:0pt;
240
+ mso-pagination:widow-orphan;
241
+ page-break-after:avoid;
242
+ mso-outline-level:1;
243
+ mso-hyphenate:none;
244
+ layout-grid-mode:char;
245
+ font-size:12.0pt;
246
+ mso-bidi-font-size:10.0pt;
247
+ font-family:"Arial",sans-serif;
248
+ mso-fareast-font-family:"Times New Roman";
249
+ letter-spacing:.4pt;
250
+ mso-ansi-language:EN-GB;
251
+ mso-fareast-language:ZH-CN;}
252
+ /* IEC: TERM */
253
+ p.Terms, li.Terms, div.Terms
254
+ {mso-style-name:"Term\(s\)";
255
+ mso-style-unhide:no;
256
+ mso-style-qformat:yes;
257
+ mso-style-next:TERM-definition;
258
+ margin-top:0cm;
259
+ margin-right:0cm;
260
+ margin-bottom:0cm;
261
+ margin-left:17.0pt;
262
+ margin-bottom:.0001pt;
263
+ text-align:justify;
264
+ text-indent:-17.0pt;
265
+ mso-pagination:widow-orphan;
266
+ page-break-after:avoid;
267
+ layout-grid-mode:char;
268
+ font-size:10.0pt;
269
+ font-family:"Arial",sans-serif;
270
+ mso-fareast-font-family:"Times New Roman";
271
+ letter-spacing:.4pt;
272
+ mso-ansi-language:EN-GB;
273
+ mso-fareast-language:ZH-CN;
274
+ font-weight:bold;}
275
+ /* IEC: TERM-admitted */
276
+ p.AltTerms, li.AltTerms, div.AltTerms
277
+ {mso-style-name:"AltTerm\(s\)";
278
+ mso-style-unhide:no;
279
+ mso-style-qformat:yes;
280
+ mso-style-parent:TERM;
281
+ mso-style-next:TERM-definition;
282
+ margin-top:0cm;
283
+ margin-right:0cm;
284
+ margin-bottom:0cm;
285
+ margin-left:17.0pt;
286
+ margin-bottom:.0001pt;
287
+ text-align:justify;
288
+ text-indent:-17.0pt;
289
+ mso-pagination:widow-orphan;
290
+ page-break-after:avoid;
291
+ layout-grid-mode:char;
292
+ font-size:10.0pt;
293
+ font-family:"Arial",sans-serif;
294
+ mso-fareast-font-family:"Times New Roman";
295
+ letter-spacing:.4pt;
296
+ mso-ansi-language:EN-GB;
297
+ mso-fareast-language:ZH-CN;
298
+ mso-bidi-font-weight:bold;}
299
+ /* TERM-deprecated */
300
+ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
301
+ {mso-style-name:"DeprecatedTerm\(s\)";
302
+ mso-style-unhide:no;
303
+ mso-style-qformat:yes;
304
+ mso-style-parent:NOTE;
305
+ mso-style-next:TERM-number;
306
+ margin-top:5.0pt;
307
+ margin-right:0cm;
308
+ margin-bottom:5.0pt;
309
+ margin-left:0cm;
310
+ text-align:justify;
311
+ mso-pagination:widow-orphan;
312
+ layout-grid-mode:char;
313
+ font-size:8.0pt;
314
+ font-family:"Arial",sans-serif;
315
+ mso-fareast-font-family:"Times New Roman";
316
+ letter-spacing:.4pt;
317
+ mso-ansi-language:EN-GB;
318
+ mso-fareast-language:ZH-CN;}
319
+ /* IEC: TERM-number */
320
+ p.TermNum, li.TermNum, div.TermNum
321
+ {mso-style-name:TermNum;
322
+ mso-style-unhide:no;
323
+ mso-style-qformat:yes;
324
+ mso-style-parent:"Heading 2";
325
+ mso-style-next:TERM;
326
+ margin-top:5.0pt;
327
+ margin-right:0cm;
328
+ margin-bottom:0cm;
329
+ margin-left:0cm;
330
+ margin-bottom:.0001pt;
331
+ text-align:left;
332
+ text-indent:0cm;
333
+ mso-pagination:widow-orphan;
334
+ page-break-after:avoid;
335
+ /* No, we autonumber */
336
+ /*mso-list:l26 level2 lfo40;*/
337
+ mso-hyphenate:none;
338
+ tab-stops:list 31.2pt;
339
+ layout-grid-mode:char;
340
+ font-size:10.0pt;
341
+ font-family:"Arial",sans-serif;
342
+ mso-fareast-font-family:"Times New Roman";
343
+ letter-spacing:.4pt;
344
+ mso-ansi-language:EN-GB;
345
+ mso-fareast-language:ZH-CN;
346
+ font-weight:bold;}
347
+ p.zzContents, li.zzContents, div.zzContents
348
+ {mso-style-name:zzContents;
349
+ mso-style-noshow:yes;
350
+ mso-style-unhide:no;
351
+ mso-style-next:"TOC 1";
352
+ margin-top:48.0pt;
353
+ margin-right:0cm;
354
+ margin-bottom:15.5pt;
355
+ margin-left:0cm;
356
+ line-height:15.5pt;
357
+ mso-line-height-rule:exactly;
358
+ page-break-before:always;
359
+ mso-pagination:widow-orphan;
360
+ page-break-after:avoid;
361
+ mso-hyphenate:none;
362
+ tab-stops:20.15pt;
363
+ font-size:12.0pt;
364
+ text-align:center;
365
+ mso-bidi-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
+ p.zzCopyright, li.zzCopyright, div.zzCopyright
373
+ {mso-style-name:zzCopyright;
374
+ mso-style-noshow:yes;
375
+ mso-style-unhide:no;
376
+ mso-style-next:Normal;
377
+ margin-top:0cm;
378
+ margin-right:14.2pt;
379
+ margin-bottom:12.0pt;
380
+ margin-left:14.2pt;
381
+ text-align:justify;
382
+ line-height:12.0pt;
383
+ mso-pagination:widow-orphan;
384
+ tab-stops:20.15pt 25.7pt 481.15pt;
385
+ border:none;
386
+ mso-border-alt:solid blue .5pt;
387
+ padding:0cm;
388
+ mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
389
+ font-size:11.0pt;
390
+ font-family:$bodyfont;
391
+ mso-fareast-font-family:$bodyfont;
392
+ mso-bidi-font-family:$bodyfont;
393
+ mso-ansi-language:EN-GB;}
394
+ /* IEC: MAIN-TITLE */
395
+ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
396
+ {mso-style-name:zzSTDTitle;
397
+ mso-style-unhide:no;
398
+ mso-style-qformat:yes;
399
+ margin:0cm;
400
+ margin-bottom:.0001pt;
401
+ text-align:center;
402
+ mso-pagination:widow-orphan;
403
+ layout-grid-mode:char;
404
+ font-size:12.0pt;
405
+ font-family:"Arial",sans-serif;
406
+ mso-fareast-font-family:"Times New Roman";
407
+ letter-spacing:.4pt;
408
+ mso-ansi-language:EN-GB;
409
+ mso-fareast-language:ZH-CN;
410
+ text-transform: uppercase;
411
+ font-weight:normal;}
412
+ /* IEC: MAIN-TITLE, not distinct from zzSTDTitle1 */
413
+ p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2
414
+ {mso-style-name:zzSTDTitle;
415
+ mso-style-unhide:no;
416
+ mso-style-qformat:yes;
417
+ margin:0cm;
418
+ margin-bottom:.0001pt;
419
+ text-align:center;
420
+ mso-pagination:widow-orphan;
421
+ layout-grid-mode:char;
422
+ font-size:12.0pt;
423
+ font-family:"Arial",sans-serif;
424
+ mso-fareast-font-family:"Times New Roman";
425
+ letter-spacing:.4pt;
426
+ mso-ansi-language:EN-GB;
427
+ mso-fareast-language:ZH-CN;
428
+ font-weight:normal;}
429
+ p.TABLE-col-heading, li.TABLE-col-heading, div.TABLE-col-heading
430
+ {mso-style-name:TABLE-col-heading;
431
+ mso-style-unhide:no;
432
+ mso-style-qformat:yes;
433
+ mso-style-parent:PARAGRAPH;
434
+ margin-top:3.0pt;
435
+ margin-right:0cm;
436
+ margin-bottom:3.0pt;
437
+ margin-left:0cm;
438
+ text-align:center;
439
+ mso-pagination:widow-orphan;
440
+ page-break-after:avoid;
441
+ layout-grid-mode:char;
442
+ font-size:8.0pt;
443
+ font-family:"Arial",sans-serif;
444
+ mso-fareast-font-family:"Times New Roman";
445
+ letter-spacing:.4pt;
446
+ mso-ansi-language:EN-GB;
447
+ mso-fareast-language:ZH-CN;
448
+ font-weight:bold;}
449
+ p.TABLE-cell, li.TABLE-cell, div.TABLE-cell
450
+ {mso-style-name:TABLE-cell;
451
+ mso-style-unhide:no;
452
+ mso-style-qformat:yes;
453
+ mso-style-parent:PARAGRAPH;
454
+ margin-top:3.0pt;
455
+ margin-right:0cm;
456
+ margin-bottom:3.0pt;
457
+ margin-left:0cm;
458
+ text-align:left;
459
+ mso-pagination:widow-orphan;
460
+ layout-grid-mode:char;
461
+ font-size:8.0pt;
462
+ mso-bidi-font-size:10.0pt;
463
+ font-family:"Arial",sans-serif;
464
+ mso-fareast-font-family:"Times New Roman";
465
+ letter-spacing:.4pt;
466
+ mso-ansi-language:EN-GB;
467
+ mso-fareast-language:ZH-CN;
468
+ mso-bidi-font-weight:bold;}
469
+ p.Quote, li.Quote, div.Quote
470
+ {mso-style-priority:99;
471
+ margin-top:0cm;
472
+ margin-right:36.0pt;
473
+ margin-bottom:0cm;
474
+ margin-left:36.0pt;
475
+ text-align:justify;
476
+ line-height:12.0pt;
477
+ mso-pagination:widow-orphan;
478
+ tab-stops:20.15pt;
479
+ font-size:10.0pt;
480
+ font-family:$bodyfont;
481
+ mso-fareast-font-family:$bodyfont;
482
+ mso-bidi-font-family:$bodyfont;
483
+ mso-ansi-language:EN-GB;}
484
+ p.QuoteAttribution
485
+ {text-align:right;}
486
+ p.Admonition, li.Admonition, div.Admonition
487
+ {mso-style-priority:99;
488
+ mso-pagination:widow-orphan;
489
+ border:none;
490
+ padding:0cm;
491
+ font-size:10.0pt;
492
+ font-family:$bodyfont;
493
+ mso-ascii-font-family:$bodyfont;
494
+ mso-ascii-theme-font:minor-latin;
495
+ mso-fareast-font-family:$bodyfont;
496
+ mso-fareast-theme-font:minor-fareast;
497
+ mso-hansi-font-family:$bodyfont;
498
+ mso-hansi-theme-font:minor-latin;
499
+ mso-bidi-font-family:$bodyfont;
500
+ mso-bidi-theme-font:minor-bidi;
501
+ font-weight:bold;
502
+ mso-ansi-language:EN-AU;}
503
+ /* IEC:PARAEQUATION */
504
+ p.Formula, li.Formula, div.Formula
505
+ {mso-style-name:Formula;
506
+ mso-style-unhide:no;
507
+ mso-style-qformat:yes;
508
+ mso-style-next:Normal;
509
+ margin-top:10.0pt;
510
+ margin-right:0cm;
511
+ margin-bottom:10.0pt;
512
+ margin-left:0cm;
513
+ text-align:justify;
514
+ mso-pagination:widow-orphan;
515
+ tab-stops:center 8.0cm right 16.0cm;
516
+ layout-grid-mode:char;
517
+ font-size:10.0pt;
518
+ font-family:"Arial",sans-serif;
519
+ mso-fareast-font-family:"Times New Roman";
520
+ letter-spacing:.4pt;
521
+ mso-ansi-language:EN-GB;
522
+ mso-fareast-language:ZH-CN;}
523
+ p.FOREWORD, li.FOREWORD, div.FOREWORD
524
+ {mso-style-name:FOREWORD;
525
+ mso-style-unhide:no;
526
+ margin-top:0cm;
527
+ margin-right:0cm;
528
+ margin-bottom:5.0pt;
529
+ margin-left:14.2pt;
530
+ text-align:justify;
531
+ text-indent:-14.2pt;
532
+ mso-pagination:widow-orphan;
533
+ tab-stops:14.2pt;
534
+ layout-grid-mode:char;
535
+ font-size:8.0pt;
536
+ font-family:"Arial",sans-serif;
537
+ mso-fareast-font-family:"Times New Roman";
538
+ letter-spacing:.4pt;
539
+ mso-ansi-language:EN-GB;
540
+ mso-fareast-language:ZH-CN;}
541
+ table.dl
542
+ {margin-top:0cm;
543
+ margin-right:0cm;
544
+ margin-bottom:11.0pt;
545
+ margin-left:0cm;}
546
+
547
+ div.figdl {
548
+ text-align: left; }
549
+
550
+ table.figdl
551
+ {
552
+ mso-para-margin:0cm;
553
+ mso-para-margin-bottom:.0001pt;
554
+ mso-pagination:widow-orphan;
555
+ align: left;
556
+ text-align: left;
557
+ margin-top:0cm;
558
+ margin-right:0cm;
559
+ margin-left: 0cm;
560
+ margin-right: 0cm;
561
+ }
562
+
563
+ ol
564
+ {margin-bottom:0cm;}
565
+ ul
566
+ {margin-bottom:0cm;}
567
+ table.MsoISOTable
568
+ {mso-style-name:"Table ISO";
569
+ mso-tstyle-rowband-size:0;
570
+ mso-tstyle-colband-size:0;
571
+ mso-style-noshow:yes;
572
+ mso-style-priority:99;
573
+ mso-style-parent:"";
574
+ mso-padding-alt:0cm 2.85pt 0cm 2.85pt;
575
+ mso-para-margin:0cm;
576
+ mso-para-margin-bottom:.0001pt;
577
+ mso-pagination:widow-orphan;
578
+ border-collapse:collapse;
579
+ /*mso-table-layout-alt:fixed;*/
580
+ border:solid windowtext 2pt;
581
+ mso-border-alt:solid windowtext 2pt;
582
+ mso-yfti-tbllook:480;
583
+ mso-border-insideh:.75pt solid windowtext;
584
+ mso-border-insidev:.75pt solid windowtext;
585
+ font-size:10.0pt;
586
+ font-family:$bodyfont;}
587
+ table.MsoISOTable tr
588
+ {page-break-inside:avoid;}
589
+ table.MsoISOTable th
590
+ {border:solid windowtext 1pt;
591
+ mso-border-alt:solid windowtext 1pt;
592
+ padding:0cm 2.85pt 0cm 2.85pt;}
593
+ table.MsoISOTable td
594
+ {border:solid windowtext 1pt;
595
+ mso-border-alt:solid windowtext 1pt;
596
+ padding:0cm 2.85pt 0cm 2.85pt;}
597
+ table.MsoTableGrid
598
+ {mso-style-name:"Table Grid";
599
+ mso-tstyle-rowband-size:0;
600
+ mso-tstyle-colband-size:0;
601
+ mso-style-priority:39;
602
+ mso-style-unhide:no;
603
+ border:solid windowtext 1.0pt;
604
+ mso-border-alt:solid windowtext .5pt;
605
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
606
+ mso-border-insideh:.5pt solid windowtext;
607
+ mso-border-insidev:.5pt solid windowtext;
608
+ mso-para-margin:0cm;
609
+ mso-para-margin-bottom:.0001pt;
610
+ mso-pagination:widow-orphan;
611
+ font-size:10.0pt;
612
+ font-family:$bodyfont;}
613
+ td { page-break-inside:avoid; }
614
+ tr { page-break-after:avoid; }
615
+ span.stem
616
+ {font-family:"Cambria Math",serif;
617
+ mso-ascii-font-family:"Cambria Math";
618
+ font-style:italic;}
619
+ div.formula
620
+ {tab-stops:right 487.45pt;}
621
+ body
622
+ {tab-interval:36.0pt;}
623
+ dt
624
+ {page-break-inside:avoid;
625
+ page-break-after:avoid}
626
+ .coverpage_docnumber
627
+ {text-align:right;
628
+ font-size:14.0pt;
629
+ font-weight:bold;}
630
+ .coverpage_techcommittee
631
+ {text-align:right;}
632
+ .coverpage_docstage
633
+ {text-align:center;
634
+ font-size:30.0pt;
635
+ color:#485094;}
636
+ div.doctitle
637
+ {margin-top:100.0pt;
638
+ text-align:left;
639
+ font-size:16.0pt;}
640
+ div.coverpage_warning
641
+ {mso-element:para-border-div;
642
+ border:solid windowtext 1.0pt #485094;
643
+ mso-border-alt:solid windowtext .5pt;
644
+ padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
645
+ margin-left:4.25pt;
646
+ margin-right:4.25pt}
647
+ .coverpage_warning
648
+ {color:#485094;
649
+ font-size:10.0pt;}
650
+ .coverpage {
651
+ text-align: center;
652
+ margin: 2em 0;
653
+ }
654
+
655
+ .coverpage-logo {
656
+ color: #485094;
657
+ }
658
+
659
+ .coverpage-tc-name {
660
+ color: #485094;
661
+ font-size: 1.2em;
662
+ line-height: 1.2em;
663
+ margin: 0.25em 0;
664
+ }
665
+
666
+ .coverpage-doc-identity {
667
+ background-color: #485094;
668
+ color: white;
669
+ font-size: 2em;
670
+ line-height: 2em;
671
+ margin: 0.5em 0;
672
+ }
673
+
674
+ .coverpage-title {
675
+ font-weight: 400;
676
+ }
677
+
678
+ .coverpage-title .title-second {
679
+ display: none;
680
+ }
681
+
682
+ .coverpage-stage-block {
683
+ font-style: italic ;
684
+ font-size: 1.25em;
685
+ font-weight: 600;
686
+ }
687
+
688
+ .coverpage-warning {
689
+ border-top: solid 1px #f36f36;
690
+ border-bottom: solid 1px #f36f36;
691
+ margin: 1em 2em;
692
+ color: #485094;
693
+ padding: 1em;
694
+ }
695
+
696
+ .coverpage-warning .title {
697
+ color: #f36f36;
698
+ font-weight: 500;
699
+ }
700
+
701
+ .coverpage-warning .content {
702
+ font-style: italic;
703
+ }
704
+
705
+ .copyright {
706
+ padding: 1em;
707
+ }
708
+
709
+ .copyright .name {
710
+ color: #485094;
711
+ font-weight: 600;
712
+ }
713
+
714
+ .copyright .address {
715
+ color: #485094;
716
+ }
717
+
718
+ div.rule {
719
+ width: 100%;
720
+ height: 1px;
721
+ background-color: #485094;
722
+ margin: 2em 0;
723
+ }
724
+
725
+ #toc-list ul {
726
+ margin-bottom: 0.25em;
727
+ }
728
+ #toc-list li {
729
+ list-style-type: none;
730
+ }
731
+
732
+
733
+ .MsoTocTextSpan {
734
+ color:windowtext;
735
+ display:none;
736
+ mso-hide:screen;
737
+ mso-ansi-language:EN-GB;
738
+ text-decoration:none;
739
+ text-underline:none;
740
+ }
741
+
742
+ a.TableFootnoteRef
743
+ {mso-style-priority:99;
744
+ vertical-align:super;}
745
+
746
+ aside {
747
+ font-size:10.0pt;
748
+ }
749
+
750
+ /*
751
+ div.example {
752
+ border:solid black .25pt;
753
+ mso-border-alt:solid black .25pt;
754
+ padding:10pt;
755
+ mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
756
+ margin:10pt;
757
+ mso-margin-alt:10.0pt 10.0pt 10.0pt 10.0pt;
758
+ }
759
+ */
760
+
761
+
762
+ /*
763
+ div.example {
764
+ margin-left:70.9pt;
765
+ text-indent:-70.9pt;
766
+ }
767
+ */
768
+ p.example, li.example, div.example, td.example
769
+ { margin:0in;
770
+ margin-bottom:12.0pt;
771
+ mso-pagination:none;
772
+ tab-stops:70.9pt;
773
+ font-size:10.0pt;
774
+ font-family:$bodyfont;}
775
+
776
+ td.example p.MsoListParagraph {
777
+ font-size: 10.0pt;
778
+ }
779
+
780
+ span.note_label, span.example_label, td.example_label, td.note_label
781
+ {
782
+ font-size: 10.0pt;
783
+ font-family:$bodyfont;
784
+ }
785
+