metanorma-nist 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/nist/basicdoc.rng +5 -4
- data/lib/asciidoctor/nist/biblio.rng +3 -0
- data/lib/isodoc/nist/html/html_nist_titlepage.html +1 -1
- data/lib/isodoc/nist/html/nist.scss +0 -16
- data/lib/isodoc/nist/html/nist_cswp.scss +0 -16
- data/lib/isodoc/nist/html/word_nist_titlepage.html +7 -7
- data/lib/isodoc/nist/html/word_nist_titlepage_cswp.html +1 -1
- data/lib/isodoc/nist/html/wordstyle.scss +37 -103
- data/lib/isodoc/nist/html/wordstyle_cswp.scss +37 -103
- data/lib/isodoc/nist/html_convert.rb +4 -4
- data/lib/isodoc/nist/metadata.rb +10 -1
- data/lib/isodoc/nist/pdf_convert.rb +4 -4
- data/lib/isodoc/nist/word_convert.rb +4 -4
- data/lib/metanorma/nist/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 212377bf657db6cba3784b785e8330d2d02969005e076fb33a005ec997d65d83
|
4
|
+
data.tar.gz: 115c326b43c2829260fc310588430691d95b1256053503d57f1ddb1a640cc7ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 252bce4d6e2581eb292cf10e5331bcaf912be7cf6dfc6c80dec8725b7b620606b0de567d1ce37ac45d260a2dc445a3ff859b3aaf02eb1a13f9bd8d043ab0afb4
|
7
|
+
data.tar.gz: fb189a22027a25f8545f16e4c439a0c2a0d68a5a54b28bfa8c282740d3420df32b88d557877626c08e2bcc2743ba40365593ab63f5ce0f063cb9f74a2b9649f3
|
@@ -1,9 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
|
-
<include href="biblio.rng"
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
<include href="biblio.rng">
|
4
|
+
<start>
|
5
|
+
<ref name="document"/>
|
6
|
+
</start>
|
7
|
+
</include>
|
7
8
|
<define name="document">
|
8
9
|
<element name="document">
|
9
10
|
<optional>
|
@@ -33,6 +33,9 @@
|
|
33
33
|
<param name="pattern">([\+\-]?\d{4})((-?)((0[1-9]|1[0-2])((-?)([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6]))))?</param>
|
34
34
|
</data>
|
35
35
|
</define>
|
36
|
+
<start>
|
37
|
+
<ref name="relaton_collection"/>
|
38
|
+
</start>
|
36
39
|
<define name="status">
|
37
40
|
<element name="status">
|
38
41
|
<ref name="stage"/>
|
@@ -182,7 +182,7 @@
|
|
182
182
|
|
183
183
|
<div style="clear: both;"/>
|
184
184
|
<div class="logo-wrapper">
|
185
|
-
|
185
|
+
<img id="commerce-logo" src="{{ logo_commerce }}" width="auto" height="auto"/>
|
186
186
|
</div>
|
187
187
|
</div>
|
188
188
|
</div>
|
@@ -767,10 +767,6 @@ div.WordSection2
|
|
767
767
|
mso-paper-source:0;}
|
768
768
|
div.WordSection3
|
769
769
|
{page:WordSection3;}
|
770
|
-
ol
|
771
|
-
{margin-bottom:0cm;}
|
772
|
-
ul
|
773
|
-
{margin-bottom:0cm;}
|
774
770
|
table.MsoISOTable
|
775
771
|
{mso-style-name:"Table NIST";
|
776
772
|
mso-tstyle-rowband-size:0;
|
@@ -791,8 +787,6 @@ table.MsoISOTable
|
|
791
787
|
mso-border-insidev:.75pt solid windowtext;
|
792
788
|
font-size:10.0pt;
|
793
789
|
font-family:$bodyfont;}
|
794
|
-
table.MsoISOTable tr
|
795
|
-
{page-break-inside:avoid;}
|
796
790
|
table.MsoISOTable th
|
797
791
|
{border:solid windowtext 1pt;
|
798
792
|
background: black;
|
@@ -823,20 +817,10 @@ table.MsoTableGrid
|
|
823
817
|
mso-pagination:widow-orphan;
|
824
818
|
font-size:10.0pt;
|
825
819
|
font-family:$bodyfont;}
|
826
|
-
td { page-break-inside:avoid; }
|
827
|
-
tr { page-break-after:avoid; }
|
828
|
-
span.stem
|
829
|
-
{font-family:"Cambria Math",serif;
|
830
|
-
mso-ascii-font-family:"Cambria Math";
|
831
|
-
font-style:
|
832
|
-
italic;}
|
833
820
|
div.formula
|
834
821
|
{tab-stops:right 487.45pt;}
|
835
822
|
body
|
836
823
|
{tab-interval:36.0pt;}
|
837
|
-
dt
|
838
|
-
{page-break-inside:avoid;
|
839
|
-
page-break-after:avoid}
|
840
824
|
dl.glossary dt {
|
841
825
|
font-weight: bold;
|
842
826
|
}
|
@@ -741,10 +741,6 @@ div.WordSection2
|
|
741
741
|
mso-paper-source:0;}
|
742
742
|
div.WordSection3
|
743
743
|
{page:WordSection3;}
|
744
|
-
ol
|
745
|
-
{margin-bottom:0cm;}
|
746
|
-
ul
|
747
|
-
{margin-bottom:0cm;}
|
748
744
|
table.MsoISOTable
|
749
745
|
{mso-style-name:"Table NIST";
|
750
746
|
mso-tstyle-rowband-size:0;
|
@@ -765,8 +761,6 @@ table.MsoISOTable
|
|
765
761
|
mso-border-insidev:.75pt solid windowtext;
|
766
762
|
font-size:10.0pt;
|
767
763
|
font-family:$bodyfont;}
|
768
|
-
table.MsoISOTable tr
|
769
|
-
{page-break-inside:avoid;}
|
770
764
|
table.MsoISOTable th
|
771
765
|
{border:solid windowtext 1pt;
|
772
766
|
background: black;
|
@@ -795,20 +789,10 @@ table.MsoTableGrid
|
|
795
789
|
mso-pagination:widow-orphan;
|
796
790
|
font-size:10.0pt;
|
797
791
|
font-family:$bodyfont;}
|
798
|
-
td { page-break-inside:avoid; }
|
799
|
-
tr { page-break-after:avoid; }
|
800
|
-
span.stem
|
801
|
-
{font-family:"Cambria Math",serif;
|
802
|
-
mso-ascii-font-family:"Cambria Math";
|
803
|
-
font-style:
|
804
|
-
italic;}
|
805
792
|
div.formula
|
806
793
|
{tab-stops:right 487.45pt;}
|
807
794
|
body
|
808
795
|
{tab-interval:36.0pt;}
|
809
|
-
dt
|
810
|
-
{page-break-inside:avoid;
|
811
|
-
page-break-after:avoid}
|
812
796
|
dl.glossary dt {
|
813
797
|
font-weight: bold;
|
814
798
|
}
|
@@ -298,7 +298,7 @@ style='font-size:14.0pt'><o:p> </o:p></span></p>
|
|
298
298
|
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
299
299
|
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
300
300
|
o:allowoverlap="f">
|
301
|
-
<v:imagedata src="
|
301
|
+
<v:imagedata src="{{ logo_nist }}"
|
302
302
|
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
303
303
|
<o:lock v:ext="edit" aspectratio="f"/>
|
304
304
|
<w:wrap type="square" anchory="margin"/>
|
@@ -540,7 +540,7 @@ style='font-size:14.0pt'><o:p> </o:p></span></p>
|
|
540
540
|
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
541
541
|
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
542
542
|
o:allowoverlap="f">
|
543
|
-
<v:imagedata src="
|
543
|
+
<v:imagedata src="{{ logo_nist }}"
|
544
544
|
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
545
545
|
<o:lock v:ext="edit" aspectratio="f"/>
|
546
546
|
<w:wrap type="square" anchory="margin"/>
|
@@ -1034,7 +1034,7 @@ style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:
|
|
1034
1034
|
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
1035
1035
|
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
1036
1036
|
o:allowoverlap="f">
|
1037
|
-
<v:imagedata src="
|
1037
|
+
<v:imagedata src="{{ logo_nist }}"
|
1038
1038
|
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
1039
1039
|
<o:lock v:ext="edit" aspectratio="f"/>
|
1040
1040
|
<w:wrap type="square" anchory="margin"/>
|
@@ -1206,7 +1206,7 @@ AAAAAAAAAAAAAMcEAABkcnMvZG93bnJldi54bWxQSwUGAAAAAAQABADzAAAA2AUAAAAA
|
|
1206
1206
|
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
1207
1207
|
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
1208
1208
|
o:allowoverlap="f">
|
1209
|
-
<v:imagedata src="
|
1209
|
+
<v:imagedata src="{{ logo_nist }}"
|
1210
1210
|
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
1211
1211
|
<o:lock v:ext="edit" aspectratio="f"/>
|
1212
1212
|
<w:wrap type="square" anchory="margin"/>
|
@@ -1320,7 +1320,7 @@ style='mso-spacerun:yes'> </span></span></p>
|
|
1320
1320
|
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
1321
1321
|
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
1322
1322
|
o:allowoverlap="f">
|
1323
|
-
<v:imagedata src="
|
1323
|
+
<v:imagedata src="{{ logo_nist }}"
|
1324
1324
|
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
1325
1325
|
<o:lock v:ext="edit" aspectratio="f"/>
|
1326
1326
|
<w:wrap type="square" anchory="margin"/>
|
@@ -1459,7 +1459,7 @@ lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
|
1459
1459
|
|
1460
1460
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'>
|
1461
1461
|
<img width="91" height="90"
|
1462
|
-
|
1462
|
+
src="{{ logo_commerce_word }}"
|
1463
1463
|
alt="Seal of the U.S. Department of Commerce"/>
|
1464
1464
|
</p>
|
1465
1465
|
|
@@ -1527,7 +1527,7 @@ lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
|
1527
1527
|
|
1528
1528
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'>
|
1529
1529
|
<img width="91" height="90"
|
1530
|
-
|
1530
|
+
src="{{ logo_commerce_word }}"
|
1531
1531
|
alt="Seal of the U.S. Department of Commerce"/>
|
1532
1532
|
</p>
|
1533
1533
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
mso-position-vertical-relative:margin;mso-width-percent:0;
|
53
53
|
mso-height-percent:0;mso-width-relative:margin;mso-height-relative:margin'
|
54
54
|
>
|
55
|
-
|
55
|
+
<v:imagedata src="{{ logo_cswp }}"
|
56
56
|
o:title="" cropright="-184f"/>
|
57
57
|
<w:wrap type="square" anchorx="margin" anchory="margin"/>
|
58
58
|
</v:shape><span
|
@@ -1267,106 +1267,43 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
1267
1267
|
margin-left:162.0pt;
|
1268
1268
|
text-indent:-18.0pt;}
|
1269
1269
|
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
margin-right:0cm;
|
1308
|
-
margin-bottom:12.0pt;
|
1309
|
-
mso-pagination:widow-orphan;
|
1310
|
-
font-size:11.0pt;
|
1311
|
-
font-family:$bodyfont;
|
1312
|
-
mso-ansi-language:EN-AU;
|
1313
|
-
mso-fareast-language:EN-US;}
|
1314
|
-
p.ListContLevel5, li.ListContLevel5, div.ListContLevel5
|
1315
|
-
{mso-style-priority:34;
|
1316
|
-
margin-top:0cm;
|
1317
|
-
margin-left:90.0pt;
|
1318
|
-
margin-right:0cm;
|
1319
|
-
margin-bottom:12.0pt;
|
1320
|
-
mso-pagination:widow-orphan;
|
1321
|
-
font-size:11.0pt;
|
1322
|
-
font-family:$bodyfont;
|
1323
|
-
mso-ansi-language:EN-AU;
|
1324
|
-
mso-fareast-language:EN-US;}
|
1325
|
-
p.ListContLevel6, li.ListContLevel6, div.ListContLevel6
|
1326
|
-
{mso-style-priority:34;
|
1327
|
-
margin-top:0cm;
|
1328
|
-
margin-left:108.0pt;
|
1329
|
-
margin-right:0cm;
|
1330
|
-
margin-bottom:12.0pt;
|
1331
|
-
mso-pagination:widow-orphan;
|
1332
|
-
font-size:11.0pt;
|
1333
|
-
font-family:$bodyfont;
|
1334
|
-
mso-ansi-language:EN-AU;
|
1335
|
-
mso-fareast-language:EN-US;}
|
1336
|
-
p.ListContLevel7, li.ListContLevel7, div.ListContLevel7
|
1337
|
-
{mso-style-priority:34;
|
1338
|
-
margin-top:0cm;
|
1339
|
-
margin-left:126.0pt;
|
1340
|
-
margin-right:0cm;
|
1341
|
-
margin-bottom:12.0pt;
|
1342
|
-
mso-pagination:widow-orphan;
|
1343
|
-
font-size:11.0pt;
|
1344
|
-
font-family:$bodyfont;
|
1345
|
-
mso-ansi-language:EN-AU;
|
1346
|
-
mso-fareast-language:EN-US;}
|
1347
|
-
p.ListContLevel8, li.ListContLevel8, div.ListContLevel8
|
1348
|
-
{mso-style-priority:34;
|
1349
|
-
margin-top:0cm;
|
1350
|
-
margin-left:144.0pt;
|
1351
|
-
margin-right:0cm;
|
1352
|
-
margin-bottom:12.0pt;
|
1353
|
-
mso-pagination:widow-orphan;
|
1354
|
-
font-size:11.0pt;
|
1355
|
-
font-family:$bodyfont;
|
1356
|
-
mso-ansi-language:EN-AU;
|
1357
|
-
mso-fareast-language:EN-US;}
|
1358
|
-
p.ListContLevel9, li.ListContLevel9, div.ListContLevel9
|
1359
|
-
{mso-style-priority:34;
|
1360
|
-
margin-top:0cm;
|
1361
|
-
margin-left:162.0pt;
|
1362
|
-
margin-right:0cm;
|
1363
|
-
margin-bottom:12.0pt;
|
1364
|
-
mso-pagination:widow-orphan;
|
1365
|
-
font-size:11.0pt;
|
1366
|
-
font-family:$bodyfont;
|
1367
|
-
mso-ansi-language:EN-AU;
|
1368
|
-
mso-fareast-language:EN-US;}
|
1369
|
-
|
1270
|
+
div.ListContLevel1
|
1271
|
+
{mso-style-priority:34;
|
1272
|
+
margin-left:18.0pt;
|
1273
|
+
margin-right:0cm;}
|
1274
|
+
div.ListContLevel2
|
1275
|
+
{mso-style-priority:34;
|
1276
|
+
margin-top:0cm;
|
1277
|
+
margin-left:36.0pt;
|
1278
|
+
margin-right:0cm;}
|
1279
|
+
div.ListContLevel3
|
1280
|
+
{mso-style-priority:34;
|
1281
|
+
margin-left:54.0pt;
|
1282
|
+
margin-right:0cm;}
|
1283
|
+
div.ListContLevel4
|
1284
|
+
{mso-style-priority:34;
|
1285
|
+
margin-left:72.0pt;
|
1286
|
+
margin-right:0cm;}
|
1287
|
+
div.ListContLevel5
|
1288
|
+
{mso-style-priority:34;
|
1289
|
+
margin-left:90.0pt;
|
1290
|
+
margin-right:0cm;}
|
1291
|
+
div.ListContLevel6
|
1292
|
+
{mso-style-priority:34;
|
1293
|
+
margin-left:108.0pt;
|
1294
|
+
margin-right:0cm;}
|
1295
|
+
div.ListContLevel7
|
1296
|
+
{mso-style-priority:34;
|
1297
|
+
margin-left:126.0pt;
|
1298
|
+
margin-right:0cm;}
|
1299
|
+
div.ListContLevel8
|
1300
|
+
{mso-style-priority:34;
|
1301
|
+
margin-left:144.0pt;
|
1302
|
+
margin-right:0cm;}
|
1303
|
+
div.ListContLevel9
|
1304
|
+
{mso-style-priority:34;
|
1305
|
+
margin-left:162.0pt;
|
1306
|
+
margin-right:0cm;}
|
1370
1307
|
|
1371
1308
|
table.MsoNormalTable
|
1372
1309
|
{mso-style-name:"Table Normal";
|
@@ -1381,9 +1318,6 @@ table.MsoNormalTable
|
|
1381
1318
|
mso-pagination:widow-orphan;
|
1382
1319
|
font-size:10.0pt;
|
1383
1320
|
font-family:$bodyfont;}
|
1384
|
-
br.section
|
1385
|
-
{page-break-before:always;
|
1386
|
-
mso-break-type:section-break;}
|
1387
1321
|
ol
|
1388
1322
|
{margin-bottom:0cm;
|
1389
1323
|
margin-left:18pt;}
|
@@ -947,106 +947,43 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
947
947
|
margin-left:162.0pt;
|
948
948
|
text-indent:-18.0pt;}
|
949
949
|
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
margin-right:0cm;
|
988
|
-
margin-bottom:12.0pt;
|
989
|
-
mso-pagination:widow-orphan;
|
990
|
-
font-size:11.0pt;
|
991
|
-
font-family:$bodyfont;
|
992
|
-
mso-ansi-language:EN-AU;
|
993
|
-
mso-fareast-language:EN-US;}
|
994
|
-
p.ListContLevel5, li.ListContLevel5, div.ListContLevel5
|
995
|
-
{mso-style-priority:34;
|
996
|
-
margin-top:0cm;
|
997
|
-
margin-left:90.0pt;
|
998
|
-
margin-right:0cm;
|
999
|
-
margin-bottom:12.0pt;
|
1000
|
-
mso-pagination:widow-orphan;
|
1001
|
-
font-size:11.0pt;
|
1002
|
-
font-family:$bodyfont;
|
1003
|
-
mso-ansi-language:EN-AU;
|
1004
|
-
mso-fareast-language:EN-US;}
|
1005
|
-
p.ListContLevel6, li.ListContLevel6, div.ListContLevel6
|
1006
|
-
{mso-style-priority:34;
|
1007
|
-
margin-top:0cm;
|
1008
|
-
margin-left:108.0pt;
|
1009
|
-
margin-right:0cm;
|
1010
|
-
margin-bottom:12.0pt;
|
1011
|
-
mso-pagination:widow-orphan;
|
1012
|
-
font-size:11.0pt;
|
1013
|
-
font-family:$bodyfont;
|
1014
|
-
mso-ansi-language:EN-AU;
|
1015
|
-
mso-fareast-language:EN-US;}
|
1016
|
-
p.ListContLevel7, li.ListContLevel7, div.ListContLevel7
|
1017
|
-
{mso-style-priority:34;
|
1018
|
-
margin-top:0cm;
|
1019
|
-
margin-left:126.0pt;
|
1020
|
-
margin-right:0cm;
|
1021
|
-
margin-bottom:12.0pt;
|
1022
|
-
mso-pagination:widow-orphan;
|
1023
|
-
font-size:11.0pt;
|
1024
|
-
font-family:$bodyfont;
|
1025
|
-
mso-ansi-language:EN-AU;
|
1026
|
-
mso-fareast-language:EN-US;}
|
1027
|
-
p.ListContLevel8, li.ListContLevel8, div.ListContLevel8
|
1028
|
-
{mso-style-priority:34;
|
1029
|
-
margin-top:0cm;
|
1030
|
-
margin-left:144.0pt;
|
1031
|
-
margin-right:0cm;
|
1032
|
-
margin-bottom:12.0pt;
|
1033
|
-
mso-pagination:widow-orphan;
|
1034
|
-
font-size:11.0pt;
|
1035
|
-
font-family:$bodyfont;
|
1036
|
-
mso-ansi-language:EN-AU;
|
1037
|
-
mso-fareast-language:EN-US;}
|
1038
|
-
p.ListContLevel9, li.ListContLevel9, div.ListContLevel9
|
1039
|
-
{mso-style-priority:34;
|
1040
|
-
margin-top:0cm;
|
1041
|
-
margin-left:162.0pt;
|
1042
|
-
margin-right:0cm;
|
1043
|
-
margin-bottom:12.0pt;
|
1044
|
-
mso-pagination:widow-orphan;
|
1045
|
-
font-size:11.0pt;
|
1046
|
-
font-family:$bodyfont;
|
1047
|
-
mso-ansi-language:EN-AU;
|
1048
|
-
mso-fareast-language:EN-US;}
|
1049
|
-
|
950
|
+
div.ListContLevel1
|
951
|
+
{mso-style-priority:34;
|
952
|
+
margin-left:18.0pt;
|
953
|
+
margin-right:0cm;}
|
954
|
+
div.ListContLevel2
|
955
|
+
{mso-style-priority:34;
|
956
|
+
margin-top:0cm;
|
957
|
+
margin-left:36.0pt;
|
958
|
+
margin-right:0cm;}
|
959
|
+
div.ListContLevel3
|
960
|
+
{mso-style-priority:34;
|
961
|
+
margin-left:54.0pt;
|
962
|
+
margin-right:0cm;}
|
963
|
+
div.ListContLevel4
|
964
|
+
{mso-style-priority:34;
|
965
|
+
margin-left:72.0pt;
|
966
|
+
margin-right:0cm;}
|
967
|
+
div.ListContLevel5
|
968
|
+
{mso-style-priority:34;
|
969
|
+
margin-left:90.0pt;
|
970
|
+
margin-right:0cm;}
|
971
|
+
div.ListContLevel6
|
972
|
+
{mso-style-priority:34;
|
973
|
+
margin-left:108.0pt;
|
974
|
+
margin-right:0cm;}
|
975
|
+
div.ListContLevel7
|
976
|
+
{mso-style-priority:34;
|
977
|
+
margin-left:126.0pt;
|
978
|
+
margin-right:0cm;}
|
979
|
+
div.ListContLevel8
|
980
|
+
{mso-style-priority:34;
|
981
|
+
margin-left:144.0pt;
|
982
|
+
margin-right:0cm;}
|
983
|
+
div.ListContLevel9
|
984
|
+
{mso-style-priority:34;
|
985
|
+
margin-left:162.0pt;
|
986
|
+
margin-right:0cm;}
|
1050
987
|
|
1051
988
|
table.MsoNormalTable
|
1052
989
|
{mso-style-name:"Table Normal";
|
@@ -1061,9 +998,6 @@ table.MsoNormalTable
|
|
1061
998
|
mso-pagination:widow-orphan;
|
1062
999
|
font-size:10.0pt;
|
1063
1000
|
font-family:$bodyfont;}
|
1064
|
-
br.section
|
1065
|
-
{page-break-before:always;
|
1066
|
-
mso-break-type:section-break;}
|
1067
1001
|
ol
|
1068
1002
|
{margin-bottom:0cm;
|
1069
1003
|
margin-left:18pt;}
|
@@ -15,10 +15,10 @@ module IsoDoc
|
|
15
15
|
|
16
16
|
def convert1(docxml, filename, dir)
|
17
17
|
@bibliographycount = docxml.xpath(ns("//bibliography/references | //annex/references | //bibliography/clause/references")).size
|
18
|
-
FileUtils.cp html_doc_path('logo.png'), "#{@localdir}/logo.png"
|
19
|
-
FileUtils.cp html_doc_path('commerce-logo-color.png'), "#{@localdir}/commerce-logo-color.png"
|
20
|
-
|
21
|
-
|
18
|
+
#FileUtils.cp html_doc_path('logo.png'), "#{@localdir}/logo.png"
|
19
|
+
#FileUtils.cp html_doc_path('commerce-logo-color.png'), "#{@localdir}/commerce-logo-color.png"
|
20
|
+
#@files_to_delete << "#{@localdir}/logo.png"
|
21
|
+
#@files_to_delete << "#{@localdir}/commerce-logo-color.png"
|
22
22
|
super
|
23
23
|
end
|
24
24
|
|
data/lib/isodoc/nist/metadata.rb
CHANGED
@@ -6,6 +6,15 @@ module IsoDoc
|
|
6
6
|
class Metadata < IsoDoc::Metadata
|
7
7
|
def initialize(lang, script, labels)
|
8
8
|
super
|
9
|
+
here = File.dirname(__FILE__)
|
10
|
+
set(:logo_nist,
|
11
|
+
File.expand_path(File.join(here, "html", "logo.png")))
|
12
|
+
set(:logo_cswp,
|
13
|
+
File.expand_path(File.join(here, "html", "logo_cswp.png")))
|
14
|
+
set(:logo_commerce,
|
15
|
+
File.expand_path(File.join(here, "html", "commerce-logo-color.png")))
|
16
|
+
set(:logo_commerce_word,
|
17
|
+
File.expand_path(File.join(here, "html", "deptofcommerce.png")))
|
9
18
|
end
|
10
19
|
|
11
20
|
def iter_abbr(stage, iter)
|
@@ -340,7 +349,7 @@ module IsoDoc
|
|
340
349
|
set(:withdrawal_note, note)
|
341
350
|
note = xml.at(ns("//bibdata/note[@type = "\
|
342
351
|
"'withdrawal-announcement-link']"))&.text and
|
343
|
-
|
352
|
+
set(:withdrawal_announcement_link, note)
|
344
353
|
end
|
345
354
|
end
|
346
355
|
end
|
@@ -15,10 +15,10 @@ module IsoDoc
|
|
15
15
|
|
16
16
|
def convert1(docxml, filename, dir)
|
17
17
|
@bibliographycount = docxml.xpath(ns("//bibliography/references | //annex/references | //bibliography/clause/references")).size
|
18
|
-
FileUtils.cp html_doc_path('logo.png'), File.join(@localdir, "logo.png")
|
19
|
-
FileUtils.cp html_doc_path('commerce-logo-color.png'), File.join(@localdir, "commerce-logo-color.png")
|
20
|
-
|
21
|
-
|
18
|
+
#FileUtils.cp html_doc_path('logo.png'), File.join(@localdir, "logo.png")
|
19
|
+
#FileUtils.cp html_doc_path('commerce-logo-color.png'), File.join(@localdir, "commerce-logo-color.png")
|
20
|
+
#@files_to_delete << File.join(@localdir, "logo.png")
|
21
|
+
#@files_to_delete << File.join(@localdir, "commerce-logo-color.png")
|
22
22
|
super
|
23
23
|
end
|
24
24
|
|
@@ -20,10 +20,10 @@ module IsoDoc
|
|
20
20
|
@bibliographycount =
|
21
21
|
docxml.xpath(ns("//bibliography/references | //annex/references | "\
|
22
22
|
"//bibliography/clause/references")).size
|
23
|
-
FileUtils.cp html_doc_path(@series == "NIST CSWP" ? "logo_cswp.png" :
|
24
|
-
"logo.png"), "#{@localdir}/logo.png"
|
25
|
-
FileUtils.cp html_doc_path("deptofcommerce.png"),
|
26
|
-
"#{@localdir}/deptofcommerce.png"
|
23
|
+
#FileUtils.cp html_doc_path(@series == "NIST CSWP" ? "logo_cswp.png" :
|
24
|
+
#"logo.png"), "#{@localdir}/logo.png"
|
25
|
+
#FileUtils.cp html_doc_path("deptofcommerce.png"),
|
26
|
+
#"#{@localdir}/deptofcommerce.png"
|
27
27
|
if @series == "NIST CSWP"
|
28
28
|
@wordstylesheet_name = html_doc_path("wordstyle_cswp.scss")
|
29
29
|
@standardstylesheet_name = html_doc_path("nist_cswp.scss")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-nist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|