metanorma-un 0.6.10 → 0.6.11

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: 20d1e57f121c8608902a2faf38631a06035ddd820a11826977e2fc04bfbb36ca
4
- data.tar.gz: 3991d1560ef4d9721da8033083e4b1f4e79323e2f382b80c6ba05c129d1aed24
3
+ metadata.gz: c0b63d794f083c6c3b1048ccbf269cf9717f5e5dcb58edd343d0f42b4c4094f2
4
+ data.tar.gz: 8d1087956f701934a0964394cd1296aaa623d09cc3c3a1ef2229a204519b6c4c
5
5
  SHA512:
6
- metadata.gz: 64f5c9d3de39a64d021a9afc081e6c9b931c0d9a5f707c102c86b2744949500a544386f7c99508d376cf76618a5ac942c720684075461e77f4d57929f353e85a
7
- data.tar.gz: 0b5a23f6f9e0d88e255d24a5d3d597383106da1c8ef7f9b644ac3c893f57c8c33bae0ac022d9ddd312ac820a55c8227fe8980e8db574ead3ce6a8b8f08a2c581
6
+ metadata.gz: f2e9a5d52516279061f8660dce71f2986594f545e17b05e85bedae6fc0098ae93eb314ac57cdba61805b5a3d3211874525dc1275f5b8e243a9df94ddf42772b5
7
+ data.tar.gz: 4179212a7487ab5fec81997cdf1bb156a9f5dbd61bb44a4b8997f8716fd74fc745c285bd7058c94815961c42a1616ae25c7491e880d3fb0a46915d11453d9f1b
@@ -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">
@@ -676,6 +676,12 @@ ul > li p:first-child {
676
676
  ul > li:first-child {
677
677
  margin-top: 1em; }
678
678
 
679
+ ul ul > li:first-child {
680
+ margin-top: 0; }
681
+
682
+ ol ul > li:first-child {
683
+ margin-top: 0; }
684
+
679
685
  #toc-list ul {
680
686
  margin-bottom: 0.25em; }
681
687
 
@@ -394,6 +394,13 @@ ul>li:first-child {
394
394
  margin-top: 1em;
395
395
  }
396
396
 
397
+ ul ul > li:first-child {
398
+ margin-top: 0;
399
+ }
400
+ ol ul > li:first-child {
401
+ margin-top: 0;
402
+ }
403
+
397
404
  #toc-list ul {
398
405
  margin-bottom: 0.25em;
399
406
  }
@@ -5440,6 +5440,7 @@
5440
5440
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5441
5441
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5442
5442
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5443
+
5443
5444
  <xsl:apply-templates/>
5444
5445
  </fo:block>
5445
5446
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5440,6 +5440,7 @@
5440
5440
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5441
5441
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5442
5442
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5443
+
5443
5444
  <xsl:apply-templates/>
5444
5445
  </fo:block>
5445
5446
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5412,6 +5412,7 @@
5412
5412
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5413
5413
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5414
5414
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5415
+
5415
5416
  <xsl:apply-templates/>
5416
5417
  </fo:block>
5417
5418
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module UN
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-un
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: iso-639