metanorma-iho 0.7.8 → 0.7.10
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/iho/html/html_iho_intro.html +0 -1
- data/lib/isodoc/iho/html/word_iho_intro.html +0 -3
- data/lib/isodoc/iho/html_convert.rb +2 -0
- data/lib/isodoc/iho/iho.specification.xsl +733 -200
- data/lib/isodoc/iho/iho.standard.xsl +733 -200
- data/lib/isodoc/iho/presentation_xml_convert.rb +15 -1
- data/lib/isodoc/iho/word_convert.rb +17 -17
- data/lib/metanorma/iho/iho.rng +3 -8
- data/lib/metanorma/iho/isodoc.rng +16 -7
- data/lib/metanorma/iho/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: 6373a38039c839b8c0d50112c5f91edb03686f62e79772e26938e8a425fef5c7
|
4
|
+
data.tar.gz: b5e19735772e4bee4aea196f0f8c572ad68fd0722707c6347c6d227494d14426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5340f88a19b9004b32215f55415b0b7e3df3ce33c29815f2dec44cb6eba68f538bbd690e6a9830484293863d591a1e00e9297ce407368b4be34b4a9259a0257d
|
7
|
+
data.tar.gz: 28782da2a458b3c0b63113f0774b55ee9de85892984a835e6ae4cbdb32f9725f924d56fd4c95ca3b49f56daec620857d9dfa0d14d121af5de1c389733986de12
|
@@ -12,6 +12,7 @@ module IsoDoc
|
|
12
12
|
Metanorma::IHO.configuration
|
13
13
|
end
|
14
14
|
|
15
|
+
=begin
|
15
16
|
def make_body3(body, docxml)
|
16
17
|
body.div **{ class: "main-section" } do |div3|
|
17
18
|
boilerplate docxml, div3
|
@@ -26,6 +27,7 @@ module IsoDoc
|
|
26
27
|
comments div3
|
27
28
|
end
|
28
29
|
end
|
30
|
+
=end
|
29
31
|
|
30
32
|
include BaseConvert
|
31
33
|
include Init
|