metanorma-ogc 2.5.12 → 2.5.13
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/ogc/ogc.abstract-specification-topic.xsl +8 -2
- data/lib/isodoc/ogc/ogc.best-practice.xsl +8 -2
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +8 -2
- data/lib/isodoc/ogc/ogc.community-practice.xsl +8 -2
- data/lib/isodoc/ogc/ogc.community-standard.xsl +8 -2
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +8 -2
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +8 -2
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +8 -2
- data/lib/isodoc/ogc/ogc.other.xsl +8 -2
- data/lib/isodoc/ogc/ogc.policy.xsl +8 -2
- data/lib/isodoc/ogc/ogc.reference-model.xsl +8 -2
- data/lib/isodoc/ogc/ogc.release-notes.xsl +8 -2
- data/lib/isodoc/ogc/ogc.standard.xsl +8 -2
- data/lib/isodoc/ogc/ogc.test-suite.xsl +8 -2
- data/lib/isodoc/ogc/ogc.user-guide.xsl +8 -2
- data/lib/isodoc/ogc/ogc.white-paper.xsl +9 -3
- data/lib/isodoc/ogc/word_convert.rb +4 -4
- data/lib/metanorma/ogc/version.rb +1 -1
- data/lib/metanorma/ogc.rb +2 -2
- 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: 4bdb1cb3816967b2062649ff5302b034e49b901e667271f5a2fb68973d93f944
|
|
4
|
+
data.tar.gz: a1b52199de866f5dd1abe398f334d2d7252251b0e9b263673fec9dfe233da7da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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">
|
|
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:
|
|
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: '"
|
|
21
|
-
headerfont: '"
|
|
22
|
-
monospacefont: '"Courier
|
|
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] = '"
|
|
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"
|
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: ["
|
|
11
|
-
pdf: ["Lato", "
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: iso-639
|