metanorma-ribose 2.1.4 → 2.1.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/ribose/ribose.standard.xsl +14 -4
- data/lib/metanorma/ribose/isodoc.rng +10 -0
- data/lib/metanorma/ribose/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: e3e5554339ef88a5781f72eb9fdb0fc37295921717a71249663cdd19cc89a48f
|
|
4
|
+
data.tar.gz: e1ab4186e913e210eb445dce3491c2275181fb8ac7d9bd86e3302eb434e96023
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9e5a586734f48a2df50c877c25d15cb32bda1399d8548b160668edcebc1793d9f06dc7205099ce3d9946adf8e45464577fc27a75b44e1c713b63b6efb6c1334
|
|
7
|
+
data.tar.gz: '096ce1ad16fdaccb5f5baf20a7ab29def8fc748d95c5bad53a65d8c6ba17c3b3ca074847904c74ee6a243847d72a4aa4de38c7035a7c96d3673b54c7aeb1ad19'
|
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
|
|
1534
1534
|
|
|
1535
1535
|
|
|
1536
|
-
<xsl:attribute name="font-family"
|
|
1536
|
+
<xsl:attribute name="font-family"><xsl:value-of select="$font_noto_sans_mono"/></xsl:attribute>
|
|
1537
1537
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
|
1538
1538
|
<xsl:attribute name="keep-with-next">always</xsl:attribute>
|
|
1539
1539
|
<xsl:attribute name="line-height">113%</xsl:attribute>
|
|
@@ -2197,7 +2197,7 @@
|
|
|
2197
2197
|
|
|
2198
2198
|
</xsl:attribute-set><xsl:attribute-set name="tt-style">
|
|
2199
2199
|
|
|
2200
|
-
<xsl:attribute name="font-family"
|
|
2200
|
+
<xsl:attribute name="font-family"><xsl:value-of select="$font_noto_sans_mono"/></xsl:attribute>
|
|
2201
2201
|
|
|
2202
2202
|
|
|
2203
2203
|
|
|
@@ -2570,10 +2570,12 @@
|
|
|
2570
2570
|
</xsl:attribute-set><xsl:attribute-set name="bibitem-normative-list-body-style">
|
|
2571
2571
|
|
|
2572
2572
|
|
|
2573
|
+
|
|
2573
2574
|
</xsl:attribute-set><xsl:attribute-set name="bibitem-non-normative-list-body-style">
|
|
2574
2575
|
|
|
2575
2576
|
|
|
2576
2577
|
|
|
2578
|
+
|
|
2577
2579
|
</xsl:attribute-set><xsl:attribute-set name="bibitem-note-fn-style">
|
|
2578
2580
|
<xsl:attribute name="keep-with-previous.within-line">always</xsl:attribute>
|
|
2579
2581
|
<xsl:attribute name="font-size">65%</xsl:attribute>
|
|
@@ -3194,6 +3196,14 @@
|
|
|
3194
3196
|
|
|
3195
3197
|
|
|
3196
3198
|
|
|
3199
|
+
<xsl:if test="*[local-name()='bookmark']"> <!-- special case: table/bookmark -->
|
|
3200
|
+
<fo:block keep-with-previous="always" line-height="0.1">
|
|
3201
|
+
<xsl:for-each select="*[local-name()='bookmark']">
|
|
3202
|
+
<xsl:call-template name="bookmark"/>
|
|
3203
|
+
</xsl:for-each>
|
|
3204
|
+
</fo:block>
|
|
3205
|
+
</xsl:if>
|
|
3206
|
+
|
|
3197
3207
|
</fo:block-container>
|
|
3198
3208
|
</xsl:variable>
|
|
3199
3209
|
|
|
@@ -7011,7 +7021,7 @@
|
|
|
7011
7021
|
|
|
7012
7022
|
|
|
7013
7023
|
<!-- <xsl:if test="$namespace = 'ieee'">
|
|
7014
|
-
<xsl:if test="$
|
|
7024
|
+
<xsl:if test="$current_template = 'standard'">8</xsl:if>
|
|
7015
7025
|
</xsl:if> -->
|
|
7016
7026
|
|
|
7017
7027
|
|
|
@@ -8356,7 +8366,7 @@
|
|
|
8356
8366
|
</xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']/text()">
|
|
8357
8367
|
<!-- to split by '_' and other chars -->
|
|
8358
8368
|
<xsl:call-template name="add-zero-spaces-java"/>
|
|
8359
|
-
</xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
|
|
8369
|
+
</xsl:template><xsl:template match="*[local-name() = 'table']/*[local-name() = 'bookmark']" priority="2"/><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
|
|
8360
8370
|
<!-- <fo:inline id="{@id}" font-size="1pt"/> -->
|
|
8361
8371
|
<fo:inline id="{@id}" font-size="1pt"><xsl:value-of select="$hair_space"/></fo:inline>
|
|
8362
8372
|
<!-- we need to add zero-width space, otherwise this fo:inline is missing in IF xml -->
|
|
@@ -2504,6 +2504,16 @@
|
|
|
2504
2504
|
<text/>
|
|
2505
2505
|
</element>
|
|
2506
2506
|
</optional>
|
|
2507
|
+
<optional>
|
|
2508
|
+
<element name="amendment">
|
|
2509
|
+
<text/>
|
|
2510
|
+
</element>
|
|
2511
|
+
</optional>
|
|
2512
|
+
<optional>
|
|
2513
|
+
<element name="corrigendum">
|
|
2514
|
+
<text/>
|
|
2515
|
+
</element>
|
|
2516
|
+
</optional>
|
|
2507
2517
|
<optional>
|
|
2508
2518
|
<element name="language">
|
|
2509
2519
|
<text/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-ribose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-generic
|