metanorma-nist 1.0.9 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) 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/nist/biblio.rng +1 -1
  7. data/lib/asciidoctor/nist/cleanup.rb +5 -4
  8. data/lib/asciidoctor/nist/converter.rb +13 -18
  9. data/lib/asciidoctor/nist/isodoc.rng +427 -0
  10. data/lib/asciidoctor/nist/reqt.rng +23 -0
  11. data/lib/isodoc/nist/base_convert.rb +26 -4
  12. data/lib/isodoc/nist/html/_coverpage.css +243 -0
  13. data/lib/isodoc/nist/html/_coverpage.scss +1 -1
  14. data/lib/isodoc/nist/html/html_nist_titlepage.html +1 -1
  15. data/lib/isodoc/nist/html/htmlstyle.css +955 -0
  16. data/lib/isodoc/nist/html/nist.css +1055 -0
  17. data/lib/isodoc/nist/html/nist.scss +0 -1
  18. data/lib/isodoc/nist/html/nist_cswp.css +996 -0
  19. data/lib/isodoc/nist/html/nist_cswp.scss +0 -1
  20. data/lib/isodoc/nist/html/wordstyle.css +1440 -0
  21. data/lib/isodoc/nist/html/wordstyle.scss +0 -1
  22. data/lib/isodoc/nist/html/wordstyle_cswp.css +1119 -0
  23. data/lib/isodoc/nist/html/wordstyle_cswp.scss +0 -1
  24. data/lib/isodoc/nist/html_convert.rb +2 -9
  25. data/lib/isodoc/nist/nist.cswp.xsl +988 -361
  26. data/lib/isodoc/nist/nist.sp.xsl +1129 -495
  27. data/lib/isodoc/nist/pdf_convert.rb +4 -15
  28. data/lib/isodoc/nist/presentation_xml_convert.rb +10 -0
  29. data/lib/isodoc/nist/refs.rb +7 -3
  30. data/lib/isodoc/nist/section.rb +2 -1
  31. data/lib/isodoc/nist/word_convert.rb +0 -5
  32. data/lib/isodoc/nist/word_convert_toc.rb +2 -2
  33. data/lib/isodoc/nist/{xrefs.rb → xref.rb} +2 -2
  34. data/lib/metanorma-nist.rb +2 -0
  35. data/lib/metanorma/nist/processor.rb +6 -8
  36. data/lib/metanorma/nist/version.rb +1 -1
  37. data/metanorma-nist.gemspec +2 -1
  38. metadata +30 -10
@@ -1008,4 +1008,3 @@ table.dl
1008
1008
  div.recommend {
1009
1009
  margin-left: 2cm;
1010
1010
  }
1011
-
@@ -0,0 +1,996 @@
1
+ div.authority2 p, div.authority5 p {
2
+ font-family: {{headerfont}}; }
3
+
4
+ div.authority5 {
5
+ text-align: center; }
6
+
7
+ p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing {
8
+ margin: 0cm;
9
+ margin-bottom: .0001pt;
10
+ font-size: 12.0pt;
11
+ font-family: {{bodyfont}}; }
12
+
13
+ p.Default, li.Default, div.Default {
14
+ mso-style-name: Default;
15
+ margin: 0cm;
16
+ margin-bottom: .0001pt;
17
+ text-align: justify;
18
+ text-autospace: none;
19
+ font-size: 12.0pt;
20
+ font-family: "TimesNewRoman",serif; }
21
+
22
+ p.Author, li.Author, div.Author {
23
+ mso-style-name: Author;
24
+ mso-style-unhide: no;
25
+ mso-style-qformat: yes;
26
+ margin: 0cm;
27
+ margin-bottom: .0001pt;
28
+ text-align: right;
29
+ mso-pagination: widow-orphan;
30
+ mso-hyphenate: none;
31
+ font-size: 14.0pt;
32
+ font-family: "Times New Roman",serif;
33
+ mso-fareast-font-family: "Times New Roman";
34
+ mso-bidi-font-family: "Times New Roman";
35
+ mso-ansi-language: EN-US;
36
+ mso-fareast-language: EN-US; }
37
+
38
+ p.Affiliation, li.Affiliation, div.Affiliation {
39
+ mso-style-name: Author;
40
+ mso-style-unhide: no;
41
+ mso-style-qformat: yes;
42
+ margin: 0cm;
43
+ margin-bottom: 12.0pt;
44
+ text-align: right;
45
+ font-style: italic;
46
+ mso-pagination: widow-orphan;
47
+ mso-hyphenate: none;
48
+ font-size: 14.0pt;
49
+ font-family: "Times New Roman",serif;
50
+ mso-fareast-font-family: "Times New Roman";
51
+ mso-bidi-font-family: "Times New Roman";
52
+ mso-ansi-language: EN-US;
53
+ mso-fareast-language: EN-US; }
54
+
55
+ p.ReportNumber, li.ReportNumber, div.ReportNumber {
56
+ mso-style-name: "Report Number";
57
+ mso-style-unhide: no;
58
+ mso-style-qformat: yes;
59
+ mso-style-parent: "";
60
+ margin: 0cm;
61
+ margin-bottom: .0001pt;
62
+ text-align: right;
63
+ line-height: 90%;
64
+ mso-pagination: widow-orphan;
65
+ font-size: 20.0pt;
66
+ mso-bidi-font-size: 12.0pt;
67
+ font-family: "Times New Roman",serif;
68
+ mso-fareast-font-family: "Times New Roman";
69
+ mso-ansi-language: EN-US;
70
+ mso-fareast-language: EN-US;
71
+ font-weight: bold;
72
+ mso-bidi-font-weight: normal; }
73
+
74
+ p.CoverTitle, li.CoverTitle, div.CoverTitle {
75
+ mso-style-name: CoverTitle;
76
+ mso-style-unhide: no;
77
+ mso-style-qformat: yes;
78
+ mso-style-parent: "";
79
+ margin-top: 18.0pt;
80
+ margin-right: 0cm;
81
+ margin-bottom: 6.0pt;
82
+ margin-left: 0cm;
83
+ mso-add-space: auto;
84
+ text-align: right;
85
+ mso-pagination: widow-orphan;
86
+ border: none;
87
+ mso-border-top-alt: thin-thick-small-gap windowtext 4.5pt;
88
+ padding: 0cm;
89
+ mso-padding-alt: 6.0pt 0cm 0cm 0cm;
90
+ font-size: 28.0pt;
91
+ mso-bidi-font-size: 12.0pt;
92
+ font-family: "Times New Roman",serif;
93
+ mso-fareast-font-family: "Times New Roman";
94
+ color: black;
95
+ mso-themecolor: text1;
96
+ position: relative;
97
+ top: -4.0pt;
98
+ mso-text-raise: 4.0pt;
99
+ letter-spacing: -.5pt;
100
+ mso-font-kerning: 10.0pt;
101
+ mso-ansi-language: EN-US;
102
+ mso-fareast-language: EN-US;
103
+ font-weight: bold;
104
+ mso-bidi-font-weight: normal; }
105
+
106
+ p.CoverSubtitle, li.CoverSubtitle, div.CoverSubtitle {
107
+ mso-style-name: CoverSubtitle;
108
+ mso-style-unhide: no;
109
+ mso-style-qformat: yes;
110
+ mso-style-parent: "";
111
+ margin-top: 0cm;
112
+ margin-right: 0cm;
113
+ margin-bottom: 18.0pt;
114
+ margin-left: 0cm;
115
+ mso-add-space: auto;
116
+ text-align: right;
117
+ mso-pagination: widow-orphan;
118
+ mso-hyphenate: none;
119
+ mso-layout-grid-align: auto;
120
+ font-size: 18.0pt;
121
+ mso-bidi-font-size: 12.0pt;
122
+ font-family: "Times New Roman",serif;
123
+ mso-fareast-font-family: "Times New Roman";
124
+ color: black;
125
+ mso-themecolor: text1;
126
+ mso-ansi-language: EN-US;
127
+ mso-fareast-language: EN-US;
128
+ font-style: italic;
129
+ mso-bidi-font-style: normal;
130
+ mso-bidi-font-weight: normal; }
131
+
132
+ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre {
133
+ mso-style-unhide: no;
134
+ mso-style-qformat: yes;
135
+ mso-style-parent: "";
136
+ margin-top: 0cm;
137
+ margin-right: 0cm;
138
+ margin-bottom: 12.0pt;
139
+ margin-left: 0cm;
140
+ text-align: left;
141
+ mso-pagination: widow-orphan;
142
+ 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;
143
+ font-size: 10.0pt;
144
+ font-family: {{monospacefont}};
145
+ mso-fareast-font-family: Calibri;
146
+ mso-bidi-font-family: "Courier New";
147
+ mso-ansi-language: EN-GB; }
148
+
149
+ p.pseudocode, li.pseudocode, div.pseudocode {
150
+ mso-style-unhide: no;
151
+ mso-style-qformat: yes;
152
+ mso-style-parent: "";
153
+ margin-top: 0cm;
154
+ margin-right: 0cm;
155
+ margin-bottom: 12.0pt;
156
+ margin-left: 0cm;
157
+ text-align: left;
158
+ mso-pagination: widow-orphan;
159
+ 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;
160
+ font-size: 12.0pt;
161
+ font-family: {{bodyfont}};
162
+ mso-fareast-font-family: Calibri;
163
+ mso-bidi-font-family: "Courier New";
164
+ mso-ansi-language: EN-GB; }
165
+
166
+ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
167
+ mso-style-unhide: no;
168
+ mso-style-qformat: yes;
169
+ mso-style-parent: "";
170
+ margin-top: 0cm;
171
+ margin-right: 0cm;
172
+ margin-bottom: 12.0pt;
173
+ margin-left: 33.15pt;
174
+ text-indent: -33.15pt;
175
+ tab-stops: 33.15pt;
176
+ line-height: 12.0pt;
177
+ mso-pagination: widow-orphan;
178
+ font-size: 12pt;
179
+ font-weight: normal;
180
+ font-family: {{bodyfont}};
181
+ mso-fareast-font-family: {{bodyfont}};
182
+ mso-bidi-font-family: {{bodyfont}};
183
+ mso-ansi-language: EN-GB; }
184
+
185
+ p.FigureTitle {
186
+ mso-style-unhide: no;
187
+ mso-style-qformat: yes;
188
+ mso-style-parent: "";
189
+ margin-top: 0cm;
190
+ margin-right: 0cm;
191
+ margin-bottom: 6.0pt;
192
+ margin-left: 0cm;
193
+ text-align: center;
194
+ line-height: 12.0pt;
195
+ page-break-before: avoid;
196
+ mso-pagination: widow-orphan;
197
+ tab-stops: 20.15pt;
198
+ font-size: 11.0pt;
199
+ font-weight: bold;
200
+ font-family: {{bodyfont}};
201
+ mso-fareast-font-family: {{bodyfont}};
202
+ mso-bidi-font-family: {{bodyfont}};
203
+ mso-ansi-language: EN-GB; }
204
+
205
+ p.SourceTitle {
206
+ mso-style-unhide: no;
207
+ mso-style-qformat: yes;
208
+ mso-style-parent: "";
209
+ margin-top: 0cm;
210
+ margin-right: 0cm;
211
+ margin-bottom: 6.0pt;
212
+ margin-left: 0cm;
213
+ text-align: center;
214
+ line-height: 12.0pt;
215
+ page-break-before: avoid;
216
+ mso-pagination: widow-orphan;
217
+ tab-stops: 20.15pt;
218
+ font-size: 11.0pt;
219
+ font-weight: bold;
220
+ font-family: {{bodyfont}};
221
+ mso-fareast-font-family: {{bodyfont}};
222
+ mso-bidi-font-family: {{bodyfont}};
223
+ mso-ansi-language: EN-GB; }
224
+
225
+ p.AdmonitionTitle, p.RecommendationTitle {
226
+ mso-style-unhide: no;
227
+ mso-style-qformat: yes;
228
+ mso-style-parent: "";
229
+ margin-top: 0cm;
230
+ margin-right: 0cm;
231
+ margin-bottom: 6.0pt;
232
+ margin-left: 0cm;
233
+ text-align: center;
234
+ line-height: 12.0pt;
235
+ page-break-after: avoid;
236
+ mso-pagination: widow-orphan;
237
+ tab-stops: 20.15pt;
238
+ font-size: 11.0pt;
239
+ font-weight: bold;
240
+ font-family: {{bodyfont}};
241
+ mso-fareast-font-family: {{bodyfont}};
242
+ mso-bidi-font-family: {{bodyfont}};
243
+ mso-ansi-language: EN-GB; }
244
+
245
+ p.TableTitle {
246
+ margin-top: 0cm;
247
+ margin-right: 0cm;
248
+ margin-bottom: 12.0pt;
249
+ margin-left: 0cm;
250
+ text-align: center;
251
+ page-break-after: avoid;
252
+ font-size: 9.0pt;
253
+ font-family: {{headerfont}};
254
+ color: #244061;
255
+ font-weight: bold; }
256
+
257
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
258
+ mso-style-unhide: no;
259
+ mso-style-qformat: yes;
260
+ mso-style-parent: "";
261
+ margin-top: 0cm;
262
+ margin-right: 0cm;
263
+ margin-bottom: 12.0pt;
264
+ margin-left: 0cm;
265
+ text-align: justify;
266
+ line-height: 12.0pt;
267
+ mso-pagination: widow-orphan;
268
+ tab-stops: 20.15pt;
269
+ font-size: 10.0pt;
270
+ mso-bidi-font-size: 11.0pt;
271
+ font-family: {{bodyfont}};
272
+ font-size: 10.0pt;
273
+ mso-fareast-font-family: {{bodyfont}};
274
+ mso-bidi-font-family: {{bodyfont}};
275
+ mso-ansi-language: EN-GB; }
276
+
277
+ p.ANNEX, li.ANNEX, div.ANNEX {
278
+ mso-style-name: ANNEX;
279
+ mso-style-priority: 10;
280
+ mso-style-unhide: no;
281
+ mso-style-next: Normal;
282
+ margin-top: 0cm;
283
+ margin-right: 0cm;
284
+ margin-bottom: 24.0pt;
285
+ margin-left: 0cm;
286
+ text-align: center;
287
+ text-indent: 0cm;
288
+ line-height: 15.5pt;
289
+ mso-line-height-rule: exactly;
290
+ page-break-before: always;
291
+ mso-pagination: widow-orphan;
292
+ page-break-after: avoid;
293
+ mso-outline-level: 1;
294
+ mso-list: l0 level1 lfo12;
295
+ tab-stops: 20.15pt;
296
+ font-size: 14.0pt;
297
+ mso-bidi-font-size: 11.0pt;
298
+ font-family: {{headerfont}};
299
+ mso-fareast-font-family: {{headerfont}};
300
+ mso-bidi-font-family: {{headerfont}};
301
+ mso-ansi-language: EN-GB;
302
+ mso-fareast-language: JA;
303
+ font-weight: bold;
304
+ mso-bidi-font-weight: normal; }
305
+
306
+ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
307
+ mso-style-name: "Biblio Title";
308
+ mso-style-noshow: yes;
309
+ mso-style-unhide: no;
310
+ margin-top: 0cm;
311
+ margin-right: 0cm;
312
+ margin-bottom: 15.5pt;
313
+ margin-left: 0cm;
314
+ text-align: center;
315
+ line-height: 15.5pt;
316
+ mso-pagination: widow-orphan;
317
+ mso-outline-level: 1;
318
+ tab-stops: 20.15pt;
319
+ font-size: 14.0pt;
320
+ mso-bidi-font-size: 11.0pt;
321
+ font-family: {{headerfont}};
322
+ mso-fareast-font-family: {{headerfont}};
323
+ mso-bidi-font-family: {{headerfont}};
324
+ mso-ansi-language: EN-GB;
325
+ font-weight: bold;
326
+ mso-bidi-font-weight: normal; }
327
+
328
+ p.Definition, li.Definition, div.Definition {
329
+ mso-style-name: Definition;
330
+ mso-style-priority: 9;
331
+ mso-style-unhide: no;
332
+ margin-top: 0cm;
333
+ margin-right: 0cm;
334
+ margin-bottom: 12.0pt;
335
+ margin-left: 0cm;
336
+ text-align: justify;
337
+ line-height: 12.0pt;
338
+ mso-pagination: widow-orphan;
339
+ tab-stops: 20.15pt;
340
+ font-size: 11.0pt;
341
+ font-family: {{bodyfont}};
342
+ mso-fareast-font-family: {{bodyfont}};
343
+ mso-bidi-font-family: {{bodyfont}};
344
+ mso-ansi-language: EN-GB; }
345
+
346
+ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
347
+ mso-style-name: "Foreword Title";
348
+ mso-style-noshow: yes;
349
+ mso-style-unhide: no;
350
+ margin-top: 0cm;
351
+ margin-right: 0cm;
352
+ margin-bottom: 15.5pt;
353
+ margin-left: 0cm;
354
+ text-align: justify;
355
+ line-height: 15.5pt;
356
+ page-break-before: always;
357
+ mso-pagination: widow-orphan;
358
+ page-break-after: avoid;
359
+ mso-outline-level: 1;
360
+ mso-hyphenate: none;
361
+ tab-stops: 20.15pt;
362
+ font-size: 14.0pt;
363
+ mso-bidi-font-size: 11.0pt;
364
+ font-family: {{headerfont}};
365
+ mso-fareast-font-family: {{headerfont}};
366
+ mso-bidi-font-family: {{headerfont}};
367
+ mso-ansi-language: EN-GB;
368
+ font-weight: bold;
369
+ mso-bidi-font-weight: normal; }
370
+
371
+ p.IntroTitle, li.IntroTitle, div.IntroTitle {
372
+ mso-style-name: "Intro Title";
373
+ mso-style-noshow: yes;
374
+ mso-style-unhide: no;
375
+ mso-style-parent: "Foreword Title";
376
+ margin-top: 0cm;
377
+ margin-right: 0cm;
378
+ margin-bottom: 15.5pt;
379
+ margin-left: 0cm;
380
+ text-align: justify;
381
+ line-height: 15.5pt;
382
+ mso-pagination: widow-orphan;
383
+ page-break-after: avoid;
384
+ mso-outline-level: 1;
385
+ mso-hyphenate: none;
386
+ tab-stops: 20.15pt;
387
+ font-size: 14.0pt;
388
+ mso-bidi-font-size: 11.0pt;
389
+ font-family: {{headerfont}};
390
+ mso-fareast-font-family: {{headerfont}};
391
+ mso-bidi-font-family: {{headerfont}};
392
+ mso-ansi-language: EN-GB;
393
+ font-weight: bold;
394
+ page-break-before: always;
395
+ mso-bidi-font-weight: normal; }
396
+
397
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
398
+ mso-style-noshow: yes;
399
+ mso-style-unhide: no;
400
+ mso-style-parent: "Foreword Title";
401
+ margin-top: 0cm;
402
+ margin-right: 0cm;
403
+ margin-bottom: 15.5pt;
404
+ margin-left: 0cm;
405
+ text-align: center;
406
+ line-height: 15.5pt;
407
+ mso-pagination: widow-orphan;
408
+ page-break-after: avoid;
409
+ mso-hyphenate: none;
410
+ tab-stops: 20.15pt;
411
+ font-size: 14.0pt;
412
+ mso-bidi-font-size: 11.0pt;
413
+ font-family: {{headerfont}};
414
+ mso-fareast-font-family: {{headerfont}};
415
+ mso-bidi-font-family: {{headerfont}};
416
+ mso-ansi-language: EN-GB;
417
+ font-weight: bold;
418
+ mso-bidi-font-weight: normal; }
419
+
420
+ p.Terms, li.Terms, div.Terms {
421
+ mso-style-name: "Term\(s\)";
422
+ mso-style-priority: 8;
423
+ mso-style-unhide: no;
424
+ mso-style-next: Definition;
425
+ margin: 0cm;
426
+ margin-bottom: .0001pt;
427
+ line-height: 12.0pt;
428
+ mso-pagination: widow-orphan;
429
+ page-break-after: avoid;
430
+ mso-hyphenate: none;
431
+ tab-stops: 20.15pt;
432
+ font-size: 11.0pt;
433
+ font-family: {{headerfont}};
434
+ mso-fareast-font-family: {{headerfont}};
435
+ mso-bidi-font-family: {{headerfont}};
436
+ mso-ansi-language: EN-GB;
437
+ font-weight: bold;
438
+ mso-bidi-font-weight: bold; }
439
+
440
+ p.AltTerms, li.AltTerms, div.AltTerms {
441
+ mso-style-name: "AltTerm\(s\)";
442
+ mso-style-priority: 8;
443
+ mso-style-unhide: no;
444
+ mso-style-next: Definition;
445
+ margin: 0cm;
446
+ margin-bottom: .0001pt;
447
+ line-height: 12.0pt;
448
+ mso-pagination: widow-orphan;
449
+ page-break-after: avoid;
450
+ mso-hyphenate: none;
451
+ tab-stops: 20.15pt;
452
+ font-size: 11.0pt;
453
+ font-family: {{bodyfont}};
454
+ mso-fareast-font-family: {{bodyfont}};
455
+ mso-bidi-font-family: {{bodyfont}};
456
+ mso-ansi-language: EN-GB;
457
+ mso-bidi-font-weight: normal; }
458
+
459
+ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
460
+ mso-style-name: "DeprecatedTerm\(s\)";
461
+ mso-style-priority: 8;
462
+ mso-style-unhide: no;
463
+ mso-style-next: Definition;
464
+ margin: 0cm;
465
+ margin-bottom: .0001pt;
466
+ line-height: 12.0pt;
467
+ mso-pagination: widow-orphan;
468
+ page-break-after: avoid;
469
+ mso-hyphenate: none;
470
+ tab-stops: 20.15pt;
471
+ font-size: 11.0pt;
472
+ font-family: {{bodyfont}};
473
+ mso-fareast-font-family: {{bodyfont}};
474
+ mso-bidi-font-family: {{bodyfont}};
475
+ mso-ansi-language: EN-GB;
476
+ mso-bidi-font-weight: normal; }
477
+
478
+ p.TermNum, li.TermNum, div.TermNum {
479
+ mso-style-name: TermNum;
480
+ mso-style-priority: 7;
481
+ mso-style-unhide: no;
482
+ mso-style-next: "Term\(s\)";
483
+ margin: 0cm;
484
+ margin-bottom: .0001pt;
485
+ line-height: 12.0pt;
486
+ mso-pagination: widow-orphan;
487
+ page-break-after: avoid;
488
+ tab-stops: 20.15pt;
489
+ font-size: 11.0pt;
490
+ font-family: {{headerfont}};
491
+ mso-fareast-font-family: {{headerfont}};
492
+ mso-bidi-font-family: {{headerfont}};
493
+ mso-ansi-language: EN-GB;
494
+ font-weight: bold;
495
+ mso-bidi-font-weight: normal; }
496
+
497
+ p.zzContents, li.zzContents, div.zzContents {
498
+ mso-style-name: zzContents;
499
+ mso-style-noshow: yes;
500
+ mso-style-unhide: no;
501
+ mso-style-next: "TOC 1";
502
+ margin-top: 48.0pt;
503
+ margin-right: 0cm;
504
+ margin-bottom: 15.5pt;
505
+ margin-left: 0cm;
506
+ line-height: 15.5pt;
507
+ mso-line-height-rule: exactly;
508
+ page-break-before: always;
509
+ mso-pagination: widow-orphan;
510
+ page-break-after: avoid;
511
+ mso-hyphenate: none;
512
+ tab-stops: 20.15pt;
513
+ font-size: 14.0pt;
514
+ mso-bidi-font-size: 11.0pt;
515
+ font-family: {{headerfont}};
516
+ mso-fareast-font-family: {{headerfont}};
517
+ mso-bidi-font-family: {{headerfont}};
518
+ mso-ansi-language: EN-GB;
519
+ font-weight: bold;
520
+ mso-bidi-font-weight: normal; }
521
+
522
+ p.zzCopyright, li.zzCopyright {
523
+ mso-style-name: zzCopyright;
524
+ mso-style-noshow: yes;
525
+ mso-style-unhide: no;
526
+ mso-style-next: Normal;
527
+ margin-top: 0cm;
528
+ margin-right: 14.2pt;
529
+ margin-bottom: 12.0pt;
530
+ margin-left: 14.2pt;
531
+ text-align: justify;
532
+ line-height: 12.0pt;
533
+ mso-pagination: widow-orphan;
534
+ tab-stops: 20.15pt 25.7pt 481.15pt;
535
+ padding: 0cm;
536
+ mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
537
+ font-size: 12pt;
538
+ font-family: {{bodyfont}};
539
+ mso-fareast-font-family: {{bodyfont}};
540
+ mso-bidi-font-family: {{bodyfont}};
541
+ mso-ansi-language: EN-GB; }
542
+
543
+ div.zzCopyright {
544
+ mso-element: para-border-div;
545
+ border: solid windowtext 1.0pt;
546
+ mso-border-top-alt: solid windowtext .5pt;
547
+ mso-border-left-alt: solid windowtext .5pt;
548
+ mso-border-right-alt: solid windowtext .5pt;
549
+ mso-border-bottom-alt: solid windowtext .5pt;
550
+ padding: 1.0pt 4.0pt 0cm 4.0pt;
551
+ margin-left: 5.1pt;
552
+ margin-right: 5.1pt; }
553
+
554
+ p.zzCopyright_address {
555
+ margin-top: 0cm;
556
+ margin-right: 14.2pt;
557
+ margin-bottom: 0.0pt;
558
+ margin-left: 14.2pt;
559
+ mso-layout-grid-align: none;
560
+ text-autospace: none;
561
+ padding-left: 20pt;
562
+ mso-padding-alt-left: 20pt;
563
+ font-size: 10.0pt;
564
+ text-align: left;
565
+ mso-bidi-font-size: 11.0pt; }
566
+
567
+ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
568
+ mso-style-name: zzSTDTitle;
569
+ mso-style-noshow: yes;
570
+ mso-style-unhide: no;
571
+ mso-style-next: Normal;
572
+ margin-top: 20.0pt;
573
+ margin-right: 0cm;
574
+ margin-bottom: 38.0pt;
575
+ margin-left: 0cm;
576
+ line-height: 17.5pt;
577
+ mso-line-height-rule: exactly;
578
+ mso-pagination: widow-orphan;
579
+ mso-hyphenate: none;
580
+ tab-stops: 20.15pt;
581
+ font-size: 16.0pt;
582
+ mso-bidi-font-size: 11.0pt;
583
+ font-family: {{headerfont}};
584
+ mso-fareast-font-family: {{headerfont}};
585
+ mso-bidi-font-family: {{headerfont}};
586
+ mso-ansi-language: EN-GB;
587
+ font-weight: bold;
588
+ mso-bidi-font-weight: normal; }
589
+
590
+ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
591
+ mso-style-name: zzSTDTitle;
592
+ mso-style-noshow: yes;
593
+ mso-style-unhide: no;
594
+ mso-style-next: Normal;
595
+ margin-top: 0pt;
596
+ margin-right: 0cm;
597
+ margin-bottom: 18.0pt;
598
+ margin-left: 0cm;
599
+ line-height: 17.5pt;
600
+ mso-line-height-rule: exactly;
601
+ mso-pagination: widow-orphan;
602
+ mso-hyphenate: none;
603
+ tab-stops: 20.15pt;
604
+ font-size: 16.0pt;
605
+ mso-bidi-font-size: 11.0pt;
606
+ font-family: {{headerfont}};
607
+ mso-fareast-font-family: {{headerfont}};
608
+ mso-bidi-font-family: {{headerfont}};
609
+ mso-ansi-language: EN-GB;
610
+ font-weight: bold;
611
+ mso-bidi-font-weight: normal; }
612
+
613
+ p.Quote, li.Quote, div.Quote {
614
+ mso-style-priority: 99;
615
+ margin-top: 0cm;
616
+ margin-right: 36.0pt;
617
+ margin-bottom: 0cm;
618
+ margin-left: 36.0pt;
619
+ text-align: justify;
620
+ line-height: 12.0pt;
621
+ mso-pagination: widow-orphan;
622
+ tab-stops: 20.15pt;
623
+ font-size: 12pt;
624
+ font-family: {{bodyfont}};
625
+ mso-fareast-font-family: {{bodyfont}};
626
+ mso-bidi-font-family: {{bodyfont}};
627
+ mso-ansi-language: EN-GB; }
628
+
629
+ p.QuoteAttribution {
630
+ text-align: right;
631
+ mso-style-priority: 99;
632
+ margin-top: 0cm;
633
+ margin-right: 36.0pt;
634
+ margin-bottom: 0cm;
635
+ margin-left: 36.0pt;
636
+ line-height: 12.0pt;
637
+ mso-pagination: widow-orphan;
638
+ tab-stops: 20.15pt;
639
+ font-size: 12pt;
640
+ font-family: {{bodyfont}};
641
+ mso-fareast-font-family: {{bodyfont}};
642
+ mso-bidi-font-family: {{bodyfont}};
643
+ mso-ansi-language: EN-GB; }
644
+
645
+ div.Admonition {
646
+ mso-style-priority: 99;
647
+ mso-pagination: widow-orphan;
648
+ padding: 18.0pt 12.0pt 18.0pt 12.0pt;
649
+ margin-left: 14.2pt;
650
+ margin-right: 14.2pt;
651
+ border: none;
652
+ mso-element: para-border-div;
653
+ border: solid windowtext 1.0pt;
654
+ mso-border-alt: solid windowtext .5pt;
655
+ mso-padding-alt: 7.0pt 4.0pt 7.0pt 4.0pt;
656
+ font-size: 11.0pt;
657
+ font-family: {{headerfont}};
658
+ background-color: #dddddd;
659
+ mso-ascii-font-family: {{headerfont}};
660
+ mso-ascii-theme-font: minor-latin;
661
+ mso-fareast-font-family: {{headerfont}};
662
+ mso-fareast-theme-font: minor-fareast;
663
+ mso-hansi-font-family: {{headerfont}};
664
+ mso-hansi-theme-font: minor-latin;
665
+ mso-bidi-font-family: {{headerfont}};
666
+ mso-bidi-theme-font: minor-bidi;
667
+ mso-ansi-language: EN-AU; }
668
+
669
+ div.Admonition p {
670
+ margin-top: 6.0pt;
671
+ margin-right: 0cm;
672
+ margin-bottom: 6.0pt;
673
+ margin-left: 0cm;
674
+ text-align: left;
675
+ mso-pagination: widow-orphan;
676
+ mso-hyphenate: auto;
677
+ background: #dddddd;
678
+ mso-layout-grid-align: auto;
679
+ mso-vertical-align-alt: auto;
680
+ border: none;
681
+ mso-border-alt: solid black 1.0pt;
682
+ padding: 0cm;
683
+ mso-padding-alt: 8.0pt 8.0pt 8.0pt 8.0pt; }
684
+
685
+ p.Admonition, li.Admonition {
686
+ mso-style-priority: 99;
687
+ mso-pagination: widow-orphan;
688
+ padding: 0cm;
689
+ padding: 18.0pt 12.0pt 18.0pt 12.0pt;
690
+ border: none;
691
+ mso-border-alt: solid .25pt;
692
+ mso-padding-alt: 7.0pt 4.0pt 7.0pt 4.0pt;
693
+ font-size: 11.0pt;
694
+ font-family: {{headerfont}};
695
+ background-color: #dddddd;
696
+ mso-ascii-font-family: {{headerfont}};
697
+ mso-ascii-theme-font: minor-latin;
698
+ mso-fareast-font-family: {{headerfont}};
699
+ mso-fareast-theme-font: minor-fareast;
700
+ mso-hansi-font-family: {{headerfont}};
701
+ mso-hansi-theme-font: minor-latin;
702
+ mso-bidi-font-family: {{headerfont}};
703
+ mso-bidi-theme-font: minor-bidi;
704
+ mso-ansi-language: EN-AU; }
705
+
706
+ p.Code, li.Code, div.Code {
707
+ mso-style-name: Code;
708
+ mso-style-priority: 16;
709
+ mso-style-unhide: no;
710
+ mso-style-qformat: yes;
711
+ margin: 0cm;
712
+ margin-bottom: .0001pt;
713
+ line-height: 10.0pt;
714
+ mso-pagination: widow-orphan;
715
+ tab-stops: 20.15pt;
716
+ font-size: 9.0pt;
717
+ mso-bidi-font-size: 11.0pt;
718
+ font-family: {{monospacefont}};
719
+ mso-fareast-font-family: Calibri;
720
+ mso-bidi-font-family: "Source Sans Pro";
721
+ mso-ansi-language: EN-GB; }
722
+
723
+ table.pseudocode {
724
+ background-color: #dddddd;
725
+ border: none;
726
+ mso-border-alt: solid windowtext .5pt; }
727
+
728
+ p.Formula, li.Formula, div.Formula {
729
+ mso-style-name: Formula;
730
+ mso-style-noshow: yes;
731
+ mso-style-unhide: no;
732
+ margin-top: 0cm;
733
+ margin-right: 0cm;
734
+ margin-bottom: 11.0pt;
735
+ margin-left: 20.15pt;
736
+ line-height: 12.0pt;
737
+ mso-pagination: widow-orphan;
738
+ tab-stops: right 487.45pt;
739
+ font-size: 12pt;
740
+ font-family: {{bodyfont}};
741
+ mso-fareast-font-family: {{bodyfont}};
742
+ mso-bidi-font-family: {{bodyfont}};
743
+ mso-ansi-language: EN-GB; }
744
+
745
+ @page {
746
+ mso-facing-pages: yes; }
747
+
748
+ @page WordSection1 {
749
+ size: 8.5in 11.0in;
750
+ margin: 1.0in 1.0in 1.0in 1.0in;
751
+ mso-header-margin: 0.5in;
752
+ mso-footer-margin: 0.5in;
753
+ mso-title-page: yes;
754
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
755
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
756
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f1;
757
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
758
+ mso-paper-source: 0;
759
+ {% if status == "Public Draft" %}
760
+ mso-line-numbers-count-by: 1;
761
+ mso-line-numbers-restart: continuous;
762
+ {% endif %} }
763
+
764
+ div.WordSection1 {
765
+ page: WordSection1; }
766
+
767
+ @page WordSection2 {
768
+ size: 8.5in 11.0in;
769
+ margin: 1.0in 1.0in 1.0in 1.0in;
770
+ mso-header-margin: 0.5in;
771
+ mso-footer-margin: 0.5in;
772
+ mso-page-numbers: roman-lower;
773
+ {% if status == "Public Draft" %}
774
+ mso-line-numbers-count-by: 1;
775
+ mso-line-numbers-restart: continuous;
776
+ {% endif %}
777
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
778
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
779
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
780
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
781
+ mso-paper-source: 0; }
782
+
783
+ @page WordSection2L {
784
+ size: 11.0in 8.5in;
785
+ margin: 1.0in 1.0in 1.0in 1.0in;
786
+ mso-header-margin: 0.5in;
787
+ mso-footer-margin: 0.5in;
788
+ {% if status == "Public Draft" %}
789
+ mso-line-numbers-count-by: 1;
790
+ mso-line-numbers-restart: continuous;
791
+ {% endif %}
792
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
793
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
794
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
795
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
796
+ mso-paper-source: 0; }
797
+
798
+ @page WordSection2P {
799
+ size: 8.5in 11.0in;
800
+ margin: 1.0in 1.0in 1.0in 1.0in;
801
+ mso-header-margin: 0.5in;
802
+ mso-footer-margin: 0.5in;
803
+ {% if status == "Public Draft" %}
804
+ mso-line-numbers-count-by: 1;
805
+ mso-line-numbers-restart: continuous;
806
+ {% endif %}
807
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
808
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
809
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
810
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
811
+ mso-paper-source: 0; }
812
+
813
+ div.WordSection2 {
814
+ page: WordSection2; }
815
+
816
+ @page WordSection3 {
817
+ size: 8.5in 11.0in;
818
+ margin: 1.0in 1.0in 1.0in 1.0in;
819
+ mso-header-margin: 0.5in;
820
+ mso-footer-margin: 0.5in;
821
+ mso-page-numbers: 1;
822
+ {% if status == "Public Draft" %}
823
+ mso-line-numbers-count-by: 1;
824
+ mso-line-numbers-restart: continuous;
825
+ {% endif %}
826
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
827
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
828
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
829
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
830
+ mso-paper-source: 0; }
831
+
832
+ @page WordSection3L {
833
+ size: 11.0in 8.5in;
834
+ margin: 1.0in 1.0in 1.0in 1.0in;
835
+ mso-header-margin: 0.5in;
836
+ mso-footer-margin: 0.5in;
837
+ {% if status == "Public Draft" %}
838
+ mso-line-numbers-count-by: 1;
839
+ mso-line-numbers-restart: continuous;
840
+ {% endif %}
841
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
842
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
843
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
844
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
845
+ mso-paper-source: 0; }
846
+
847
+ @page WordSection3P {
848
+ size: 8.5in 11.0in;
849
+ margin: 1.0in 1.0in 1.0in 1.0in;
850
+ mso-header-margin: 0.5in;
851
+ mso-footer-margin: 0.5in;
852
+ {% if status == "Public Draft" %}
853
+ mso-line-numbers-count-by: 1;
854
+ mso-line-numbers-restart: continuous;
855
+ {% endif %}
856
+ mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
857
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
858
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
859
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
860
+ mso-paper-source: 0; }
861
+
862
+ div.WordSection3 {
863
+ page: WordSection3; }
864
+
865
+ table.MsoISOTable {
866
+ mso-style-name: "Table NIST";
867
+ mso-tstyle-rowband-size: 0;
868
+ mso-tstyle-colband-size: 0;
869
+ mso-style-noshow: yes;
870
+ mso-style-priority: 99;
871
+ mso-style-parent: "";
872
+ mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
873
+ mso-para-margin: 0cm;
874
+ mso-para-margin-bottom: .0001pt;
875
+ mso-pagination: widow-orphan;
876
+ border-collapse: collapse;
877
+ mso-table-layout-alt: fixed;
878
+ border: solid windowtext 2pt;
879
+ mso-border-alt: solid windowtext 2pt;
880
+ mso-yfti-tbllook: 480;
881
+ mso-border-insideh: .75pt solid windowtext;
882
+ mso-border-insidev: .75pt solid windowtext;
883
+ font-size: 10.0pt;
884
+ font-family: {{bodyfont}}; }
885
+
886
+ table.MsoISOTable th {
887
+ border: solid windowtext 1pt;
888
+ background: black;
889
+ color: white;
890
+ text-align: center;
891
+ font-family: {{headerfont}};
892
+ mso-border-alt: solid windowtext 1pt;
893
+ padding: 0cm 2.85pt 0cm 2.85pt; }
894
+
895
+ table.MsoISOTable td {
896
+ border: solid windowtext 1pt;
897
+ mso-border-alt: solid windowtext 1pt;
898
+ padding: 0cm 2.85pt 0cm 2.85pt; }
899
+
900
+ table.MsoTableGrid {
901
+ mso-style-name: "Table Grid";
902
+ mso-tstyle-rowband-size: 0;
903
+ mso-tstyle-colband-size: 0;
904
+ mso-style-priority: 39;
905
+ mso-style-unhide: no;
906
+ border: solid windowtext 1.0pt;
907
+ mso-border-alt: solid windowtext .5pt;
908
+ mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
909
+ mso-border-insideh: .5pt solid windowtext;
910
+ mso-border-insidev: .5pt solid windowtext;
911
+ mso-para-margin: 0cm;
912
+ mso-para-margin-bottom: .0001pt;
913
+ mso-pagination: widow-orphan;
914
+ font-size: 10.0pt;
915
+ font-family: {{bodyfont}}; }
916
+
917
+ div.formula {
918
+ tab-stops: right 487.45pt; }
919
+
920
+ body {
921
+ tab-interval: 36.0pt; }
922
+
923
+ dl.glossary dt {
924
+ font-weight: bold; }
925
+
926
+ .coverpage_docnumber {
927
+ text-align: center;
928
+ font-size: 14.0pt;
929
+ font-weight: bold; }
930
+
931
+ .coverpage_techcommittee {
932
+ text-align: center;
933
+ font-size: 12.0pt; }
934
+
935
+ .coverpage_docstage {
936
+ text-align: center;
937
+ font-size: 30.0pt;
938
+ color: #485094; }
939
+
940
+ div.coverpage_warning {
941
+ mso-element: para-border-div;
942
+ border: solid windowtext 1.0pt #485094;
943
+ mso-border-alt: solid windowtext .5pt;
944
+ padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
945
+ font-size: 10.0pt;
946
+ margin-left: 4.25pt;
947
+ margin-right: 4.25pt; }
948
+
949
+ .coverpage_warning {
950
+ color: #485094;
951
+ font-size: 10.0pt; }
952
+
953
+ a.TableFootnoteRef, span.TableFootnoteRef {
954
+ mso-style-priority: 99;
955
+ mso-style-parent: "Footnote Reference";
956
+ vertical-align: super; }
957
+
958
+ aside {
959
+ font-size: 10.0pt; }
960
+
961
+ .example-title {
962
+ font-weight: bold;
963
+ margin-left: -36.0pt; }
964
+
965
+ div.example {
966
+ margin-right: 36.0pt;
967
+ margin-left: 36.0pt;
968
+ margin-top: 0cm;
969
+ margin-bottom: 0cm; }
970
+
971
+ p.example, li.example, div.example, td.example {
972
+ mso-pagination: none;
973
+ font-size: 10.0pt;
974
+ font-family: {{bodyfont}}; }
975
+
976
+ td.example p.MsoListParagraph {
977
+ font-size: 10.0pt; }
978
+
979
+ div.example p.MsoListParagraph {
980
+ font-size: 10.0pt; }
981
+
982
+ div.Note p.MsoListParagraph {
983
+ font-size: 10.0pt; }
984
+
985
+ span.note_label, span.example_label, td.example_label, td.note_label {
986
+ font-size: 10.0pt;
987
+ font-family: {{bodyfont}}; }
988
+
989
+ table.dl {
990
+ margin-top: 0cm;
991
+ margin-right: 0cm;
992
+ margin-bottom: 11.0pt;
993
+ margin-left: 20.15pt; }
994
+
995
+ div.recommend {
996
+ margin-left: 2cm; }