metanorma-jis 1.1.1 → 1.1.2

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: f4d4550d188829625c178c0e93665cbb42c02ea5cd4bfb1d639ee7403bc5c83d
4
- data.tar.gz: 1c7e761e682a77bde33f6799f6e99b0dd222e5fb0324779e95e14a99971eec2a
3
+ metadata.gz: 3d4abe2a46fa57c119268f9707c768d0560e06c7cac92f237a1155d3d52c3898
4
+ data.tar.gz: 780247bf2e7a9e5c8d03891cdc137e4d2f868d08e2c8dfc1bcf4afe80f29a7c1
5
5
  SHA512:
6
- metadata.gz: 52dffbca1335aeabdc22b0f298a861380d2f8c48d09e3d7af78fb467599e2c77b513cbde98425a4a61d2f9bd8cc07236949dde79a533530be0d7af5ebd0e205b
7
- data.tar.gz: 99b341de0659073ce8d63a2c661149f9c1c74b0f4623bd9f7f96daa57663ad8612d6a9743130f0b0ab2385fe2c3e1e1c21472ed563bf6222be55314eb051c6e2
6
+ metadata.gz: e1f27e99ecbcfbb7ab26bae1e9f5f7b9b05c359d5c668d3f7ca339a67f2d2cea0971791a00233867cc5ead1d21891edcc2e06ae2d5074b6286d60f0066f0b038
7
+ data.tar.gz: cf7d226b4314530f668d69a828a8fa0da4e6fde4663bc4e17d0891bc844f6fab637bf9d008b16f82030eadc891da6da5b82bf1c6c7fa0edb59147bfe96f5d8a8
@@ -1,15 +1,15 @@
1
1
  under_preparation: 準備中。(掲載時のステージ%)。
2
2
  cancelled_and_replaced: キャンセルされ、%に置き換えられました。
3
- norm_with_refs_pref_all_dated: 次に掲げる引用規格は,この規格に引用されることによって,その一部又は全部がこの規格の要 求事項を構成している。これらの引用規格は,記載の年の版を適用し,その後の改正版(追補を含む。) は適用しない。
3
+ norm_with_refs_pref_all_dated: 次に掲げる引用規格は,この規格に引用されることによって,その一部又は全部がこの規格の要求事項を構成している。これらの引用規格は,記載の年の版を適用し,その後の改正版(追補を含む。) は適用しない。
4
4
  norm_with_refs_pref_none_dated: 次に掲げる引用規格は,この規格に引用されることによって,その一部又は全部がこの規格の要求事項 を構成している。これらの引用規格は,その最新版(追補を含む。)を適用する。
5
5
  permission_footer: 著作権法により無断での複製,転載等は禁止されております。
6
6
  admitted: 代替用語
7
7
  table_footnote: 注
8
8
  commentary: 解説
9
9
  commentary_page: 解
10
- JIS: 日本工業規格
10
+ JIS: 日本産業規格
11
11
  draft_label: 案
12
- white-paper: 白紙
12
+ white-paper: 白書
13
13
  chairperson: 委員会長
14
14
  membership_table: 構成表
15
15
  full_name: 氏名
@@ -22,12 +22,12 @@ doctype_dict:
22
22
  japanese-industrial-standard: 日本産業規格
23
23
  technical-specification: 標準仕様書
24
24
  technical-report: 標準報告書
25
- publicly-available-specification: Publicly Available Specification
26
- international-workshop-agreement: International Workshop Agreement
25
+ publicly-available-specification: 公開仕様書
26
+ international-workshop-agreement: 国際ワークショップ協定
27
27
  guide: ガイドブック
28
28
  amendment: 追補
29
- technical-corrigendum: Technical Corrigendum
30
- directive: Directive
29
+ technical-corrigendum: 技術正誤票
30
+ directive: 指令
31
31
  stage_dict:
32
32
  international-standard: 日本産業規格
33
33
  punct:
@@ -6584,6 +6584,14 @@
6584
6584
 
6585
6585
  <xsl:template match="@semx-id | @anchor" mode="update_xml_step1"/>
6586
6586
 
6587
+ <xsl:template match="mn:pagebreak" mode="update_xml_step1">
6588
+ <xsl:copy>
6589
+ <xsl:apply-templates select="@*" mode="update_xml_step1"/>
6590
+ <xsl:attribute name="from_source_xml">true</xsl:attribute>
6591
+ <xsl:apply-templates select="node()" mode="update_xml_step1"/>
6592
+ </xsl:copy>
6593
+ </xsl:template>
6594
+
6587
6595
  <!-- END: update new Presentation XML -->
6588
6596
 
6589
6597
  <!-- =========================================================================== -->
@@ -6621,6 +6629,7 @@
6621
6629
  <xsl:for-each select="ancestor-or-self::*[ancestor::mn:preface or ancestor::mn:sections or ancestor-or-self::mn:annex]">
6622
6630
  <xsl:if test="following-sibling::*">false</xsl:if>
6623
6631
  </xsl:for-each>
6632
+ <xsl:if test="@from_source_xml = 'true'">false</xsl:if>
6624
6633
  </xsl:variable>
6625
6634
 
6626
6635
  <xsl:if test="contains($isLast, 'false')">
@@ -7616,6 +7625,7 @@
7616
7625
  </xsl:attribute-set> <!-- sourcecode-style -->
7617
7626
 
7618
7627
  <xsl:template name="refine_sourcecode-style">
7628
+ <xsl:call-template name="setKeepAttributes"/>
7619
7629
  </xsl:template> <!-- refine_sourcecode-style -->
7620
7630
 
7621
7631
  <xsl:attribute-set name="sourcecode-number-style">
@@ -8354,10 +8364,38 @@
8354
8364
  <xsl:template name="refine_strike-style">
8355
8365
  </xsl:template>
8356
8366
 
8367
+ <xsl:attribute-set name="hr-block-style">
8368
+ <xsl:attribute name="font-size">1pt</xsl:attribute>
8369
+ <xsl:attribute name="keep-with-previous">always</xsl:attribute>
8370
+ <xsl:attribute name="role">SKIP</xsl:attribute>
8371
+ <xsl:attribute name="padding-top">-2pt</xsl:attribute>
8372
+ <xsl:attribute name="space-after">4pt</xsl:attribute>
8373
+ </xsl:attribute-set>
8374
+
8375
+ <xsl:template name="refine_hr-block-style">
8376
+ </xsl:template>
8377
+
8378
+ <xsl:attribute-set name="hr-style">
8379
+ <xsl:attribute name="leader-pattern">rule</xsl:attribute>
8380
+ <xsl:attribute name="leader-length">100%</xsl:attribute>
8381
+ </xsl:attribute-set>
8382
+
8383
+ <xsl:template name="refine_hr-style">
8384
+ </xsl:template>
8385
+
8357
8386
  <xsl:template match="mn:br">
8358
8387
  <xsl:value-of select="$linebreak"/>
8359
8388
  </xsl:template>
8360
8389
 
8390
+ <xsl:template match="mn:hr">
8391
+ <fo:block xsl:use-attribute-sets="hr-block-style">
8392
+ <xsl:call-template name="refine_hr-block-style"/>
8393
+ <fo:leader xsl:use-attribute-sets="hr-style">
8394
+ <xsl:call-template name="refine_hr-style"/>
8395
+ </fo:leader>
8396
+ </fo:block>
8397
+ </xsl:template>
8398
+
8361
8399
  <xsl:template match="mn:em">
8362
8400
  <fo:inline xsl:use-attribute-sets="em-style">
8363
8401
  <xsl:call-template name="refine_em_style"/>
@@ -9613,6 +9651,7 @@
9613
9651
  text line 1
9614
9652
  text line 2
9615
9653
  -->
9654
+ <xsl:variable name="example_display_in"><!-- don't change here, only for override xsl --></xsl:variable> <!-- block or inline -->
9616
9655
  <xsl:template match="mn:example" name="example">
9617
9656
  <xsl:call-template name="setNamedDestination"/>
9618
9657
  <fo:block id="{@id}" xsl:use-attribute-sets="example-style" role="SKIP">
@@ -1,6 +1,6 @@
1
1
  module Metanorma
2
2
  module Jis
3
- VERSION = "1.1.1".freeze
3
+ VERSION = "1.1.2".freeze
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-jis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: japanese_calendar