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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7a30ecc9d30e20df7529fa5a6f08257f073a9311eaa2acdbe1f11ef5a878589
4
- data.tar.gz: a59be902d7175146adb32bac8e961002e843796c1813bbe12270c318e08ab0ec
3
+ metadata.gz: 01025c19c45f3d1f49e90f45f68793666402c87d9e2dc97c274bf24a1314c793
4
+ data.tar.gz: 4bfac720092ecdace7f32af42b9151bc455aa05bd06b551991556d936ecb40c6
5
5
  SHA512:
6
- metadata.gz: b0939cb60eb3cdc75a2013ec2d203193d9a4a0c243bd98d0c5fe613b6c0129bc7fee25701b416766e9069eb3f5f3ccaa5a71867a53baba478984f4e1a4332f11
7
- data.tar.gz: abae1da52d68b9d419b39123b1395c5fa6f540777f95adcf75ec20130d3f72143f491fde583d1251005b8d964d85f95c094733692d6dd099ded32aa08858daba
6
+ metadata.gz: 3de2ec5eeb286b9d3e45ef1456d069fb760b44e06f8c09ee298a96d0c9940005eb147b2db45d13bfd02363df64f93a0fe0f85f556000fa54be12abd719a88961
7
+ data.tar.gz: ee794ff280b2d1e1769f3c55cb16a870282d062e154801941b87aed24fb4ab2963c3f606fb28c6dc277e86e09e8b5107ed84ec2adbd64c130a780d1cd5102990
@@ -142,6 +142,8 @@ module IsoDoc
142
142
  node.xpath(ns("./note[not(@type = 'units')]")).each do |n|
143
143
  parse(n, out)
144
144
  end
145
+ node.xpath(ns("./fmt-footnote-container/fmt-fn-body"))
146
+ .each { |n| parse(n, out) }
145
147
  end
146
148
 
147
149
  def figure_parse1(node, out)
@@ -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: 12.0pt;
7
+ margin-bottom: 12pt;
8
8
  margin-left: 0cm;
9
9
  text-align: justify;
10
- line-height: 12.0pt;
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: 9.0pt;
25
- mso-bidi-font-size: 9.0pt; }
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: 12.0pt;
37
+ margin-bottom: 12pt;
36
38
  margin-left: 0cm;
37
39
  text-align: justify;
38
- line-height: 12.0pt;
40
+ line-height: 12pt;
39
41
  mso-pagination: widow-orphan;
40
42
  tab-stops: 20.15pt;
41
- font-size: 10.0pt;
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
+ }