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