metanorma-mpfa 0.6.10 → 0.6.11

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: 03feeea1971898de543923966b8a3a0c4f6b7870ff00dde9a176c70ad9f3afb5
4
- data.tar.gz: 9b35dca4e54628cdfd6823e2a2d8df8da858fcb20ca52d15e6a69c44c01e5986
3
+ metadata.gz: dfafc3185e7d9e6bddfdde8a22da506f2aec254829aecb6ae57fc6b162a89881
4
+ data.tar.gz: 6e0554f7279cbb5458af4d69cadd9ad102b213cf927f603a7e553bd7d1e66d49
5
5
  SHA512:
6
- metadata.gz: 0fd18f79dcd91f3104f13b5b6b4e555ead40f0f6a46a8d410e383159bd00f63cb1506958b15158fb562ef4da87a1b564b5804130d52eb302fe89394421e68d12
7
- data.tar.gz: '018258015a295686a5f4f65cf23f870dcf83b04367e7142b0e4aa447c5657f15d415f0ab2c7f776f003af7f242644e8091593b2148e3b98b6adaccd58e6003d5'
6
+ metadata.gz: c913d6e10884e68983b282adfc52fe761db5b50a08bd0425b132de02390ae9ff7febac1c99a1bfb32d6a7d0ee2706cfeb7cd257d6d29022f3649f1f1a59805f0
7
+ data.tar.gz: 7596c1de95381be729a9fcac5c9a0eacc75c1d63449e64fdaab39af771024fed0fbf45be8a2a8865a80e85f2401f6310fd57eb62b4c7a58615e36e56c0a7aafa
@@ -990,6 +990,16 @@
990
990
  <data type="boolean"/>
991
991
  </attribute>
992
992
  </optional>
993
+ <optional>
994
+ <attribute name="linkmention">
995
+ <data type="boolean"/>
996
+ </attribute>
997
+ </optional>
998
+ <optional>
999
+ <attribute name="linkref">
1000
+ <data type="boolean"/>
1001
+ </attribute>
1002
+ </optional>
993
1003
  <optional>
994
1004
  <element name="refterm">
995
1005
  <zeroOrMore>
@@ -1700,7 +1710,9 @@
1700
1710
  <zeroOrMore>
1701
1711
  <ref name="termgrammar"/>
1702
1712
  </zeroOrMore>
1703
- <ref name="definition"/>
1713
+ <oneOrMore>
1714
+ <ref name="termdefinition"/>
1715
+ </oneOrMore>
1704
1716
  <zeroOrMore>
1705
1717
  <ref name="termnote"/>
1706
1718
  </zeroOrMore>
@@ -1763,7 +1775,7 @@
1763
1775
  </oneOrMore>
1764
1776
  </element>
1765
1777
  </define>
1766
- <define name="definition">
1778
+ <define name="termdefinition">
1767
1779
  <element name="definition">
1768
1780
  <oneOrMore>
1769
1781
  <choice>
@@ -1772,6 +1784,9 @@
1772
1784
  <ref name="formula"/>
1773
1785
  </choice>
1774
1786
  </oneOrMore>
1787
+ <zeroOrMore>
1788
+ <ref name="termsource"/>
1789
+ </zeroOrMore>
1775
1790
  </element>
1776
1791
  </define>
1777
1792
  <define name="termnote">
@@ -661,6 +661,12 @@ ul > li p:first-child {
661
661
  ul > li:first-child {
662
662
  margin-top: 1em; }
663
663
 
664
+ ul ul > li:first-child {
665
+ margin-top: 0; }
666
+
667
+ ol ul > li:first-child {
668
+ margin-top: 0; }
669
+
664
670
  #toc-list ul {
665
671
  margin-bottom: 0.25em; }
666
672
 
@@ -325,6 +325,14 @@ ul > li:first-child {
325
325
  margin-top: 1em;
326
326
  }
327
327
 
328
+ ul ul > li:first-child {
329
+ margin-top: 0;
330
+ }
331
+ ol ul > li:first-child {
332
+ margin-top: 0;
333
+ }
334
+
335
+
328
336
  #toc-list ul {margin-bottom: 0.25em;}
329
337
 
330
338
  #toc-list li {list-style-type: none;}
@@ -5059,6 +5059,7 @@
5059
5059
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5060
5060
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5061
5061
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5062
+
5062
5063
  <xsl:apply-templates/>
5063
5064
  </fo:block>
5064
5065
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5059,6 +5059,7 @@
5059
5059
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5060
5060
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5061
5061
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5062
+
5062
5063
  <xsl:apply-templates/>
5063
5064
  </fo:block>
5064
5065
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5059,6 +5059,7 @@
5059
5059
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5060
5060
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5061
5061
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5062
+
5062
5063
  <xsl:apply-templates/>
5063
5064
  </fo:block>
5064
5065
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5059,6 +5059,7 @@
5059
5059
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5060
5060
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5061
5061
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5062
+
5062
5063
  <xsl:apply-templates/>
5063
5064
  </fo:block>
5064
5065
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5059,6 +5059,7 @@
5059
5059
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5060
5060
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5061
5061
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5062
+
5062
5063
  <xsl:apply-templates/>
5063
5064
  </fo:block>
5064
5065
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module MPFA
3
- VERSION = "0.6.10".freeze
3
+ VERSION = "0.6.11".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-mpfa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities