metanorma-iso 3.0.0 → 3.0.2
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/iso/base_convert.rb +2 -0
- data/lib/isodoc/iso/html/htmlstyle.css +12 -9
- data/lib/isodoc/iso/html/isodoc-dis.css +1152 -860
- data/lib/isodoc/iso/html/isodoc.css +376 -272
- data/lib/isodoc/iso/html/style-human.css +631 -381
- data/lib/isodoc/iso/html/style-human.scss +1 -1
- data/lib/isodoc/iso/html/style-iso.css +703 -430
- data/lib/isodoc/iso/html/style-iso.scss +1 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +686 -573
- data/lib/isodoc/iso/html/wordstyle.css +551 -465
- data/lib/isodoc/iso/i18n-fr.yaml +8 -8
- data/lib/isodoc/iso/iso.amendment.xsl +472 -212
- data/lib/isodoc/iso/iso.international-standard.xsl +472 -212
- data/lib/isodoc/iso/presentation_xml_convert.rb +11 -11
- data/lib/isodoc/iso/word_convert.rb +3 -0
- data/lib/metanorma/iso/basicdoc.rng +37 -32
- data/lib/metanorma/iso/isodoc.rng +32 -17
- data/lib/metanorma/iso/relaton-iso.rng +0 -22
- data/lib/metanorma/iso/version.rb +1 -1
- data/metanorma-iso.gemspec +3 -2
- metadata +24 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01025c19c45f3d1f49e90f45f68793666402c87d9e2dc97c274bf24a1314c793
|
4
|
+
data.tar.gz: 4bfac720092ecdace7f32af42b9151bc455aa05bd06b551991556d936ecb40c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3de2ec5eeb286b9d3e45ef1456d069fb760b44e06f8c09ee298a96d0c9940005eb147b2db45d13bfd02363df64f93a0fe0f85f556000fa54be12abd719a88961
|
7
|
+
data.tar.gz: ee794ff280b2d1e1769f3c55cb16a870282d062e154801941b87aed24fb4ab2963c3f606fb28c6dc277e86e09e8b5107ed84ec2adbd64c130a780d1cd5102990
|
@@ -4,10 +4,10 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
|
4
4
|
mso-style-link: "Comment Text Char";
|
5
5
|
margin-top: 0cm;
|
6
6
|
margin-right: 0cm;
|
7
|
-
margin-bottom:
|
7
|
+
margin-bottom: 12pt;
|
8
8
|
margin-left: 0cm;
|
9
9
|
text-align: justify;
|
10
|
-
line-height:
|
10
|
+
line-height: 12pt;
|
11
11
|
mso-pagination: widow-orphan;
|
12
12
|
tab-stops: 20.15pt;
|
13
13
|
font-size: {{normalfontsize}};
|
@@ -15,14 +15,16 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
|
15
15
|
mso-fareast-font-family: Calibri;
|
16
16
|
mso-bidi-font-family: "Times New Roman";
|
17
17
|
mso-ansi-language: EN-GB;
|
18
|
-
mso-fareast-language: EN-US;
|
18
|
+
mso-fareast-language: EN-US;
|
19
|
+
}
|
19
20
|
|
20
21
|
span.MsoCommentReference {
|
21
22
|
mso-style-noshow: yes;
|
22
23
|
mso-style-priority: 99;
|
23
24
|
mso-style-parent: "";
|
24
|
-
mso-ansi-font-size:
|
25
|
-
mso-bidi-font-size:
|
25
|
+
mso-ansi-font-size: 9pt;
|
26
|
+
mso-bidi-font-size: 9pt;
|
27
|
+
}
|
26
28
|
|
27
29
|
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
28
30
|
mso-style-noshow: yes;
|
@@ -32,16 +34,17 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
|
32
34
|
mso-style-next: "Comment Text";
|
33
35
|
margin-top: 0cm;
|
34
36
|
margin-right: 0cm;
|
35
|
-
margin-bottom:
|
37
|
+
margin-bottom: 12pt;
|
36
38
|
margin-left: 0cm;
|
37
39
|
text-align: justify;
|
38
|
-
line-height:
|
40
|
+
line-height: 12pt;
|
39
41
|
mso-pagination: widow-orphan;
|
40
42
|
tab-stops: 20.15pt;
|
41
|
-
font-size:
|
43
|
+
font-size: 10pt;
|
42
44
|
font-family: {{headerfont}};
|
43
45
|
mso-fareast-font-family: Calibri;
|
44
46
|
mso-bidi-font-family: "Times New Roman";
|
45
47
|
mso-ansi-language: EN-GB;
|
46
48
|
mso-fareast-language: EN-US;
|
47
|
-
font-weight: bold;
|
49
|
+
font-weight: bold;
|
50
|
+
}
|