metanorma-iec 0.0.10 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/iec/basicdoc.rng +5 -4
- data/lib/asciidoctor/iec/biblio.rng +3 -0
- data/lib/isodoc/iec/html/isodoc.scss +0 -15
- data/lib/isodoc/iec/html/wordstyle.scss +37 -106
- data/lib/metanorma/iec/version.rb +1 -1
- 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: 59882444ab68ff355cce06dbeb5c394b0ca507ada6cc39cd769d451cee433cc1
|
4
|
+
data.tar.gz: 444b7bcf57cb3b9ac77da1a412c373ecbf2148f1597bb5301e9c920496357edc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7621099111dc60894038ba1edeeb0472017b612e99b0141bd1ef8ecdf1e65eb7d69ce88233ecb5fe784950d4ec825fe4f5ee4e92fba39552d1c206130c55a097
|
7
|
+
data.tar.gz: 1322e888aef4aeb7e2826aadf306bdcc0da4c5263024f0a5786b42367c180714464bd5ab68242fc6589633cec3b4e43cea6443c6a22ec0897ee75c05bf38e1d6
|
@@ -1,9 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
|
-
<include href="biblio.rng"
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
<include href="biblio.rng">
|
4
|
+
<start>
|
5
|
+
<ref name="document"/>
|
6
|
+
</start>
|
7
|
+
</include>
|
7
8
|
<define name="document">
|
8
9
|
<element name="document">
|
9
10
|
<optional>
|
@@ -33,6 +33,9 @@
|
|
33
33
|
<param name="pattern">([\+\-]?\d{4})((-?)((0[1-9]|1[0-2])((-?)([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6]))))?</param>
|
34
34
|
</data>
|
35
35
|
</define>
|
36
|
+
<start>
|
37
|
+
<ref name="relaton_collection"/>
|
38
|
+
</start>
|
36
39
|
<define name="status">
|
37
40
|
<element name="status">
|
38
41
|
<ref name="stage"/>
|
@@ -580,10 +580,6 @@ table.figdl
|
|
580
580
|
margin-right: 0cm;
|
581
581
|
}
|
582
582
|
|
583
|
-
ol
|
584
|
-
{margin-bottom:0cm;}
|
585
|
-
ul
|
586
|
-
{margin-bottom:0cm;}
|
587
583
|
table.MsoISOTable
|
588
584
|
{mso-style-name:"Table ISO";
|
589
585
|
mso-tstyle-rowband-size:0;
|
@@ -604,8 +600,6 @@ table.MsoISOTable
|
|
604
600
|
mso-border-insidev:.75pt solid windowtext;
|
605
601
|
font-size:10.0pt;
|
606
602
|
font-family:$bodyfont;}
|
607
|
-
table.MsoISOTable tr
|
608
|
-
{page-break-inside:avoid;}
|
609
603
|
table.MsoISOTable th
|
610
604
|
{border:solid windowtext 1pt;
|
611
605
|
mso-border-alt:solid windowtext 1pt;
|
@@ -632,19 +626,10 @@ table.MsoTableGrid
|
|
632
626
|
mso-pagination:widow-orphan;
|
633
627
|
font-size:10.0pt;
|
634
628
|
font-family:$bodyfont;}
|
635
|
-
td { page-break-inside:avoid; }
|
636
|
-
tr { page-break-after:avoid; }
|
637
|
-
span.stem
|
638
|
-
{font-family:"Cambria Math",serif;
|
639
|
-
mso-ascii-font-family:"Cambria Math";
|
640
|
-
font-style:italic;}
|
641
629
|
div.formula
|
642
630
|
{tab-stops:right 487.45pt;}
|
643
631
|
body
|
644
632
|
{tab-interval:36.0pt;}
|
645
|
-
dt
|
646
|
-
{page-break-inside:avoid;
|
647
|
-
page-break-after:avoid}
|
648
633
|
.coverpage_docnumber
|
649
634
|
{text-align:right;
|
650
635
|
font-size:14.0pt;
|
@@ -1719,106 +1719,43 @@ div.colophon
|
|
1719
1719
|
margin-left:110.55pt;
|
1720
1720
|
text-indent:-110.55pt;}
|
1721
1721
|
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
margin-right:0cm;
|
1760
|
-
margin-bottom:12.0pt;
|
1761
|
-
mso-pagination:widow-orphan;
|
1762
|
-
font-size:11.0pt;
|
1763
|
-
font-family:$bodyfont;
|
1764
|
-
mso-ansi-language:EN-AU;
|
1765
|
-
mso-fareast-language:EN-US;}
|
1766
|
-
p.ListContLevel5, li.ListContLevel5, div.ListContLevel5
|
1767
|
-
{mso-style-priority:34;
|
1768
|
-
margin-top:0cm;
|
1769
|
-
margin-left:90.0pt;
|
1770
|
-
margin-right:0cm;
|
1771
|
-
margin-bottom:12.0pt;
|
1772
|
-
mso-pagination:widow-orphan;
|
1773
|
-
font-size:11.0pt;
|
1774
|
-
font-family:$bodyfont;
|
1775
|
-
mso-ansi-language:EN-AU;
|
1776
|
-
mso-fareast-language:EN-US;}
|
1777
|
-
p.ListContLevel6, li.ListContLevel6, div.ListContLevel6
|
1778
|
-
{mso-style-priority:34;
|
1779
|
-
margin-top:0cm;
|
1780
|
-
margin-left:108.0pt;
|
1781
|
-
margin-right:0cm;
|
1782
|
-
margin-bottom:12.0pt;
|
1783
|
-
mso-pagination:widow-orphan;
|
1784
|
-
font-size:11.0pt;
|
1785
|
-
font-family:$bodyfont;
|
1786
|
-
mso-ansi-language:EN-AU;
|
1787
|
-
mso-fareast-language:EN-US;}
|
1788
|
-
p.ListContLevel7, li.ListContLevel7, div.ListContLevel7
|
1789
|
-
{mso-style-priority:34;
|
1790
|
-
margin-top:0cm;
|
1791
|
-
margin-left:126.0pt;
|
1792
|
-
margin-right:0cm;
|
1793
|
-
margin-bottom:12.0pt;
|
1794
|
-
mso-pagination:widow-orphan;
|
1795
|
-
font-size:11.0pt;
|
1796
|
-
font-family:$bodyfont;
|
1797
|
-
mso-ansi-language:EN-AU;
|
1798
|
-
mso-fareast-language:EN-US;}
|
1799
|
-
p.ListContLevel8, li.ListContLevel8, div.ListContLevel8
|
1800
|
-
{mso-style-priority:34;
|
1801
|
-
margin-top:0cm;
|
1802
|
-
margin-left:144.0pt;
|
1803
|
-
margin-right:0cm;
|
1804
|
-
margin-bottom:12.0pt;
|
1805
|
-
mso-pagination:widow-orphan;
|
1806
|
-
font-size:11.0pt;
|
1807
|
-
font-family:$bodyfont;
|
1808
|
-
mso-ansi-language:EN-AU;
|
1809
|
-
mso-fareast-language:EN-US;}
|
1810
|
-
p.ListContLevel9, li.ListContLevel9, div.ListContLevel9
|
1811
|
-
{mso-style-priority:34;
|
1812
|
-
margin-top:0cm;
|
1813
|
-
margin-left:162.0pt;
|
1814
|
-
margin-right:0cm;
|
1815
|
-
margin-bottom:12.0pt;
|
1816
|
-
mso-pagination:widow-orphan;
|
1817
|
-
font-size:11.0pt;
|
1818
|
-
font-family:$bodyfont;
|
1819
|
-
mso-ansi-language:EN-AU;
|
1820
|
-
mso-fareast-language:EN-US;}
|
1821
|
-
|
1722
|
+
div.ListContLevel1
|
1723
|
+
{mso-style-priority:34;
|
1724
|
+
margin-left:18.0pt;
|
1725
|
+
margin-right:0cm;}
|
1726
|
+
div.ListContLevel2
|
1727
|
+
{mso-style-priority:34;
|
1728
|
+
margin-top:0cm;
|
1729
|
+
margin-left:36.0pt;
|
1730
|
+
margin-right:0cm;}
|
1731
|
+
div.ListContLevel3
|
1732
|
+
{mso-style-priority:34;
|
1733
|
+
margin-left:54.0pt;
|
1734
|
+
margin-right:0cm;}
|
1735
|
+
div.ListContLevel4
|
1736
|
+
{mso-style-priority:34;
|
1737
|
+
margin-left:72.0pt;
|
1738
|
+
margin-right:0cm;}
|
1739
|
+
div.ListContLevel5
|
1740
|
+
{mso-style-priority:34;
|
1741
|
+
margin-left:90.0pt;
|
1742
|
+
margin-right:0cm;}
|
1743
|
+
div.ListContLevel6
|
1744
|
+
{mso-style-priority:34;
|
1745
|
+
margin-left:108.0pt;
|
1746
|
+
margin-right:0cm;}
|
1747
|
+
div.ListContLevel7
|
1748
|
+
{mso-style-priority:34;
|
1749
|
+
margin-left:126.0pt;
|
1750
|
+
margin-right:0cm;}
|
1751
|
+
div.ListContLevel8
|
1752
|
+
{mso-style-priority:34;
|
1753
|
+
margin-left:144.0pt;
|
1754
|
+
margin-right:0cm;}
|
1755
|
+
div.ListContLevel9
|
1756
|
+
{mso-style-priority:34;
|
1757
|
+
margin-left:162.0pt;
|
1758
|
+
margin-right:0cm;}
|
1822
1759
|
|
1823
1760
|
|
1824
1761
|
table.MsoNormalTable
|
@@ -1834,12 +1771,6 @@ table.MsoNormalTable
|
|
1834
1771
|
mso-pagination:widow-orphan;
|
1835
1772
|
font-size:10.0pt;
|
1836
1773
|
font-family:$bodyfont;}
|
1837
|
-
br.section
|
1838
|
-
{page-break-before:always;
|
1839
|
-
mso-break-type:section-break;}
|
1840
|
-
br.pagebreak
|
1841
|
-
{page-break-before:always;
|
1842
|
-
mso-special-character:line-break;}
|
1843
1774
|
ol
|
1844
1775
|
{margin-bottom:0cm;
|
1845
1776
|
margin-left:18pt;}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-jing
|