metanorma-iso 3.4.3 → 3.4.4

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: 370c95ed634b5f69d7fe7133ceae5d05de4d68d8561c85e86844528dc6311833
4
- data.tar.gz: 81d6900cc3ef2ce858d06e6c50415cd837d39787fcef055277e0db9314c355ff
3
+ metadata.gz: ffd0ecd525783f6b327b6f979ffad203a00ba129a098df7f00b5ea752962047a
4
+ data.tar.gz: fe606a5ff604a95d364626f925f473e4decc333498ddb72af25b5999051a45c9
5
5
  SHA512:
6
- metadata.gz: 2ec200175fa3d89c8304c9f267d8070cb068f4e58cf9ff8d56acfc48f4c561124f84695c95062da979cd16deb5abf0b0cd2612a208788dcdbcca5e881c31a38f
7
- data.tar.gz: 837d81ef10cd6535c3bc209e5d6809cd362d40c5c5b4c4dd77d26ce50b76aa4407fd61a29961f43c2e07b23e23fb5aef15955440dc2c32aa07239d8d989c2df4
6
+ metadata.gz: fc527f503bacea7472bd6071ec54898a848da2f327459e35b3d308bf64a2da87e75d5f22417b2d53b904efd1c2a29eedac9b2251a0a04554379476b773bd1f4a
7
+ data.tar.gz: c181e74b7cd41be200bf97e507191f9077b1098a0c6f794bd2192e3c1fda83af05984dc62446d35a915e5960376475cc06059e6bfa64f6d3b3758b4bb9c7caab
@@ -4,44 +4,44 @@ fast-track-procedure: ファストトラック手順
4
4
  availablefrom: 入手先
5
5
  website: ウェブサイト
6
6
  see: 参照
7
- see_also: 第参照
7
+ see_also: 追加参照
8
8
  subclause: ""
9
9
  stage_dict:
10
- "00": Preliminary work item
11
- "10": New work item proposal
12
- "20": Working draft
13
- "30": Committee draft
14
- "40":
15
- international-standard: Draft International Standard
16
- technical-specification: Draft Technical Specification
17
- technical-report: Draft Technical Report
18
- publicly-available-specification: Draft Publicly Available Specification
19
- international-workshop-agreement: Draft International Workshop Agreement
20
- guide: Draft Guide
21
- amendment: Draft Amendment
22
- technical-corrigendum: Draft Technical Corrigendum
23
- directive: Draft Directive
24
- "50":
25
- international-standard: Final Draft International Standard
26
- technical-specification: Final Draft Technical Specification
27
- technical-report: Final Draft Technical Report
28
- publicly-available-specification: Final Draft Publicly Available Specification
29
- international-workshop-agreement: Final Draft International Workshop Agreement
30
- guide: Final Draft Guide
31
- amendment: Final Draft Amendment
32
- technical-corrigendum: Final Draft Technical Corrigendum
33
- directive: Final Draft Directive
34
- "60":
35
- international-standard: International Standard
36
- technical-specification: Technical Specification
37
- technical-report: Technical Report
38
- publicly-available-specification: Publicly Available Specification
39
- international-workshop-agreement: International Workshop Agreement
40
- guide: Guide
41
- amendment: Amendment
42
- technical-corrigendum: Technical Corrigendum
43
- directive: Directive
44
- "90": Review
45
- "95": Withdrawal
10
+ "00": 予備業務項目
11
+ "10": 新業務項目提案
12
+ "20": 作業原案
13
+ "30": 委員会原案
14
+ "40":
15
+ international-standard: 国際規格原案
16
+ technical-specification: 標準仕様書原案
17
+ technical-report: 標準報告書原案
18
+ publicly-available-specification: 公開仕様書原案
19
+ international-workshop-agreement: 国際ワークショップ協定原案
20
+ guide: 指針原案
21
+ amendment: 追補原案
22
+ technical-corrigendum: 技術正誤票原案
23
+ directive: 指令原案
24
+ "50":
25
+ international-standard: 最終国際規格原案
26
+ technical-specification: 最終標準仕様書原案
27
+ technical-report: 最終標準報告書原案
28
+ publicly-available-specification: 最終公開仕様書原案
29
+ international-workshop-agreement: 最終国際ワークショップ協定原案
30
+ guide: 最終指針原案
31
+ amendment: 最終追補原案
32
+ technical-corrigendum: 最終技術正誤票原案
33
+ directive: 最終指令原案
34
+ "60":
35
+ international-standard: 国際規格
36
+ technical-specification: 標準仕様書
37
+ technical-report: 標準報告書
38
+ publicly-available-specification: 公開仕様書
39
+ international-workshop-agreement: 国際ワークショップ協定
40
+ guide: 指針
41
+ amendment: 追補
42
+ technical-corrigendum: 技術正誤票
43
+ directive: 指令
44
+ "90": 見直し
45
+ "95": 廃止
46
46
  punct:
47
47
  biblio-terminator: ""
@@ -7115,6 +7115,14 @@
7115
7115
 
7116
7116
  <xsl:template match="@semx-id | @anchor" mode="update_xml_step1"/>
7117
7117
 
7118
+ <xsl:template match="mn:pagebreak" mode="update_xml_step1">
7119
+ <xsl:copy>
7120
+ <xsl:apply-templates select="@*" mode="update_xml_step1"/>
7121
+ <xsl:attribute name="from_source_xml">true</xsl:attribute>
7122
+ <xsl:apply-templates select="node()" mode="update_xml_step1"/>
7123
+ </xsl:copy>
7124
+ </xsl:template>
7125
+
7118
7126
  <!-- END: update new Presentation XML -->
7119
7127
 
7120
7128
  <!-- =========================================================================== -->
@@ -7152,6 +7160,7 @@
7152
7160
  <xsl:for-each select="ancestor-or-self::*[ancestor::mn:preface or ancestor::mn:sections or ancestor-or-self::mn:annex]">
7153
7161
  <xsl:if test="following-sibling::*">false</xsl:if>
7154
7162
  </xsl:for-each>
7163
+ <xsl:if test="@from_source_xml = 'true'">false</xsl:if>
7155
7164
  </xsl:variable>
7156
7165
 
7157
7166
  <xsl:if test="contains($isLast, 'false')">
@@ -8215,6 +8224,7 @@
8215
8224
  </xsl:attribute-set> <!-- sourcecode-style -->
8216
8225
 
8217
8226
  <xsl:template name="refine_sourcecode-style">
8227
+ <xsl:call-template name="setKeepAttributes"/>
8218
8228
  </xsl:template> <!-- refine_sourcecode-style -->
8219
8229
 
8220
8230
  <xsl:attribute-set name="sourcecode-number-style">
@@ -8958,10 +8968,38 @@
8958
8968
  <xsl:template name="refine_strike-style">
8959
8969
  </xsl:template>
8960
8970
 
8971
+ <xsl:attribute-set name="hr-block-style">
8972
+ <xsl:attribute name="font-size">1pt</xsl:attribute>
8973
+ <xsl:attribute name="keep-with-previous">always</xsl:attribute>
8974
+ <xsl:attribute name="role">SKIP</xsl:attribute>
8975
+ <xsl:attribute name="padding-top">-2pt</xsl:attribute>
8976
+ <xsl:attribute name="space-after">4pt</xsl:attribute>
8977
+ </xsl:attribute-set>
8978
+
8979
+ <xsl:template name="refine_hr-block-style">
8980
+ </xsl:template>
8981
+
8982
+ <xsl:attribute-set name="hr-style">
8983
+ <xsl:attribute name="leader-pattern">rule</xsl:attribute>
8984
+ <xsl:attribute name="leader-length">100%</xsl:attribute>
8985
+ </xsl:attribute-set>
8986
+
8987
+ <xsl:template name="refine_hr-style">
8988
+ </xsl:template>
8989
+
8961
8990
  <xsl:template match="mn:br">
8962
8991
  <xsl:value-of select="$linebreak"/>
8963
8992
  </xsl:template>
8964
8993
 
8994
+ <xsl:template match="mn:hr">
8995
+ <fo:block xsl:use-attribute-sets="hr-block-style">
8996
+ <xsl:call-template name="refine_hr-block-style"/>
8997
+ <fo:leader xsl:use-attribute-sets="hr-style">
8998
+ <xsl:call-template name="refine_hr-style"/>
8999
+ </fo:leader>
9000
+ </fo:block>
9001
+ </xsl:template>
9002
+
8965
9003
  <xsl:template match="mn:em">
8966
9004
  <fo:inline xsl:use-attribute-sets="em-style">
8967
9005
  <xsl:call-template name="refine_em_style"/>
@@ -10221,6 +10259,7 @@
10221
10259
  text line 1
10222
10260
  text line 2
10223
10261
  -->
10262
+ <xsl:variable name="example_display_in"><!-- don't change here, only for override xsl --></xsl:variable> <!-- block or inline -->
10224
10263
  <xsl:template match="mn:example" name="example">
10225
10264
  <xsl:call-template name="setNamedDestination"/>
10226
10265
  <fo:block-container id="{@id}" xsl:use-attribute-sets="example-style" role="SKIP">
@@ -10231,6 +10270,7 @@
10231
10270
 
10232
10271
  <xsl:variable name="fo_element">
10233
10272
  <xsl:if test=".//mn:table or .//mn:dl or *[not(self::mn:fmt-name)][1][self::mn:sourcecode]">block</xsl:if>
10273
+ <xsl:if test="normalize-space($example_display_in) != ''"><xsl:value-of select="$example_display_in"/></xsl:if>
10234
10274
  <xsl:choose>
10235
10275
  <xsl:when test="$layoutVersion = '1951' and $revision_date_num &lt; 19610101">list</xsl:when>
10236
10276
  <xsl:otherwise>inline</xsl:otherwise>
@@ -7115,6 +7115,14 @@
7115
7115
 
7116
7116
  <xsl:template match="@semx-id | @anchor" mode="update_xml_step1"/>
7117
7117
 
7118
+ <xsl:template match="mn:pagebreak" mode="update_xml_step1">
7119
+ <xsl:copy>
7120
+ <xsl:apply-templates select="@*" mode="update_xml_step1"/>
7121
+ <xsl:attribute name="from_source_xml">true</xsl:attribute>
7122
+ <xsl:apply-templates select="node()" mode="update_xml_step1"/>
7123
+ </xsl:copy>
7124
+ </xsl:template>
7125
+
7118
7126
  <!-- END: update new Presentation XML -->
7119
7127
 
7120
7128
  <!-- =========================================================================== -->
@@ -7152,6 +7160,7 @@
7152
7160
  <xsl:for-each select="ancestor-or-self::*[ancestor::mn:preface or ancestor::mn:sections or ancestor-or-self::mn:annex]">
7153
7161
  <xsl:if test="following-sibling::*">false</xsl:if>
7154
7162
  </xsl:for-each>
7163
+ <xsl:if test="@from_source_xml = 'true'">false</xsl:if>
7155
7164
  </xsl:variable>
7156
7165
 
7157
7166
  <xsl:if test="contains($isLast, 'false')">
@@ -8215,6 +8224,7 @@
8215
8224
  </xsl:attribute-set> <!-- sourcecode-style -->
8216
8225
 
8217
8226
  <xsl:template name="refine_sourcecode-style">
8227
+ <xsl:call-template name="setKeepAttributes"/>
8218
8228
  </xsl:template> <!-- refine_sourcecode-style -->
8219
8229
 
8220
8230
  <xsl:attribute-set name="sourcecode-number-style">
@@ -8958,10 +8968,38 @@
8958
8968
  <xsl:template name="refine_strike-style">
8959
8969
  </xsl:template>
8960
8970
 
8971
+ <xsl:attribute-set name="hr-block-style">
8972
+ <xsl:attribute name="font-size">1pt</xsl:attribute>
8973
+ <xsl:attribute name="keep-with-previous">always</xsl:attribute>
8974
+ <xsl:attribute name="role">SKIP</xsl:attribute>
8975
+ <xsl:attribute name="padding-top">-2pt</xsl:attribute>
8976
+ <xsl:attribute name="space-after">4pt</xsl:attribute>
8977
+ </xsl:attribute-set>
8978
+
8979
+ <xsl:template name="refine_hr-block-style">
8980
+ </xsl:template>
8981
+
8982
+ <xsl:attribute-set name="hr-style">
8983
+ <xsl:attribute name="leader-pattern">rule</xsl:attribute>
8984
+ <xsl:attribute name="leader-length">100%</xsl:attribute>
8985
+ </xsl:attribute-set>
8986
+
8987
+ <xsl:template name="refine_hr-style">
8988
+ </xsl:template>
8989
+
8961
8990
  <xsl:template match="mn:br">
8962
8991
  <xsl:value-of select="$linebreak"/>
8963
8992
  </xsl:template>
8964
8993
 
8994
+ <xsl:template match="mn:hr">
8995
+ <fo:block xsl:use-attribute-sets="hr-block-style">
8996
+ <xsl:call-template name="refine_hr-block-style"/>
8997
+ <fo:leader xsl:use-attribute-sets="hr-style">
8998
+ <xsl:call-template name="refine_hr-style"/>
8999
+ </fo:leader>
9000
+ </fo:block>
9001
+ </xsl:template>
9002
+
8965
9003
  <xsl:template match="mn:em">
8966
9004
  <fo:inline xsl:use-attribute-sets="em-style">
8967
9005
  <xsl:call-template name="refine_em_style"/>
@@ -10221,6 +10259,7 @@
10221
10259
  text line 1
10222
10260
  text line 2
10223
10261
  -->
10262
+ <xsl:variable name="example_display_in"><!-- don't change here, only for override xsl --></xsl:variable> <!-- block or inline -->
10224
10263
  <xsl:template match="mn:example" name="example">
10225
10264
  <xsl:call-template name="setNamedDestination"/>
10226
10265
  <fo:block-container id="{@id}" xsl:use-attribute-sets="example-style" role="SKIP">
@@ -10231,6 +10270,7 @@
10231
10270
 
10232
10271
  <xsl:variable name="fo_element">
10233
10272
  <xsl:if test=".//mn:table or .//mn:dl or *[not(self::mn:fmt-name)][1][self::mn:sourcecode]">block</xsl:if>
10273
+ <xsl:if test="normalize-space($example_display_in) != ''"><xsl:value-of select="$example_display_in"/></xsl:if>
10234
10274
  <xsl:choose>
10235
10275
  <xsl:when test="$layoutVersion = '1951' and $revision_date_num &lt; 19610101">list</xsl:when>
10236
10276
  <xsl:otherwise>inline</xsl:otherwise>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Iso
3
- VERSION = "3.4.3".freeze
3
+ VERSION = "3.4.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-iso
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
4
+ version: 3.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-25 00:00:00.000000000 Z
11
+ date: 2026-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc