metanorma-ieee 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7baf9a088e45aeb06617388b08b5c2c6bb679e29b5e85254e9cbd8c1d487695
|
4
|
+
data.tar.gz: 38325ee923392c68bb35266dca81e66cb7a7ce8f46afa65c6039a688ce52f649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5669cb1f37a355962a317b5b9acb2d71b062a62ebd80b23a16b8ce580a70dd2c47c1310a6c36463d5ab4595222a0c5252db3e2faa98de640b5017fa44ccb2615
|
7
|
+
data.tar.gz: 589cf7c597e4dc249e4e2afeac1d5a9f41ba44588edb1af092fe5f6705655c005c7b78a5e5c705e1e0d92f502f4e032f41c14de307131d046d41d45b4aa99447
|
@@ -97,7 +97,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
97
97
|
|
98
98
|
blockquote, q {
|
99
99
|
quotes: none; }
|
100
|
-
blockquote
|
100
|
+
blockquote::before, blockquote::after, q::before, q::after {
|
101
101
|
content: '';
|
102
102
|
content: none; }
|
103
103
|
|
@@ -120,14 +120,18 @@ b, strong {
|
|
120
120
|
div.document-stage-band, div.document-type-band {
|
121
121
|
background-color: #333333; }
|
122
122
|
|
123
|
-
a.FootnoteRef + a.FootnoteRef
|
123
|
+
a.FootnoteRef + a.FootnoteRef::before {
|
124
124
|
content: ", ";
|
125
125
|
vertical-align: super; }
|
126
126
|
|
127
|
-
a.TableFootnoteRef + a.TableFootnoteRef
|
127
|
+
a.TableFootnoteRef + a.TableFootnoteRef::before {
|
128
128
|
content: ", ";
|
129
129
|
vertical-align: super; }
|
130
130
|
|
131
|
+
a.TableFootnoteRef, span.TableFootnoteRef,
|
132
|
+
a.FootnoteRef, span.FootnoteRef {
|
133
|
+
vertical-align: super; }
|
134
|
+
|
131
135
|
.addition {
|
132
136
|
color: blue; }
|
133
137
|
|
@@ -3881,21 +3881,32 @@
|
|
3881
3881
|
<xsl:variable name="titles_">
|
3882
3882
|
|
3883
3883
|
<!-- These titles of Table of contents renders different than determined in localized-strings -->
|
3884
|
-
<title-toc lang="en">
|
3885
|
-
|
3884
|
+
<!-- <title-toc lang="en">
|
3885
|
+
<xsl:if test="$namespace = 'csd' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'mpfd' or $namespace = 'ogc' or $namespace = 'unece-rec'">
|
3886
3886
|
<xsl:text>Contents</xsl:text>
|
3887
|
-
|
3888
|
-
|
3889
|
-
|
3887
|
+
</xsl:if>
|
3888
|
+
<xsl:if test="$namespace = 'csa' or $namespace = 'm3d' or $namespace = 'nist-sp' or $namespace = 'ogc-white-paper'">
|
3889
|
+
<xsl:text>Table of Contents</xsl:text>
|
3890
|
+
</xsl:if>
|
3891
|
+
<xsl:if test="$namespace = 'gb'">
|
3892
|
+
<xsl:text>Table of contents</xsl:text>
|
3893
|
+
</xsl:if>
|
3894
|
+
</title-toc> -->
|
3895
|
+
<title-toc lang="en">Table of contents</title-toc>
|
3896
|
+
<!-- <title-toc lang="fr">
|
3890
3897
|
<xsl:text>Sommaire</xsl:text>
|
3891
|
-
</title-toc>
|
3892
|
-
<title-toc lang="zh">
|
3893
|
-
|
3898
|
+
</title-toc> -->
|
3899
|
+
<!-- <title-toc lang="zh">
|
3900
|
+
<xsl:choose>
|
3901
|
+
<xsl:when test="$namespace = 'gb'">
|
3902
|
+
<xsl:text>目次</xsl:text>
|
3903
|
+
</xsl:when>
|
3904
|
+
<xsl:otherwise>
|
3894
3905
|
<xsl:text>Contents</xsl:text>
|
3895
|
-
|
3896
|
-
|
3897
|
-
|
3898
|
-
<title-
|
3906
|
+
</xsl:otherwise>
|
3907
|
+
</xsl:choose>
|
3908
|
+
</title-toc> -->
|
3909
|
+
<title-toc lang="zh">目次</title-toc>
|
3899
3910
|
|
3900
3911
|
<title-part lang="en">
|
3901
3912
|
|
@@ -3911,20 +3922,6 @@
|
|
3911
3922
|
<title-subpart lang="en">Sub-part #</title-subpart>
|
3912
3923
|
<title-subpart lang="fr">Partie de sub #</title-subpart>
|
3913
3924
|
|
3914
|
-
<title-list-tables lang="en">List of Tables</title-list-tables>
|
3915
|
-
|
3916
|
-
<title-list-figures lang="en">List of Figures</title-list-figures>
|
3917
|
-
|
3918
|
-
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
3919
|
-
|
3920
|
-
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
3921
|
-
|
3922
|
-
<title-summary lang="en">Summary</title-summary>
|
3923
|
-
|
3924
|
-
<title-continued lang="ru">(продолжение)</title-continued>
|
3925
|
-
<title-continued lang="en">(continued)</title-continued>
|
3926
|
-
<title-continued lang="fr">(continué)</title-continued>
|
3927
|
-
|
3928
3925
|
</xsl:variable>
|
3929
3926
|
<xsl:variable name="titles" select="xalan:nodeset($titles_)"/>
|
3930
3927
|
|
@@ -3932,8 +3929,8 @@
|
|
3932
3929
|
<xsl:variable name="toc_table_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='table']/*[local-name() = 'title']"/>
|
3933
3930
|
<xsl:value-of select="$toc_table_title"/>
|
3934
3931
|
<xsl:if test="normalize-space($toc_table_title) = ''">
|
3935
|
-
<xsl:call-template name="
|
3936
|
-
<xsl:with-param name="
|
3932
|
+
<xsl:call-template name="getLocalizedString">
|
3933
|
+
<xsl:with-param name="key">toc_tables</xsl:with-param>
|
3937
3934
|
</xsl:call-template>
|
3938
3935
|
</xsl:if>
|
3939
3936
|
</xsl:variable>
|
@@ -3942,8 +3939,8 @@
|
|
3942
3939
|
<xsl:variable name="toc_figure_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='figure']/*[local-name() = 'title']"/>
|
3943
3940
|
<xsl:value-of select="$toc_figure_title"/>
|
3944
3941
|
<xsl:if test="normalize-space($toc_figure_title) = ''">
|
3945
|
-
<xsl:call-template name="
|
3946
|
-
<xsl:with-param name="
|
3942
|
+
<xsl:call-template name="getLocalizedString">
|
3943
|
+
<xsl:with-param name="key">toc_figures</xsl:with-param>
|
3947
3944
|
</xsl:call-template>
|
3948
3945
|
</xsl:if>
|
3949
3946
|
</xsl:variable>
|
@@ -3952,8 +3949,8 @@
|
|
3952
3949
|
<xsl:variable name="toc_requirement_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='requirement']/*[local-name() = 'title']"/>
|
3953
3950
|
<xsl:value-of select="$toc_requirement_title"/>
|
3954
3951
|
<xsl:if test="normalize-space($toc_requirement_title) = ''">
|
3955
|
-
<xsl:call-template name="
|
3956
|
-
<xsl:with-param name="
|
3952
|
+
<xsl:call-template name="getLocalizedString">
|
3953
|
+
<xsl:with-param name="key">toc_recommendations</xsl:with-param>
|
3957
3954
|
</xsl:call-template>
|
3958
3955
|
</xsl:if>
|
3959
3956
|
</xsl:variable>
|
@@ -6434,13 +6431,13 @@
|
|
6434
6431
|
<fo:table-body>
|
6435
6432
|
|
6436
6433
|
<xsl:variable name="title_continued_">
|
6437
|
-
<xsl:call-template name="
|
6438
|
-
<xsl:with-param name="
|
6434
|
+
<xsl:call-template name="getLocalizedString">
|
6435
|
+
<xsl:with-param name="key">continued</xsl:with-param>
|
6439
6436
|
</xsl:call-template>
|
6440
6437
|
</xsl:variable>
|
6441
|
-
|
6438
|
+
<xsl:variable name="title_continued_in_parenthesis" select="concat('(',$title_continued_,')')"/>
|
6442
6439
|
<xsl:variable name="title_continued">
|
6443
|
-
<xsl:value-of select="$
|
6440
|
+
<xsl:value-of select="$title_continued_in_parenthesis"/>
|
6444
6441
|
|
6445
6442
|
</xsl:variable>
|
6446
6443
|
|
@@ -7825,7 +7822,7 @@
|
|
7825
7822
|
<xsl:variable name="regex_url_start">^(http://|https://|www\.)?(.*)</xsl:variable>
|
7826
7823
|
<xsl:template match="*[local-name()='tt']/text()" priority="2">
|
7827
7824
|
<xsl:choose>
|
7828
|
-
<xsl:when test="java:replaceAll(java:java.lang.String.new(.),
|
7825
|
+
<xsl:when test="java:replaceAll(java:java.lang.String.new(.), $regex_url_start, '$2') != ''">
|
7829
7826
|
<!-- url -->
|
7830
7827
|
<xsl:call-template name="add-zero-spaces-link-java"/>
|
7831
7828
|
</xsl:when>
|
@@ -8287,10 +8284,13 @@
|
|
8287
8284
|
</xsl:choose>
|
8288
8285
|
</xsl:variable>
|
8289
8286
|
|
8287
|
+
<!-- replace sequence #x200B to one ​ -->
|
8288
|
+
<xsl:variable name="text10" select="java:replaceAll(java:java.lang.String.new($text9), '\u200b{2,}', '')"/>
|
8289
|
+
|
8290
8290
|
<!-- replace sequence #x200B and space TO space -->
|
8291
|
-
<xsl:variable name="
|
8291
|
+
<xsl:variable name="text11" select="java:replaceAll(java:java.lang.String.new($text10), '\u200b ', ' ')"/>
|
8292
8292
|
|
8293
|
-
<xsl:value-of select="$
|
8293
|
+
<xsl:value-of select="$text11"/>
|
8294
8294
|
</xsl:template>
|
8295
8295
|
|
8296
8296
|
<xsl:template name="add-zero-spaces-link-java">
|
@@ -8300,8 +8300,12 @@
|
|
8300
8300
|
<xsl:variable name="url_continue" select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$2')"/>
|
8301
8301
|
<!-- add zero-width space (#x200B) after characters: dash, dot, colon, equal, underscore, em dash, thin space, comma, slash, @ -->
|
8302
8302
|
<xsl:variable name="url" select="java:replaceAll(java:java.lang.String.new($url_continue),'(-|\.|:|=|_|—| |,|/|@)','$1')"/>
|
8303
|
+
|
8304
|
+
<!-- replace sequence #x200B to one ​ -->
|
8305
|
+
<xsl:variable name="url2" select="java:replaceAll(java:java.lang.String.new($url), '\u200b{2,}', '')"/>
|
8306
|
+
|
8303
8307
|
<!-- remove zero-width space at the end -->
|
8304
|
-
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($
|
8308
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($url2), '$', '')"/>
|
8305
8309
|
</xsl:template>
|
8306
8310
|
|
8307
8311
|
<!-- add zero space after dash character (for table's entries) -->
|
@@ -9566,7 +9570,7 @@
|
|
9566
9570
|
|
9567
9571
|
<xsl:call-template name="refine_note_block_style"/>
|
9568
9572
|
|
9569
|
-
<fo:inline xsl:use-attribute-sets="note-name-style">
|
9573
|
+
<fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
|
9570
9574
|
|
9571
9575
|
<xsl:call-template name="refine_note-name-style"/>
|
9572
9576
|
|
@@ -9603,12 +9607,12 @@
|
|
9603
9607
|
<xsl:variable name="num"><xsl:number/></xsl:variable>
|
9604
9608
|
<xsl:choose>
|
9605
9609
|
<xsl:when test="$num = 1"> <!-- display first NOTE's paragraph in the same line with label NOTE -->
|
9606
|
-
<fo:inline xsl:use-attribute-sets="note-p-style">
|
9610
|
+
<fo:inline xsl:use-attribute-sets="note-p-style" role="SKIP">
|
9607
9611
|
<xsl:apply-templates/>
|
9608
9612
|
</fo:inline>
|
9609
9613
|
</xsl:when>
|
9610
9614
|
<xsl:otherwise>
|
9611
|
-
<fo:block xsl:use-attribute-sets="note-p-style">
|
9615
|
+
<fo:block xsl:use-attribute-sets="note-p-style" role="SKIP">
|
9612
9616
|
<xsl:apply-templates/>
|
9613
9617
|
</fo:block>
|
9614
9618
|
</xsl:otherwise>
|
@@ -3881,21 +3881,32 @@
|
|
3881
3881
|
<xsl:variable name="titles_">
|
3882
3882
|
|
3883
3883
|
<!-- These titles of Table of contents renders different than determined in localized-strings -->
|
3884
|
-
<title-toc lang="en">
|
3885
|
-
|
3884
|
+
<!-- <title-toc lang="en">
|
3885
|
+
<xsl:if test="$namespace = 'csd' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'mpfd' or $namespace = 'ogc' or $namespace = 'unece-rec'">
|
3886
3886
|
<xsl:text>Contents</xsl:text>
|
3887
|
-
|
3888
|
-
|
3889
|
-
|
3887
|
+
</xsl:if>
|
3888
|
+
<xsl:if test="$namespace = 'csa' or $namespace = 'm3d' or $namespace = 'nist-sp' or $namespace = 'ogc-white-paper'">
|
3889
|
+
<xsl:text>Table of Contents</xsl:text>
|
3890
|
+
</xsl:if>
|
3891
|
+
<xsl:if test="$namespace = 'gb'">
|
3892
|
+
<xsl:text>Table of contents</xsl:text>
|
3893
|
+
</xsl:if>
|
3894
|
+
</title-toc> -->
|
3895
|
+
<title-toc lang="en">Table of contents</title-toc>
|
3896
|
+
<!-- <title-toc lang="fr">
|
3890
3897
|
<xsl:text>Sommaire</xsl:text>
|
3891
|
-
</title-toc>
|
3892
|
-
<title-toc lang="zh">
|
3893
|
-
|
3898
|
+
</title-toc> -->
|
3899
|
+
<!-- <title-toc lang="zh">
|
3900
|
+
<xsl:choose>
|
3901
|
+
<xsl:when test="$namespace = 'gb'">
|
3902
|
+
<xsl:text>目次</xsl:text>
|
3903
|
+
</xsl:when>
|
3904
|
+
<xsl:otherwise>
|
3894
3905
|
<xsl:text>Contents</xsl:text>
|
3895
|
-
|
3896
|
-
|
3897
|
-
|
3898
|
-
<title-
|
3906
|
+
</xsl:otherwise>
|
3907
|
+
</xsl:choose>
|
3908
|
+
</title-toc> -->
|
3909
|
+
<title-toc lang="zh">目次</title-toc>
|
3899
3910
|
|
3900
3911
|
<title-part lang="en">
|
3901
3912
|
|
@@ -3911,20 +3922,6 @@
|
|
3911
3922
|
<title-subpart lang="en">Sub-part #</title-subpart>
|
3912
3923
|
<title-subpart lang="fr">Partie de sub #</title-subpart>
|
3913
3924
|
|
3914
|
-
<title-list-tables lang="en">List of Tables</title-list-tables>
|
3915
|
-
|
3916
|
-
<title-list-figures lang="en">List of Figures</title-list-figures>
|
3917
|
-
|
3918
|
-
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
3919
|
-
|
3920
|
-
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
3921
|
-
|
3922
|
-
<title-summary lang="en">Summary</title-summary>
|
3923
|
-
|
3924
|
-
<title-continued lang="ru">(продолжение)</title-continued>
|
3925
|
-
<title-continued lang="en">(continued)</title-continued>
|
3926
|
-
<title-continued lang="fr">(continué)</title-continued>
|
3927
|
-
|
3928
3925
|
</xsl:variable>
|
3929
3926
|
<xsl:variable name="titles" select="xalan:nodeset($titles_)"/>
|
3930
3927
|
|
@@ -3932,8 +3929,8 @@
|
|
3932
3929
|
<xsl:variable name="toc_table_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='table']/*[local-name() = 'title']"/>
|
3933
3930
|
<xsl:value-of select="$toc_table_title"/>
|
3934
3931
|
<xsl:if test="normalize-space($toc_table_title) = ''">
|
3935
|
-
<xsl:call-template name="
|
3936
|
-
<xsl:with-param name="
|
3932
|
+
<xsl:call-template name="getLocalizedString">
|
3933
|
+
<xsl:with-param name="key">toc_tables</xsl:with-param>
|
3937
3934
|
</xsl:call-template>
|
3938
3935
|
</xsl:if>
|
3939
3936
|
</xsl:variable>
|
@@ -3942,8 +3939,8 @@
|
|
3942
3939
|
<xsl:variable name="toc_figure_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='figure']/*[local-name() = 'title']"/>
|
3943
3940
|
<xsl:value-of select="$toc_figure_title"/>
|
3944
3941
|
<xsl:if test="normalize-space($toc_figure_title) = ''">
|
3945
|
-
<xsl:call-template name="
|
3946
|
-
<xsl:with-param name="
|
3942
|
+
<xsl:call-template name="getLocalizedString">
|
3943
|
+
<xsl:with-param name="key">toc_figures</xsl:with-param>
|
3947
3944
|
</xsl:call-template>
|
3948
3945
|
</xsl:if>
|
3949
3946
|
</xsl:variable>
|
@@ -3952,8 +3949,8 @@
|
|
3952
3949
|
<xsl:variable name="toc_requirement_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='requirement']/*[local-name() = 'title']"/>
|
3953
3950
|
<xsl:value-of select="$toc_requirement_title"/>
|
3954
3951
|
<xsl:if test="normalize-space($toc_requirement_title) = ''">
|
3955
|
-
<xsl:call-template name="
|
3956
|
-
<xsl:with-param name="
|
3952
|
+
<xsl:call-template name="getLocalizedString">
|
3953
|
+
<xsl:with-param name="key">toc_recommendations</xsl:with-param>
|
3957
3954
|
</xsl:call-template>
|
3958
3955
|
</xsl:if>
|
3959
3956
|
</xsl:variable>
|
@@ -6434,13 +6431,13 @@
|
|
6434
6431
|
<fo:table-body>
|
6435
6432
|
|
6436
6433
|
<xsl:variable name="title_continued_">
|
6437
|
-
<xsl:call-template name="
|
6438
|
-
<xsl:with-param name="
|
6434
|
+
<xsl:call-template name="getLocalizedString">
|
6435
|
+
<xsl:with-param name="key">continued</xsl:with-param>
|
6439
6436
|
</xsl:call-template>
|
6440
6437
|
</xsl:variable>
|
6441
|
-
|
6438
|
+
<xsl:variable name="title_continued_in_parenthesis" select="concat('(',$title_continued_,')')"/>
|
6442
6439
|
<xsl:variable name="title_continued">
|
6443
|
-
<xsl:value-of select="$
|
6440
|
+
<xsl:value-of select="$title_continued_in_parenthesis"/>
|
6444
6441
|
|
6445
6442
|
</xsl:variable>
|
6446
6443
|
|
@@ -7825,7 +7822,7 @@
|
|
7825
7822
|
<xsl:variable name="regex_url_start">^(http://|https://|www\.)?(.*)</xsl:variable>
|
7826
7823
|
<xsl:template match="*[local-name()='tt']/text()" priority="2">
|
7827
7824
|
<xsl:choose>
|
7828
|
-
<xsl:when test="java:replaceAll(java:java.lang.String.new(.),
|
7825
|
+
<xsl:when test="java:replaceAll(java:java.lang.String.new(.), $regex_url_start, '$2') != ''">
|
7829
7826
|
<!-- url -->
|
7830
7827
|
<xsl:call-template name="add-zero-spaces-link-java"/>
|
7831
7828
|
</xsl:when>
|
@@ -8287,10 +8284,13 @@
|
|
8287
8284
|
</xsl:choose>
|
8288
8285
|
</xsl:variable>
|
8289
8286
|
|
8287
|
+
<!-- replace sequence #x200B to one ​ -->
|
8288
|
+
<xsl:variable name="text10" select="java:replaceAll(java:java.lang.String.new($text9), '\u200b{2,}', '')"/>
|
8289
|
+
|
8290
8290
|
<!-- replace sequence #x200B and space TO space -->
|
8291
|
-
<xsl:variable name="
|
8291
|
+
<xsl:variable name="text11" select="java:replaceAll(java:java.lang.String.new($text10), '\u200b ', ' ')"/>
|
8292
8292
|
|
8293
|
-
<xsl:value-of select="$
|
8293
|
+
<xsl:value-of select="$text11"/>
|
8294
8294
|
</xsl:template>
|
8295
8295
|
|
8296
8296
|
<xsl:template name="add-zero-spaces-link-java">
|
@@ -8300,8 +8300,12 @@
|
|
8300
8300
|
<xsl:variable name="url_continue" select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$2')"/>
|
8301
8301
|
<!-- add zero-width space (#x200B) after characters: dash, dot, colon, equal, underscore, em dash, thin space, comma, slash, @ -->
|
8302
8302
|
<xsl:variable name="url" select="java:replaceAll(java:java.lang.String.new($url_continue),'(-|\.|:|=|_|—| |,|/|@)','$1')"/>
|
8303
|
+
|
8304
|
+
<!-- replace sequence #x200B to one ​ -->
|
8305
|
+
<xsl:variable name="url2" select="java:replaceAll(java:java.lang.String.new($url), '\u200b{2,}', '')"/>
|
8306
|
+
|
8303
8307
|
<!-- remove zero-width space at the end -->
|
8304
|
-
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($
|
8308
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($url2), '$', '')"/>
|
8305
8309
|
</xsl:template>
|
8306
8310
|
|
8307
8311
|
<!-- add zero space after dash character (for table's entries) -->
|
@@ -9566,7 +9570,7 @@
|
|
9566
9570
|
|
9567
9571
|
<xsl:call-template name="refine_note_block_style"/>
|
9568
9572
|
|
9569
|
-
<fo:inline xsl:use-attribute-sets="note-name-style">
|
9573
|
+
<fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
|
9570
9574
|
|
9571
9575
|
<xsl:call-template name="refine_note-name-style"/>
|
9572
9576
|
|
@@ -9603,12 +9607,12 @@
|
|
9603
9607
|
<xsl:variable name="num"><xsl:number/></xsl:variable>
|
9604
9608
|
<xsl:choose>
|
9605
9609
|
<xsl:when test="$num = 1"> <!-- display first NOTE's paragraph in the same line with label NOTE -->
|
9606
|
-
<fo:inline xsl:use-attribute-sets="note-p-style">
|
9610
|
+
<fo:inline xsl:use-attribute-sets="note-p-style" role="SKIP">
|
9607
9611
|
<xsl:apply-templates/>
|
9608
9612
|
</fo:inline>
|
9609
9613
|
</xsl:when>
|
9610
9614
|
<xsl:otherwise>
|
9611
|
-
<fo:block xsl:use-attribute-sets="note-p-style">
|
9615
|
+
<fo:block xsl:use-attribute-sets="note-p-style" role="SKIP">
|
9612
9616
|
<xsl:apply-templates/>
|
9613
9617
|
</fo:block>
|
9614
9618
|
</xsl:otherwise>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
module Metanorma
|
2
2
|
module IEEE
|
3
3
|
class TermLookupCleanup < Metanorma::Standoc::TermLookupCleanup
|
4
|
-
def remove_missing_ref_term(node, _target)
|
4
|
+
def remove_missing_ref_term(node, _target, type)
|
5
|
+
type == "symbol" and return super
|
5
6
|
node.at("../xrefrender")&.remove
|
6
7
|
#node.replace("<preferred><expression><name>#{node.children.to_xml}"\
|
7
8
|
# "</name></expression></preferred>")
|
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.0.
|
4
|
+
version: 1.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|