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 +4 -4
- data/lib/isodoc/bipm/bipm.brochure.xsl +11 -4
- data/lib/isodoc/bipm/bipm.guide.xsl +11 -4
- data/lib/isodoc/bipm/bipm.mise-en-pratique.xsl +11 -4
- data/lib/isodoc/bipm/bipm.rapport.xsl +11 -4
- data/lib/metanorma/bipm/basicdoc.rng +0 -1
- data/lib/metanorma/bipm/isodoc.rng +1 -0
- data/lib/metanorma/bipm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 815bfaaa9c62ae13ac3bcea7cc4675bb45ea2ec522bf68cf58fe4807a7a75bc9
|
|
4
|
+
data.tar.gz: 7876ea849797ac31c1cf0bab39180642868d2127f9a15eee8e048d1a1690e1f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
2862
|
-
<fo:table-column column-width="
|
|
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
|
|
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
|
|
2862
|
-
<fo:table-column column-width="
|
|
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
|
|
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
|
|
2862
|
-
<fo:table-column column-width="
|
|
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
|
|
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
|
|
2862
|
-
<fo:table-column column-width="
|
|
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">
|
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.
|
|
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-
|
|
11
|
+
date: 2023-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-generic
|