metanorma-ogc 1.2.7 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +4 -5
  3. data/lib/isodoc/ogc/html/htmlstyle.css +206 -206
  4. data/lib/isodoc/ogc/html/htmlstyle.scss +4 -4
  5. data/lib/isodoc/ogc/html/ogc.css +21 -21
  6. data/lib/isodoc/ogc/html/ogc.scss +21 -21
  7. data/lib/isodoc/ogc/html/ogc_wp.css +35 -35
  8. data/lib/isodoc/ogc/html/ogc_wp.scss +35 -35
  9. data/lib/isodoc/ogc/html/wordstyle.css +19 -19
  10. data/lib/isodoc/ogc/html/wordstyle.scss +19 -19
  11. data/lib/isodoc/ogc/html/wordstyle_wp.css +23 -23
  12. data/lib/isodoc/ogc/html/wordstyle_wp.scss +23 -23
  13. data/lib/isodoc/ogc/html_convert.rb +4 -1
  14. data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +10 -6
  15. data/lib/isodoc/ogc/ogc.best-practice.xsl +10 -6
  16. data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +10 -6
  17. data/lib/isodoc/ogc/ogc.community-practice.xsl +10 -6
  18. data/lib/isodoc/ogc/ogc.community-standard.xsl +10 -6
  19. data/lib/isodoc/ogc/ogc.discussion-paper.xsl +10 -6
  20. data/lib/isodoc/ogc/ogc.engineering-report.xsl +10 -6
  21. data/lib/isodoc/ogc/ogc.other.xsl +10 -6
  22. data/lib/isodoc/ogc/ogc.policy.xsl +10 -6
  23. data/lib/isodoc/ogc/ogc.reference-model.xsl +10 -6
  24. data/lib/isodoc/ogc/ogc.release-notes.xsl +10 -6
  25. data/lib/isodoc/ogc/ogc.standard.xsl +10 -6
  26. data/lib/isodoc/ogc/ogc.test-suite.xsl +10 -6
  27. data/lib/isodoc/ogc/ogc.user-guide.xsl +10 -6
  28. data/lib/isodoc/ogc/ogc.white-paper.xsl +9 -5
  29. data/lib/isodoc/ogc/presentation_xml_convert.rb +13 -0
  30. data/lib/isodoc/ogc/word_convert.rb +7 -1
  31. data/lib/metanorma/ogc.rb +7 -0
  32. data/lib/metanorma/ogc/fonts_manifest.yaml +6 -0
  33. data/lib/metanorma/ogc/processor.rb +0 -8
  34. data/lib/metanorma/ogc/version.rb +1 -1
  35. data/metanorma-ogc.gemspec +1 -1
  36. metadata +5 -4
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <xsl:template match="/">
71
71
  <xsl:call-template name="namespaceCheck"/>
72
- <fo:root font-family="Lato, STIX Two Math, HanSans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
72
+ <fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
73
73
  <fo:layout-master-set>
74
74
  <!-- Cover page -->
75
75
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -1633,7 +1633,7 @@
1633
1633
 
1634
1634
 
1635
1635
 
1636
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1636
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1637
1637
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1638
1638
  <xsl:attribute name="line-height">113%</xsl:attribute>
1639
1639
 
@@ -1922,6 +1922,7 @@
1922
1922
  </xsl:attribute-set><xsl:attribute-set name="term-style">
1923
1923
 
1924
1924
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1925
+
1925
1926
 
1926
1927
 
1927
1928
  <xsl:attribute name="margin-top">12pt</xsl:attribute>
@@ -1971,7 +1972,7 @@
1971
1972
 
1972
1973
 
1973
1974
 
1974
- <xsl:attribute name="font-family">FiraCode</xsl:attribute>
1975
+ <xsl:attribute name="font-family">Fira Code</xsl:attribute>
1975
1976
 
1976
1977
  </xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
1977
1978
  <xsl:attribute name="font-size">11pt</xsl:attribute>
@@ -3233,6 +3234,7 @@
3233
3234
  </fo:inline>
3234
3235
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
3235
3236
  <fo:inline font-weight="bold">
3237
+
3236
3238
  <xsl:apply-templates/>
3237
3239
  </fo:inline>
3238
3240
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -3637,6 +3639,7 @@
3637
3639
  </xsl:choose>
3638
3640
  </xsl:variable>
3639
3641
  <fo:inline xsl:use-attribute-sets="link-style">
3642
+
3640
3643
  <xsl:choose>
3641
3644
  <xsl:when test="$target = ''">
3642
3645
  <xsl:apply-templates/>
@@ -3856,7 +3859,8 @@
3856
3859
  </fo:inline>
3857
3860
  </xsl:if>
3858
3861
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3859
- <fo:block-container id="{@id}">
3862
+ <fo:block-container id="{@id}">
3863
+
3860
3864
  <fo:block>
3861
3865
  <xsl:apply-templates/>
3862
3866
  </fo:block>
@@ -3907,7 +3911,7 @@
3907
3911
  <xsl:apply-templates mode="bookmarks"/>
3908
3912
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3909
3913
  <xsl:apply-templates select="."/>
3910
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3914
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3911
3915
  <xsl:apply-templates mode="bookmarks"/>
3912
3916
  </xsl:template><xsl:template name="addBookmarks">
3913
3917
  <xsl:param name="contents"/>
@@ -4696,7 +4700,7 @@
4696
4700
  <fo:block id="{@id}">
4697
4701
  <xsl:apply-templates/>
4698
4702
  </fo:block>
4699
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4703
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
4700
4704
 
4701
4705
  <fo:block id="{@id}">
4702
4706
  <xsl:apply-templates/>