metanorma-bipm 2.2.3 → 2.2.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: 35c5ab21f229cea538768c183e03a233d111f888778ab2854eb38230d281c27f
4
- data.tar.gz: 54afcb5e5381ad9f32d977d5edb7dbf5aec9959f5edd88bcd8b7d67dd5352629
3
+ metadata.gz: 815bfaaa9c62ae13ac3bcea7cc4675bb45ea2ec522bf68cf58fe4807a7a75bc9
4
+ data.tar.gz: 7876ea849797ac31c1cf0bab39180642868d2127f9a15eee8e048d1a1690e1f8
5
5
  SHA512:
6
- metadata.gz: 3e23ed3b3c67bfda7c19d9c4b483e4c906535d4b7cbe266d2489b9c90a80e2f3d0954d2612038290c36b1ac6a7ff21f513db67e4736f6a5e0e2ae286de403d19
7
- data.tar.gz: a456e30efc6e8a75fb041fada6d134cc43369745278e5971e744dcffa2715809cb743909f8ab3b307414e684a96522144c6ba3e8e827d14ddb714ce3b392608a
6
+ metadata.gz: 9ef5bdc74803f837498cdeef66d439ad8f05e5a25f7c4e82eff8fbf5aa5f803d61426826ee27b521b64422de6f0d7dee1036e4d4f0467c13f97533fb41291ad4
7
+ data.tar.gz: 74e66902d70979649a37fe637c85d1cff6fffcd42c3bac84834ff0360cd0d25c46456cd006910f9987ca284cd8193cad7b7ece1314cbcf5a87d9743aa1c899fb
@@ -2855,11 +2855,11 @@
2855
2855
 
2856
2856
  </xsl:template>
2857
2857
 
2858
- <xsl:template match="bipm:example" priority="2">
2859
- <fo:block margin-top="6pt" margin-bottom="6pt" keep-together.within-column="1">
2858
+ <xsl:template match="bipm:example | bipm:termexample" priority="2">
2859
+ <fo:block keep-together.within-column="1" xsl:use-attribute-sets="example-style">
2860
2860
  <fo:table table-layout="fixed" width="100%">
2861
- <fo:table-column column-width="27.5mm"/>
2862
- <fo:table-column column-width="108mm"/>
2861
+ <fo:table-column column-width="proportional-column-width(27)"/>
2862
+ <fo:table-column column-width="proportional-column-width(108)"/>
2863
2863
  <fo:table-body>
2864
2864
  <fo:table-row>
2865
2865
  <fo:table-cell>
@@ -4356,6 +4356,8 @@
4356
4356
 
4357
4357
  <xsl:attribute-set name="termexample-name-style">
4358
4358
 
4359
+ <xsl:attribute name="font-style">italic</xsl:attribute>
4360
+
4359
4361
  </xsl:attribute-set> <!-- termexample-name-style -->
4360
4362
 
4361
4363
  <!-- ========================== -->
@@ -4583,6 +4585,9 @@
4583
4585
 
4584
4586
  <xsl:attribute-set name="termnote-style">
4585
4587
 
4588
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
4589
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4590
+
4586
4591
  </xsl:attribute-set>
4587
4592
 
4588
4593
  <xsl:attribute-set name="termnote-name-style">
@@ -4593,6 +4598,8 @@
4593
4598
 
4594
4599
  <xsl:attribute-set name="termnote-p-style">
4595
4600
 
4601
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4602
+
4596
4603
  </xsl:attribute-set>
4597
4604
 
4598
4605
  <xsl:attribute-set name="quote-style">
@@ -2855,11 +2855,11 @@
2855
2855
 
2856
2856
  </xsl:template>
2857
2857
 
2858
- <xsl:template match="bipm:example" priority="2">
2859
- <fo:block margin-top="6pt" margin-bottom="6pt" keep-together.within-column="1">
2858
+ <xsl:template match="bipm:example | bipm:termexample" priority="2">
2859
+ <fo:block keep-together.within-column="1" xsl:use-attribute-sets="example-style">
2860
2860
  <fo:table table-layout="fixed" width="100%">
2861
- <fo:table-column column-width="27.5mm"/>
2862
- <fo:table-column column-width="108mm"/>
2861
+ <fo:table-column column-width="proportional-column-width(27)"/>
2862
+ <fo:table-column column-width="proportional-column-width(108)"/>
2863
2863
  <fo:table-body>
2864
2864
  <fo:table-row>
2865
2865
  <fo:table-cell>
@@ -4356,6 +4356,8 @@
4356
4356
 
4357
4357
  <xsl:attribute-set name="termexample-name-style">
4358
4358
 
4359
+ <xsl:attribute name="font-style">italic</xsl:attribute>
4360
+
4359
4361
  </xsl:attribute-set> <!-- termexample-name-style -->
4360
4362
 
4361
4363
  <!-- ========================== -->
@@ -4583,6 +4585,9 @@
4583
4585
 
4584
4586
  <xsl:attribute-set name="termnote-style">
4585
4587
 
4588
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
4589
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4590
+
4586
4591
  </xsl:attribute-set>
4587
4592
 
4588
4593
  <xsl:attribute-set name="termnote-name-style">
@@ -4593,6 +4598,8 @@
4593
4598
 
4594
4599
  <xsl:attribute-set name="termnote-p-style">
4595
4600
 
4601
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4602
+
4596
4603
  </xsl:attribute-set>
4597
4604
 
4598
4605
  <xsl:attribute-set name="quote-style">
@@ -2855,11 +2855,11 @@
2855
2855
 
2856
2856
  </xsl:template>
2857
2857
 
2858
- <xsl:template match="bipm:example" priority="2">
2859
- <fo:block margin-top="6pt" margin-bottom="6pt" keep-together.within-column="1">
2858
+ <xsl:template match="bipm:example | bipm:termexample" priority="2">
2859
+ <fo:block keep-together.within-column="1" xsl:use-attribute-sets="example-style">
2860
2860
  <fo:table table-layout="fixed" width="100%">
2861
- <fo:table-column column-width="27.5mm"/>
2862
- <fo:table-column column-width="108mm"/>
2861
+ <fo:table-column column-width="proportional-column-width(27)"/>
2862
+ <fo:table-column column-width="proportional-column-width(108)"/>
2863
2863
  <fo:table-body>
2864
2864
  <fo:table-row>
2865
2865
  <fo:table-cell>
@@ -4356,6 +4356,8 @@
4356
4356
 
4357
4357
  <xsl:attribute-set name="termexample-name-style">
4358
4358
 
4359
+ <xsl:attribute name="font-style">italic</xsl:attribute>
4360
+
4359
4361
  </xsl:attribute-set> <!-- termexample-name-style -->
4360
4362
 
4361
4363
  <!-- ========================== -->
@@ -4583,6 +4585,9 @@
4583
4585
 
4584
4586
  <xsl:attribute-set name="termnote-style">
4585
4587
 
4588
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
4589
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4590
+
4586
4591
  </xsl:attribute-set>
4587
4592
 
4588
4593
  <xsl:attribute-set name="termnote-name-style">
@@ -4593,6 +4598,8 @@
4593
4598
 
4594
4599
  <xsl:attribute-set name="termnote-p-style">
4595
4600
 
4601
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4602
+
4596
4603
  </xsl:attribute-set>
4597
4604
 
4598
4605
  <xsl:attribute-set name="quote-style">
@@ -2855,11 +2855,11 @@
2855
2855
 
2856
2856
  </xsl:template>
2857
2857
 
2858
- <xsl:template match="bipm:example" priority="2">
2859
- <fo:block margin-top="6pt" margin-bottom="6pt" keep-together.within-column="1">
2858
+ <xsl:template match="bipm:example | bipm:termexample" priority="2">
2859
+ <fo:block keep-together.within-column="1" xsl:use-attribute-sets="example-style">
2860
2860
  <fo:table table-layout="fixed" width="100%">
2861
- <fo:table-column column-width="27.5mm"/>
2862
- <fo:table-column column-width="108mm"/>
2861
+ <fo:table-column column-width="proportional-column-width(27)"/>
2862
+ <fo:table-column column-width="proportional-column-width(108)"/>
2863
2863
  <fo:table-body>
2864
2864
  <fo:table-row>
2865
2865
  <fo:table-cell>
@@ -4356,6 +4356,8 @@
4356
4356
 
4357
4357
  <xsl:attribute-set name="termexample-name-style">
4358
4358
 
4359
+ <xsl:attribute name="font-style">italic</xsl:attribute>
4360
+
4359
4361
  </xsl:attribute-set> <!-- termexample-name-style -->
4360
4362
 
4361
4363
  <!-- ========================== -->
@@ -4583,6 +4585,9 @@
4583
4585
 
4584
4586
  <xsl:attribute-set name="termnote-style">
4585
4587
 
4588
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
4589
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4590
+
4586
4591
  </xsl:attribute-set>
4587
4592
 
4588
4593
  <xsl:attribute-set name="termnote-name-style">
@@ -4593,6 +4598,8 @@
4593
4598
 
4594
4599
  <xsl:attribute-set name="termnote-p-style">
4595
4600
 
4601
+ <xsl:attribute name="text-align">justify</xsl:attribute>
4602
+
4596
4603
  </xsl:attribute-set>
4597
4604
 
4598
4605
  <xsl:attribute-set name="quote-style">
@@ -522,7 +522,6 @@
522
522
  <value>tip</value>
523
523
  <value>important</value>
524
524
  <value>caution</value>
525
- <value>statement</value>
526
525
  </choice>
527
526
  </define>
528
527
  <define name="figure">
@@ -66,6 +66,7 @@
66
66
  <value>caution</value>
67
67
  <value>statement</value>
68
68
  <value>editorial</value>
69
+ <value>box</value>
69
70
  </choice>
70
71
  </define>
71
72
  <define name="index">
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module BIPM
3
- VERSION = "2.2.3".freeze
3
+ VERSION = "2.2.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-bipm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
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-01-24 00:00:00.000000000 Z
11
+ date: 2023-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic