metanorma-ieee 1.3.2 → 1.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5d00bba7b688dd38ac44ed5a74c0d6af83224657024a81246f9039e8097403f
4
- data.tar.gz: 1c05945009cf1c549c95d300e0699cb88f344dfab9b6c50ebe3cec1a0f6524dc
3
+ metadata.gz: 63f97a664f710c4f0bd501b3c896983946bebac162e865e6a32fe9b9bc53122e
4
+ data.tar.gz: 10c5f1c367b4d585cf1952ea6dac2bb20c28d4be26d3b75002f759c103d0bb28
5
5
  SHA512:
6
- metadata.gz: 7d9b2f5e89208ab1dda473cacafda7598f4607be2b634a226a511db6346b69bf258fee280de0c861be07529b16c2a6ef27718f6a947abdc3c63d09cecb34881d
7
- data.tar.gz: e3df0c93fbe8c325281b29dc378d0b396a7681f789de91315fec689794e40981ee6d1c1e9a21c4b30c545f6f3e0debcea695168dc83230725fbb8b187e41f7a2
6
+ metadata.gz: a4b271e84518e5b94e18ec56f15593a68cb34dbf28747ccd711122ee4f0d9b30c8f3d4e8ff2d004c3307265a07a435580bd53995486a2e928664ed3b2753847d
7
+ data.tar.gz: ee4f212122dfa2a7100b9cb24b07e99056285908c173834ab1b9a9b0c87c404967123a5607ec0f0e7a19d67fc5647f8c6230e7b20849f45e70b615af4ca0d7a5
@@ -6697,6 +6697,7 @@
6697
6697
  </xsl:if>
6698
6698
 
6699
6699
  <fo:block xsl:use-attribute-sets="table-name-style" role="SKIP">
6700
+
6700
6701
  <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']">
6701
6702
  <xsl:with-param name="continued">true</xsl:with-param>
6702
6703
  </xsl:apply-templates>
@@ -7233,10 +7234,14 @@
7233
7234
  <xsl:variable name="fn_styles">
7234
7235
  <xsl:choose>
7235
7236
  <xsl:when test="ancestor::*[local-name() = 'bibitem']">
7236
- <fn_styles xsl:use-attribute-sets="bibitem-note-fn-style"/>
7237
+ <fn_styles xsl:use-attribute-sets="bibitem-note-fn-style">
7238
+
7239
+ </fn_styles>
7237
7240
  </xsl:when>
7238
7241
  <xsl:otherwise>
7239
- <fn_styles xsl:use-attribute-sets="fn-num-style"/>
7242
+ <fn_styles xsl:use-attribute-sets="fn-num-style">
7243
+
7244
+ </fn_styles>
7240
7245
  </xsl:otherwise>
7241
7246
  </xsl:choose>
7242
7247
  </xsl:variable>
@@ -10099,6 +10104,7 @@
10099
10104
  <xsl:if test="string-length(normalize-space()) &lt; 30 and not(contains(normalize-space(), 'http://')) and not(contains(normalize-space(), 'https://')) and not(ancestor::*[local-name() = 'table' or local-name() = 'dl'])">
10100
10105
  <xsl:attribute name="keep-together.within-line">always</xsl:attribute>
10101
10106
  </xsl:if>
10107
+
10102
10108
  <xsl:if test="parent::*[local-name() = 'add']">
10103
10109
  <xsl:call-template name="append_add-style"/>
10104
10110
  </xsl:if>
@@ -10207,44 +10213,44 @@
10207
10213
 
10208
10214
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'note']" name="note">
10209
10215
 
10210
- <fo:block-container id="{@id}" xsl:use-attribute-sets="note-style" role="SKIP">
10216
+ <fo:block-container id="{@id}" xsl:use-attribute-sets="note-style" role="SKIP">
10211
10217
 
10212
- <xsl:call-template name="setBlockSpanAll"/>
10218
+ <xsl:call-template name="setBlockSpanAll"/>
10213
10219
 
10214
- <xsl:call-template name="refine_note-style"/>
10220
+ <xsl:call-template name="refine_note-style"/>
10215
10221
 
10216
- <fo:block-container margin-left="0mm" margin-right="0mm" role="SKIP">
10222
+ <fo:block-container margin-left="0mm" margin-right="0mm" role="SKIP">
10217
10223
 
10218
- <fo:block>
10224
+ <fo:block>
10219
10225
 
10220
- <xsl:call-template name="refine_note_block_style"/>
10226
+ <xsl:call-template name="refine_note_block_style"/>
10221
10227
 
10222
- <fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
10228
+ <fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
10223
10229
 
10224
- <xsl:call-template name="refine_note-name-style"/>
10230
+ <xsl:call-template name="refine_note-name-style"/>
10225
10231
 
10226
- <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
10227
- <!-- <xsl:if test="*[not(local-name()='name')][1][node()[normalize-space() != ''][1][local-name() = 'add'] and node()[normalize-space() != ''][last()][local-name() = 'add']]"> -->
10228
- <xsl:if test="*[not(local-name()='name')][1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
10229
- <xsl:call-template name="append_add-style"/>
10230
- </xsl:if>
10232
+ <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
10233
+ <!-- <xsl:if test="*[not(local-name()='name')][1][node()[normalize-space() != ''][1][local-name() = 'add'] and node()[normalize-space() != ''][last()][local-name() = 'add']]"> -->
10234
+ <xsl:if test="*[not(local-name()='name')][1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
10235
+ <xsl:call-template name="append_add-style"/>
10236
+ </xsl:if>
10231
10237
 
10232
- <!-- if note contains only one element and first and last childs are `add` ace-tag, then move start ace-tag before NOTE's name-->
10233
- <xsl:if test="count(*[not(local-name() = 'name')]) = 1 and *[not(local-name() = 'name')]/node()[last()][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10234
- <xsl:apply-templates select="*[not(local-name() = 'name')]/node()[1][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10235
- <xsl:with-param name="skip">false</xsl:with-param>
10236
- </xsl:apply-templates>
10237
- </xsl:if>
10238
+ <!-- if note contains only one element and first and last childs are `add` ace-tag, then move start ace-tag before NOTE's name-->
10239
+ <xsl:if test="count(*[not(local-name() = 'name')]) = 1 and *[not(local-name() = 'name')]/node()[last()][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10240
+ <xsl:apply-templates select="*[not(local-name() = 'name')]/node()[1][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10241
+ <xsl:with-param name="skip">false</xsl:with-param>
10242
+ </xsl:apply-templates>
10243
+ </xsl:if>
10238
10244
 
10239
- <xsl:apply-templates select="*[local-name() = 'name']"/>
10245
+ <xsl:apply-templates select="*[local-name() = 'name']"/>
10240
10246
 
10241
- </fo:inline>
10247
+ </fo:inline>
10242
10248
 
10243
- <xsl:apply-templates select="node()[not(local-name() = 'name')]"/>
10244
- </fo:block>
10249
+ <xsl:apply-templates select="node()[not(local-name() = 'name')]"/>
10250
+ </fo:block>
10245
10251
 
10246
- </fo:block-container>
10247
- </fo:block-container>
10252
+ </fo:block-container>
10253
+ </fo:block-container>
10248
10254
 
10249
10255
  </xsl:template>
10250
10256
 
@@ -12652,6 +12658,7 @@
12652
12658
  </xsl:when>
12653
12659
  <xsl:when test="contains(normalize-space($fo_element), 'block')">
12654
12660
  <fo:block xsl:use-attribute-sets="example-name-style">
12661
+
12655
12662
  <xsl:apply-templates/>
12656
12663
  </fo:block>
12657
12664
  </xsl:when>
@@ -12667,6 +12674,7 @@
12667
12674
 
12668
12675
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'table']/*[local-name() = 'example']/*[local-name() = 'name']">
12669
12676
  <fo:inline xsl:use-attribute-sets="example-name-style">
12677
+
12670
12678
  <xsl:apply-templates/>
12671
12679
  </fo:inline>
12672
12680
  </xsl:template>
@@ -13033,12 +13041,14 @@
13033
13041
 
13034
13042
  <xsl:if test="parent::*[local-name() = 'term'] and not(preceding-sibling::*[local-name() = 'preferred'])"> <!-- if first preffered in term, then display term's name -->
13035
13043
  <fo:block xsl:use-attribute-sets="term-name-style" role="SKIP">
13044
+
13036
13045
  <xsl:apply-templates select="ancestor::*[local-name() = 'term'][1]/*[local-name() = 'name']"/>
13037
13046
  </fo:block>
13038
13047
  </xsl:if>
13039
13048
 
13040
13049
  <fo:block xsl:use-attribute-sets="preferred-term-style" role="SKIP">
13041
13050
  <xsl:call-template name="setStyle_preferred"/>
13051
+
13042
13052
  <xsl:apply-templates/>
13043
13053
  </fo:block>
13044
13054
  </fo:block>
@@ -16148,9 +16158,10 @@
16148
16158
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" name="insertBackgroundPageImage">
16149
16159
  <xsl:param name="number">1</xsl:param>
16150
16160
  <xsl:param name="name">coverpage-image</xsl:param>
16161
+ <xsl:param name="suffix"/>
16151
16162
  <xsl:variable name="num" select="number($number)"/>
16152
16163
  <!-- background image -->
16153
- <fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage_{$name}_{$number}_{generate-id()}">
16164
+ <fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage{$suffix}_{$name}_{$number}_{generate-id()}">
16154
16165
  <fo:block>
16155
16166
  <xsl:for-each select="/*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = $name][1]/*[local-name() = 'value']/*[local-name() = 'image'][$num]">
16156
16167
  <xsl:choose>
@@ -16216,16 +16227,29 @@
16216
16227
 
16217
16228
  <!-- END: insert cover page image -->
16218
16229
 
16230
+ <xsl:variable xmlns:redirect="http://xml.apache.org/xalan/redirect" name="regex_ja_spec">[\uFF08\uFF09]</xsl:variable>
16219
16231
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" name="insertVerticalChar">
16220
16232
  <xsl:param name="str"/>
16233
+ <xsl:param name="writing-mode">lr-tb</xsl:param>
16234
+ <xsl:param name="reference-orientation">90</xsl:param>
16221
16235
  <xsl:if test="string-length($str) &gt; 0">
16222
- <fo:inline-container writing-mode="lr-tb" text-align="center" alignment-baseline="central" reference-orientation="90" width="1em" margin="0" padding="0" text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm">
16236
+ <fo:inline-container text-align="center" alignment-baseline="central" width="1em" margin="0" padding="0" text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm">
16237
+ <xsl:if test="normalize-space($writing-mode) != ''">
16238
+ <xsl:attribute name="writing-mode"><xsl:value-of select="$writing-mode"/></xsl:attribute>
16239
+ <xsl:attribute name="reference-orientation">90</xsl:attribute>
16240
+ </xsl:if>
16241
+ <xsl:variable name="char" select="substring($str,1,1)"/>
16242
+ <xsl:if test="normalize-space(java:matches(java:java.lang.String.new($char), concat('(', $regex_ja_spec, '{1,})'))) = 'true'">
16243
+ <xsl:attribute name="reference-orientation">0</xsl:attribute>
16244
+ </xsl:if>
16223
16245
  <fo:block-container width="1em">
16224
- <fo:block line-height="1em"><xsl:value-of select="substring($str,1,1)"/></fo:block>
16246
+ <fo:block line-height="1em"><xsl:value-of select="$char"/></fo:block>
16225
16247
  </fo:block-container>
16226
16248
  </fo:inline-container>
16227
16249
  <xsl:call-template name="insertVerticalChar">
16228
16250
  <xsl:with-param name="str" select="substring($str, 2)"/>
16251
+ <xsl:with-param name="writing-mode" select="$writing-mode"/>
16252
+ <xsl:with-param name="reference-orientation" select="$reference-orientation"/>
16229
16253
  </xsl:call-template>
16230
16254
  </xsl:if>
16231
16255
  </xsl:template>
@@ -6697,6 +6697,7 @@
6697
6697
  </xsl:if>
6698
6698
 
6699
6699
  <fo:block xsl:use-attribute-sets="table-name-style" role="SKIP">
6700
+
6700
6701
  <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']">
6701
6702
  <xsl:with-param name="continued">true</xsl:with-param>
6702
6703
  </xsl:apply-templates>
@@ -7233,10 +7234,14 @@
7233
7234
  <xsl:variable name="fn_styles">
7234
7235
  <xsl:choose>
7235
7236
  <xsl:when test="ancestor::*[local-name() = 'bibitem']">
7236
- <fn_styles xsl:use-attribute-sets="bibitem-note-fn-style"/>
7237
+ <fn_styles xsl:use-attribute-sets="bibitem-note-fn-style">
7238
+
7239
+ </fn_styles>
7237
7240
  </xsl:when>
7238
7241
  <xsl:otherwise>
7239
- <fn_styles xsl:use-attribute-sets="fn-num-style"/>
7242
+ <fn_styles xsl:use-attribute-sets="fn-num-style">
7243
+
7244
+ </fn_styles>
7240
7245
  </xsl:otherwise>
7241
7246
  </xsl:choose>
7242
7247
  </xsl:variable>
@@ -10099,6 +10104,7 @@
10099
10104
  <xsl:if test="string-length(normalize-space()) &lt; 30 and not(contains(normalize-space(), 'http://')) and not(contains(normalize-space(), 'https://')) and not(ancestor::*[local-name() = 'table' or local-name() = 'dl'])">
10100
10105
  <xsl:attribute name="keep-together.within-line">always</xsl:attribute>
10101
10106
  </xsl:if>
10107
+
10102
10108
  <xsl:if test="parent::*[local-name() = 'add']">
10103
10109
  <xsl:call-template name="append_add-style"/>
10104
10110
  </xsl:if>
@@ -10207,44 +10213,44 @@
10207
10213
 
10208
10214
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'note']" name="note">
10209
10215
 
10210
- <fo:block-container id="{@id}" xsl:use-attribute-sets="note-style" role="SKIP">
10216
+ <fo:block-container id="{@id}" xsl:use-attribute-sets="note-style" role="SKIP">
10211
10217
 
10212
- <xsl:call-template name="setBlockSpanAll"/>
10218
+ <xsl:call-template name="setBlockSpanAll"/>
10213
10219
 
10214
- <xsl:call-template name="refine_note-style"/>
10220
+ <xsl:call-template name="refine_note-style"/>
10215
10221
 
10216
- <fo:block-container margin-left="0mm" margin-right="0mm" role="SKIP">
10222
+ <fo:block-container margin-left="0mm" margin-right="0mm" role="SKIP">
10217
10223
 
10218
- <fo:block>
10224
+ <fo:block>
10219
10225
 
10220
- <xsl:call-template name="refine_note_block_style"/>
10226
+ <xsl:call-template name="refine_note_block_style"/>
10221
10227
 
10222
- <fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
10228
+ <fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
10223
10229
 
10224
- <xsl:call-template name="refine_note-name-style"/>
10230
+ <xsl:call-template name="refine_note-name-style"/>
10225
10231
 
10226
- <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
10227
- <!-- <xsl:if test="*[not(local-name()='name')][1][node()[normalize-space() != ''][1][local-name() = 'add'] and node()[normalize-space() != ''][last()][local-name() = 'add']]"> -->
10228
- <xsl:if test="*[not(local-name()='name')][1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
10229
- <xsl:call-template name="append_add-style"/>
10230
- </xsl:if>
10232
+ <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
10233
+ <!-- <xsl:if test="*[not(local-name()='name')][1][node()[normalize-space() != ''][1][local-name() = 'add'] and node()[normalize-space() != ''][last()][local-name() = 'add']]"> -->
10234
+ <xsl:if test="*[not(local-name()='name')][1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
10235
+ <xsl:call-template name="append_add-style"/>
10236
+ </xsl:if>
10231
10237
 
10232
- <!-- if note contains only one element and first and last childs are `add` ace-tag, then move start ace-tag before NOTE's name-->
10233
- <xsl:if test="count(*[not(local-name() = 'name')]) = 1 and *[not(local-name() = 'name')]/node()[last()][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10234
- <xsl:apply-templates select="*[not(local-name() = 'name')]/node()[1][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10235
- <xsl:with-param name="skip">false</xsl:with-param>
10236
- </xsl:apply-templates>
10237
- </xsl:if>
10238
+ <!-- if note contains only one element and first and last childs are `add` ace-tag, then move start ace-tag before NOTE's name-->
10239
+ <xsl:if test="count(*[not(local-name() = 'name')]) = 1 and *[not(local-name() = 'name')]/node()[last()][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10240
+ <xsl:apply-templates select="*[not(local-name() = 'name')]/node()[1][local-name() = 'add'][starts-with(text(), $ace_tag)]">
10241
+ <xsl:with-param name="skip">false</xsl:with-param>
10242
+ </xsl:apply-templates>
10243
+ </xsl:if>
10238
10244
 
10239
- <xsl:apply-templates select="*[local-name() = 'name']"/>
10245
+ <xsl:apply-templates select="*[local-name() = 'name']"/>
10240
10246
 
10241
- </fo:inline>
10247
+ </fo:inline>
10242
10248
 
10243
- <xsl:apply-templates select="node()[not(local-name() = 'name')]"/>
10244
- </fo:block>
10249
+ <xsl:apply-templates select="node()[not(local-name() = 'name')]"/>
10250
+ </fo:block>
10245
10251
 
10246
- </fo:block-container>
10247
- </fo:block-container>
10252
+ </fo:block-container>
10253
+ </fo:block-container>
10248
10254
 
10249
10255
  </xsl:template>
10250
10256
 
@@ -12652,6 +12658,7 @@
12652
12658
  </xsl:when>
12653
12659
  <xsl:when test="contains(normalize-space($fo_element), 'block')">
12654
12660
  <fo:block xsl:use-attribute-sets="example-name-style">
12661
+
12655
12662
  <xsl:apply-templates/>
12656
12663
  </fo:block>
12657
12664
  </xsl:when>
@@ -12667,6 +12674,7 @@
12667
12674
 
12668
12675
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'table']/*[local-name() = 'example']/*[local-name() = 'name']">
12669
12676
  <fo:inline xsl:use-attribute-sets="example-name-style">
12677
+
12670
12678
  <xsl:apply-templates/>
12671
12679
  </fo:inline>
12672
12680
  </xsl:template>
@@ -13033,12 +13041,14 @@
13033
13041
 
13034
13042
  <xsl:if test="parent::*[local-name() = 'term'] and not(preceding-sibling::*[local-name() = 'preferred'])"> <!-- if first preffered in term, then display term's name -->
13035
13043
  <fo:block xsl:use-attribute-sets="term-name-style" role="SKIP">
13044
+
13036
13045
  <xsl:apply-templates select="ancestor::*[local-name() = 'term'][1]/*[local-name() = 'name']"/>
13037
13046
  </fo:block>
13038
13047
  </xsl:if>
13039
13048
 
13040
13049
  <fo:block xsl:use-attribute-sets="preferred-term-style" role="SKIP">
13041
13050
  <xsl:call-template name="setStyle_preferred"/>
13051
+
13042
13052
  <xsl:apply-templates/>
13043
13053
  </fo:block>
13044
13054
  </fo:block>
@@ -16148,9 +16158,10 @@
16148
16158
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" name="insertBackgroundPageImage">
16149
16159
  <xsl:param name="number">1</xsl:param>
16150
16160
  <xsl:param name="name">coverpage-image</xsl:param>
16161
+ <xsl:param name="suffix"/>
16151
16162
  <xsl:variable name="num" select="number($number)"/>
16152
16163
  <!-- background image -->
16153
- <fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage_{$name}_{$number}_{generate-id()}">
16164
+ <fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage{$suffix}_{$name}_{$number}_{generate-id()}">
16154
16165
  <fo:block>
16155
16166
  <xsl:for-each select="/*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = $name][1]/*[local-name() = 'value']/*[local-name() = 'image'][$num]">
16156
16167
  <xsl:choose>
@@ -16216,16 +16227,29 @@
16216
16227
 
16217
16228
  <!-- END: insert cover page image -->
16218
16229
 
16230
+ <xsl:variable xmlns:redirect="http://xml.apache.org/xalan/redirect" name="regex_ja_spec">[\uFF08\uFF09]</xsl:variable>
16219
16231
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" name="insertVerticalChar">
16220
16232
  <xsl:param name="str"/>
16233
+ <xsl:param name="writing-mode">lr-tb</xsl:param>
16234
+ <xsl:param name="reference-orientation">90</xsl:param>
16221
16235
  <xsl:if test="string-length($str) &gt; 0">
16222
- <fo:inline-container writing-mode="lr-tb" text-align="center" alignment-baseline="central" reference-orientation="90" width="1em" margin="0" padding="0" text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm">
16236
+ <fo:inline-container text-align="center" alignment-baseline="central" width="1em" margin="0" padding="0" text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm">
16237
+ <xsl:if test="normalize-space($writing-mode) != ''">
16238
+ <xsl:attribute name="writing-mode"><xsl:value-of select="$writing-mode"/></xsl:attribute>
16239
+ <xsl:attribute name="reference-orientation">90</xsl:attribute>
16240
+ </xsl:if>
16241
+ <xsl:variable name="char" select="substring($str,1,1)"/>
16242
+ <xsl:if test="normalize-space(java:matches(java:java.lang.String.new($char), concat('(', $regex_ja_spec, '{1,})'))) = 'true'">
16243
+ <xsl:attribute name="reference-orientation">0</xsl:attribute>
16244
+ </xsl:if>
16223
16245
  <fo:block-container width="1em">
16224
- <fo:block line-height="1em"><xsl:value-of select="substring($str,1,1)"/></fo:block>
16246
+ <fo:block line-height="1em"><xsl:value-of select="$char"/></fo:block>
16225
16247
  </fo:block-container>
16226
16248
  </fo:inline-container>
16227
16249
  <xsl:call-template name="insertVerticalChar">
16228
16250
  <xsl:with-param name="str" select="substring($str, 2)"/>
16251
+ <xsl:with-param name="writing-mode" select="$writing-mode"/>
16252
+ <xsl:with-param name="reference-orientation" select="$reference-orientation"/>
16229
16253
  </xsl:call-template>
16230
16254
  </xsl:if>
16231
16255
  </xsl:template>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ieee
3
- VERSION = "1.3.2".freeze
3
+ VERSION = "1.3.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ieee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-14 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc