metanorma-ogc 2.5.12 → 2.5.13

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: 5ae7e749e76e9bbff3459bf8eb4377ccdf91f777f6dfe423d1699f21ca2f187a
4
- data.tar.gz: 3e68f0f3abe63766cdcaef2aebbdd4831705cee0407c776888b70960575c6a4b
3
+ metadata.gz: 4bdb1cb3816967b2062649ff5302b034e49b901e667271f5a2fb68973d93f944
4
+ data.tar.gz: a1b52199de866f5dd1abe398f334d2d7252251b0e9b263673fec9dfe233da7da
5
5
  SHA512:
6
- metadata.gz: 0a573eb0d8f60f88b44efe641468bc56226d6df9d39e88d0fe35c9b02ec2f6b9dacad8504b757387ebd74c8bfe848fec9680b727b49d10a66b5e791e9454e9f7
7
- data.tar.gz: d7be74997811588005e301a60ff3d4ffee28124c86802ea687a36b2569ba3f0aa78979c00932bf42bf6ca279a0bb9b2a99799158c98f3276747f3cc9eceb9ef1
6
+ metadata.gz: 763774f7c6fe8496f5f03f47af1e50836f49351c8fa52cf770a0072efb25bbef6078bbde56b6e05bf0adf7cfd5c12f3d5c9e787e97e882ecf3bcb1c765d23319
7
+ data.tar.gz: 1992f2de5d6287300b45438b4030759d78a2bef1f14c62e9d8e848d8f8e22a89fa541bc1029eea82af3697792a16be4e65190cd00a33e11c3cb6af83037caaac
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -9666,8 +9666,11 @@
9666
9666
  </xsl:template>
9667
9667
 
9668
9668
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9669
+ <xsl:param name="element"/>
9669
9670
  <xsl:copy>
9670
- <xsl:apply-templates mode="contents_item"/>
9671
+ <xsl:apply-templates mode="contents_item">
9672
+ <xsl:with-param name="element" select="$element"/>
9673
+ </xsl:apply-templates>
9671
9674
  </xsl:copy>
9672
9675
  </xsl:template>
9673
9676
 
@@ -9734,7 +9737,10 @@
9734
9737
 
9735
9738
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9736
9739
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9737
- <xsl:apply-templates mode="contents_item"/>
9740
+ <xsl:param name="element"/>
9741
+ <xsl:apply-templates mode="contents_item">
9742
+ <xsl:with-param name="element" select="$element"/>
9743
+ </xsl:apply-templates>
9738
9744
  </xsl:template>
9739
9745
 
9740
9746
  <!-- =============== -->
@@ -1062,7 +1062,7 @@
1062
1062
  <xsl:variable name="font_noto_serif">Noto Serif, Noto Serif HK, Noto Serif JP, Noto Serif KR, Noto Serif SC, Noto Serif TC</xsl:variable>
1063
1063
  <xsl:attribute-set name="root-style">
1064
1064
 
1065
- <xsl:attribute name="font-family">Arial, STIX Two Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
1065
+ <xsl:attribute name="font-family">Roboto, STIX Two Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
1066
1066
  <xsl:attribute name="font-family-generic">Sans</xsl:attribute>
1067
1067
  <xsl:attribute name="font-size">11pt</xsl:attribute>
1068
1068
 
@@ -8540,8 +8540,11 @@
8540
8540
  </xsl:template>
8541
8541
 
8542
8542
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
8543
+ <xsl:param name="element"/>
8543
8544
  <xsl:copy>
8544
- <xsl:apply-templates mode="contents_item"/>
8545
+ <xsl:apply-templates mode="contents_item">
8546
+ <xsl:with-param name="element" select="$element"/>
8547
+ </xsl:apply-templates>
8545
8548
  </xsl:copy>
8546
8549
  </xsl:template>
8547
8550
 
@@ -8608,7 +8611,10 @@
8608
8611
 
8609
8612
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
8610
8613
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
8611
- <xsl:apply-templates mode="contents_item"/>
8614
+ <xsl:param name="element"/>
8615
+ <xsl:apply-templates mode="contents_item">
8616
+ <xsl:with-param name="element" select="$element"/>
8617
+ </xsl:apply-templates>
8612
8618
  </xsl:template>
8613
8619
 
8614
8620
  <!-- =============== -->
@@ -17,9 +17,9 @@ module IsoDoc
17
17
 
18
18
  def default_fonts(_options)
19
19
  {
20
- bodyfont: '"Times New Roman",serif',
21
- headerfont: '"Times New Roman",serif',
22
- monospacefont: '"Courier New",monospace',
20
+ bodyfont: '"EB Garamond",serif',
21
+ headerfont: '"EB Garamond",serif',
22
+ monospacefont: '"Courier Prime",monospace',
23
23
  normalfontsize: "10.5pt",
24
24
  monospacefontsize: "10.0pt",
25
25
  footnotefontsize: "10.0pt",
@@ -46,7 +46,7 @@ module IsoDoc
46
46
  @wordcoverpage = html_doc_path("word_ogc_titlepage_wp.html")
47
47
  @wordintropage = html_doc_path("word_ogc_intro_wp.html")
48
48
  @header = html_doc_path("header_wp.html")
49
- options[:bodyfont] = '"Arial",sans-serif'
49
+ options[:bodyfont] = '"Roboto",sans-serif'
50
50
  options[:headerfont] = '"Lato",sans-serif'
51
51
  options[:normalfontsize] = "11.0pt"
52
52
  options[:footnotefontsize] = "11.0pt"
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "2.5.12".freeze
3
+ VERSION = "2.5.13".freeze
4
4
  end
5
5
  end
data/lib/metanorma/ogc.rb CHANGED
@@ -7,8 +7,8 @@ module Metanorma
7
7
  def self.fonts_used
8
8
  {
9
9
  html: ["Overpass", "SpaceMono"],
10
- doc: ["Times New Roman", "Cambria Math", "HanSans", "Courier New"],
11
- pdf: ["Lato", "Arial"],
10
+ doc: ["EB Garamond", "STIX Two Math", "HanSans", "Courier Prime"],
11
+ pdf: ["Lato", "Roboto"],
12
12
  }
13
13
  end
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.12
4
+ version: 2.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iso-639