metanorma-iec 2.0.3 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/iec/html/wordstyle.css +20 -0
- data/lib/isodoc/iec/html/wordstyle.scss +19 -0
- data/lib/isodoc/iec/iec.international-standard.xsl +626 -186
- data/lib/isodoc/iec/xref.rb +10 -9
- data/lib/metanorma/iec/isodoc.rng +73 -3
- data/lib/metanorma/iec/version.rb +1 -1
- data/spec/isodoc/iev_spec.rb +5 -10
- data/spec/isodoc/postproc_spec.rb +1 -1
- data/spec/isodoc/terms_spec.rb +4 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 853d28e406c62d6a579dd28f8cb61c8e94dc133441a98fd7c0bb77a76452387b
|
4
|
+
data.tar.gz: 7114e1a86ee395f61c13a0f05a1813068da20bda5ca3f402fb91302969a31967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9068350394bd65e4b2593a50ad7a367ba5e55cb1b9a63a60a9a627850052a75a2f57c61199f19cc32667574fca04c163b05d1122fcf07dfd55fb2d8c72a746f
|
7
|
+
data.tar.gz: abe4a8a6c92df9930eb7be164f93a7fe44dc176b274a7fa06c38a71e22c81016d7a0eae5e71d16be7a1f2c49d5bf99112cfcf0c7e9a3f9f77017ab466280f6bc
|
@@ -1410,6 +1410,26 @@ p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading {
|
|
1410
1410
|
mso-fareast-language: ZH-CN;
|
1411
1411
|
font-weight: bold; }
|
1412
1412
|
|
1413
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
1414
|
+
mso-style-name: "TOC Title";
|
1415
|
+
mso-style-unhide: no;
|
1416
|
+
margin-top: 0in;
|
1417
|
+
margin-right: 0in;
|
1418
|
+
margin-bottom: {{normalfontsize}};
|
1419
|
+
margin-left: 0in;
|
1420
|
+
text-align: left;
|
1421
|
+
page-break-after: avoid;
|
1422
|
+
mso-pagination: none;
|
1423
|
+
mso-hyphenate: none;
|
1424
|
+
mso-layout-grid-align: none;
|
1425
|
+
font-size: {{normalfontsize}};
|
1426
|
+
mso-bidi-font-size: 10.0pt;
|
1427
|
+
font-weight: bold;
|
1428
|
+
font-family: {{headerfont}};
|
1429
|
+
mso-fareast-font-family: {{headerfont}};
|
1430
|
+
mso-bidi-font-family: {{headerfont}};
|
1431
|
+
mso-fareast-language: EN-US; }
|
1432
|
+
|
1413
1433
|
/* Page Definitions */
|
1414
1434
|
@page {
|
1415
1435
|
mso-mirror-margins: yes;
|
@@ -1324,6 +1324,25 @@ p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading
|
|
1324
1324
|
mso-ansi-language:EN-GB;
|
1325
1325
|
mso-fareast-language:ZH-CN;
|
1326
1326
|
font-weight:bold;}
|
1327
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle
|
1328
|
+
{mso-style-name:"TOC Title";
|
1329
|
+
mso-style-unhide:no;
|
1330
|
+
margin-top:0in;
|
1331
|
+
margin-right:0in;
|
1332
|
+
margin-bottom:$normalfontsize;
|
1333
|
+
margin-left:0in;
|
1334
|
+
text-align:left;
|
1335
|
+
page-break-after:avoid;
|
1336
|
+
mso-pagination:none;
|
1337
|
+
mso-hyphenate:none;
|
1338
|
+
mso-layout-grid-align:none;
|
1339
|
+
font-size:$normalfontsize;
|
1340
|
+
mso-bidi-font-size:10.0pt;
|
1341
|
+
font-weight:bold;
|
1342
|
+
font-family:$headerfont;
|
1343
|
+
mso-fareast-font-family:$headerfont;
|
1344
|
+
mso-bidi-font-family:$headerfont;
|
1345
|
+
mso-fareast-language:EN-US;}
|
1327
1346
|
|
1328
1347
|
/* Page Definitions */
|
1329
1348
|
@page
|