metanorma-iec 2.7.3 → 2.7.5
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/htmlstyle.css +21 -25
- data/lib/isodoc/iec/iec.international-standard.xsl +618 -163
- data/lib/isodoc/iec/presentation_xml_convert.rb +37 -2
- data/lib/metanorma/iec/isodoc.rng +44 -19
- data/lib/metanorma/iec/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: ec8091b9a14353c9b9607ffdc0caf1587f68bbcfaeddd6011269319eebbc29d0
|
4
|
+
data.tar.gz: e5cf6489c24d5bca999c7e8be61c1faa2250b523f4ef4c514c75cf257b76e1fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30cee0844430c28a14c39527a2a3720cce28bea6aeb1c8f89f9c61d1bf6110e970a63935194befad7c6ae52d232f3fd1a85e2d2bbb54240231416e5524b6b991
|
7
|
+
data.tar.gz: 0d79fe546085c839d6d4dfea54e49bb04f2929116420c14527716ea1bf574c75fa7ebafeea398bf18968237b709d929f446f10830c461ca5efd577fe63b861f4
|
@@ -145,16 +145,6 @@ div.document-stage-band, div.document-type-band {
|
|
145
145
|
background-color: #333333;
|
146
146
|
}
|
147
147
|
|
148
|
-
a.FootnoteRef + a.FootnoteRef::before {
|
149
|
-
content: ", ";
|
150
|
-
vertical-align: super;
|
151
|
-
}
|
152
|
-
|
153
|
-
a.TableFootnoteRef + a.TableFootnoteRef::before {
|
154
|
-
content: ", ";
|
155
|
-
vertical-align: super;
|
156
|
-
}
|
157
|
-
|
158
148
|
a.TableFootnoteRef, span.TableFootnoteRef,
|
159
149
|
a.FootnoteRef, span.FootnoteRef {
|
160
150
|
vertical-align: super;
|
@@ -699,10 +689,6 @@ p.TermNum {
|
|
699
689
|
}
|
700
690
|
}
|
701
691
|
|
702
|
-
#toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
|
703
|
-
font-family: {{bodyfont}};
|
704
|
-
font-weight: 400;
|
705
|
-
}
|
706
692
|
#toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
|
707
693
|
margin: 0;
|
708
694
|
padding: 0;
|
@@ -754,6 +740,10 @@ p.TermNum {
|
|
754
740
|
color: black;
|
755
741
|
}
|
756
742
|
}
|
743
|
+
#toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
|
744
|
+
font-family: {{bodyfont}};
|
745
|
+
font-weight: 400;
|
746
|
+
}
|
757
747
|
@media screen and (max-width: 768px) {
|
758
748
|
#toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
|
759
749
|
padding: 0 1.5em;
|
@@ -1165,6 +1155,13 @@ p.NormRef {
|
|
1165
1155
|
/*
|
1166
1156
|
3.6 Source Code + figures
|
1167
1157
|
*/
|
1158
|
+
.figure .SourceTitle,
|
1159
|
+
pre .SourceTitle,
|
1160
|
+
.pseudocode .SourceTitle {
|
1161
|
+
font-weight: 700;
|
1162
|
+
font-size: 1em;
|
1163
|
+
text-align: center;
|
1164
|
+
}
|
1168
1165
|
.figure,
|
1169
1166
|
pre,
|
1170
1167
|
.pseudocode {
|
@@ -1176,13 +1173,6 @@ pre,
|
|
1176
1173
|
overflow: auto;
|
1177
1174
|
font-size: {{monospacefontsize}};
|
1178
1175
|
}
|
1179
|
-
.figure .SourceTitle,
|
1180
|
-
pre .SourceTitle,
|
1181
|
-
.pseudocode .SourceTitle {
|
1182
|
-
font-weight: 700;
|
1183
|
-
font-size: 1em;
|
1184
|
-
text-align: center;
|
1185
|
-
}
|
1186
1176
|
|
1187
1177
|
pre {
|
1188
1178
|
font-family: {{monospacefont}};
|
@@ -1250,18 +1240,22 @@ pre {
|
|
1250
1240
|
padding: 0.5em;
|
1251
1241
|
margin: 2em 0 1em 0;
|
1252
1242
|
text-align: left;
|
1253
|
-
color: #424242;
|
1254
|
-
padding-left: 2em;
|
1255
|
-
text-align: left;
|
1256
1243
|
}
|
1257
1244
|
.example p {
|
1258
1245
|
margin: 0;
|
1259
1246
|
}
|
1247
|
+
.example {
|
1248
|
+
color: #424242;
|
1249
|
+
padding-left: 2em;
|
1250
|
+
}
|
1260
1251
|
.example .example-title {
|
1261
1252
|
font-weight: 700;
|
1262
1253
|
text-transform: uppercase;
|
1263
1254
|
margin-left: -1.5em;
|
1264
1255
|
}
|
1256
|
+
.example {
|
1257
|
+
text-align: left;
|
1258
|
+
}
|
1265
1259
|
.example .example-title {
|
1266
1260
|
margin-top: 0;
|
1267
1261
|
}
|
@@ -1283,7 +1277,6 @@ table {
|
|
1283
1277
|
margin-left: auto;
|
1284
1278
|
margin-right: auto;
|
1285
1279
|
padding-right: 2em;
|
1286
|
-
text-align: center;
|
1287
1280
|
}
|
1288
1281
|
table, table th, table td {
|
1289
1282
|
border: 1px solid black;
|
@@ -1295,6 +1288,9 @@ table th, table td {
|
|
1295
1288
|
table td.header {
|
1296
1289
|
font-weight: 400;
|
1297
1290
|
}
|
1291
|
+
table {
|
1292
|
+
text-align: center;
|
1293
|
+
}
|
1298
1294
|
table td,
|
1299
1295
|
table th {
|
1300
1296
|
font-size: 0.95em;
|