metanorma-iso 3.0.7 → 3.0.9
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/html/html_iso_titlepage.html +8 -2
- data/lib/isodoc/iso/html/isodoc.css +1 -0
- data/lib/isodoc/iso/html/isodoc.scss +1 -0
- data/lib/isodoc/iso/html/style-human.css +0 -2
- data/lib/isodoc/iso/html/style-iso.css +0 -2
- data/lib/isodoc/iso/html/word_iso_titlepage-dis.html +2 -2
- data/lib/isodoc/iso/html/word_iso_titlepage-prf.html +2 -2
- data/lib/isodoc/iso/html/word_iso_titlepage.html +8 -2
- data/lib/isodoc/iso/iso.amendment.xsl +1363 -1880
- data/lib/isodoc/iso/iso.international-standard.xsl +1363 -1880
- data/lib/isodoc/iso/metadata.rb +16 -19
- data/lib/isodoc/iso/presentation_section.rb +6 -4
- data/lib/isodoc/iso/xref.rb +1 -1
- data/lib/metanorma/iso/cleanup.rb +1 -0
- data/lib/metanorma/iso/front.rb +34 -13
- data/lib/metanorma/iso/isodoc.rng +32 -2
- data/lib/metanorma/iso/section.rb +0 -16
- data/lib/metanorma/iso/validate.rb +5 -20
- data/lib/metanorma/iso/validate_image.rb +1 -2
- data/lib/metanorma/iso/validate_section.rb +11 -7
- data/lib/metanorma/iso/validate_style.rb +2 -2
- data/lib/metanorma/iso/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: 01edc0e5252a4d38dd4e24a8f3b27c036f840f7b1dad1ea5e43138e23f503c47
|
4
|
+
data.tar.gz: bc59465ab4ef1c56373c5910db55471f88e36f900796c31736770628b7199f10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6067ff9a35952779d26c8c8c4d666f562826a94a0601d2041267987ab126bb0116471bf23f5574d0931d97bd0714288c374323e134ea4d4adc2ed4de156e1f3
|
7
|
+
data.tar.gz: 150dded33d3d3f46c6edb0227d600225b2429b2898e36b68f30f1d12ca4d14a2bbbec54d916659c969b08e75460280cee26cec7f9d9f739737d35b0b9ccfef0d
|
@@ -30,12 +30,15 @@
|
|
30
30
|
name="CVP_Secretariat_Loca">{{ labels["secretariat"] }}</a>: {{ secretariat }}</p>
|
31
31
|
{% endif %}
|
32
32
|
|
33
|
-
<div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} —{% endif %}</span>
|
33
|
+
<div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and (doctitlepart or doctitlecomplementary) %} —{% endif %}</span>
|
34
34
|
{% if doctitlepart %}
|
35
35
|
</div><div class="doctitle-part">
|
36
36
|
{% if doctitlepartlabel %}<span class="partlabel">{{ doctitlepartlabel }}: </span>{% endif %}
|
37
37
|
<span class="part">{{ doctitlepart }}</span>
|
38
38
|
{% endif %}
|
39
|
+
{% if doctitlecomplementary %}
|
40
|
+
<span class="part">{{ doctitlecomplementary }}</span>
|
41
|
+
{% endif %}
|
39
42
|
</div>
|
40
43
|
{% if doctitleamdlabel %}
|
41
44
|
<div class="doctitle-part">{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</div>
|
@@ -48,12 +51,15 @@
|
|
48
51
|
{% endif %}
|
49
52
|
</div>
|
50
53
|
|
51
|
-
<div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} —{% endif %}</span>
|
54
|
+
<div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and (docsubtitlepart or docsubtitlecomplementary) %} —{% endif %}</span>
|
52
55
|
{% if docsubtitlepart %}
|
53
56
|
</div><div>
|
54
57
|
{% if docsubtitlepartlabel %}<span class="partlabel">{{ docsubtitlepartlabel }}: </span>{% endif %}
|
55
58
|
<span class="part">{{ docsubtitlepart }}</span>
|
56
59
|
{% endif %}
|
60
|
+
{% if docsubtitlecomplementary %}
|
61
|
+
<span class="part">{{ docsubtitlecomplementary }}</span>
|
62
|
+
{% endif %}
|
57
63
|
</div>
|
58
64
|
{% if docsubtitleamdlabel %}
|
59
65
|
<div>{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</div>
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{% endif %}
|
45
45
|
|
46
46
|
<p class="zzCover">
|
47
|
-
<span lang="EN-GB"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}{{ doctitlemain }}{% if doctitlemain and doctitlepart %} — {% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}{% endif %}</b></span></p>
|
47
|
+
<span lang="EN-GB"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}{{ doctitlemain }}{% if doctitlemain and (doctitlepart or doctitlecomplementary) %} — {% endif %}{% if doctitlecomplementary %}{{ doctitlecomplementary }}{% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}{% endif %}</b></span></p>
|
48
48
|
|
49
49
|
{% if doctitleamdlabel %}
|
50
50
|
<p class="zzCover"><b>{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</b></p>
|
@@ -56,7 +56,7 @@
|
|
56
56
|
<p class="zzCover"><b>{{ doctitlecorrlabel }}</b></p>
|
57
57
|
{% endif %}
|
58
58
|
|
59
|
-
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} — {% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}</i></p>
|
59
|
+
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and (docsubtitlepart or docsubtitlecomplementary) %} — {% endif %}{% if docsubtitlecomplementary %}{{ docsubtitlecomplementary }}{% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}</i></p>
|
60
60
|
{% if docsubtitleamdlabel %}
|
61
61
|
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</i></p>
|
62
62
|
{% endif %}
|
@@ -38,7 +38,7 @@
|
|
38
38
|
{% endif %}
|
39
39
|
|
40
40
|
<p class="zzCover">
|
41
|
-
<span lang="EN-GB"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}{{ doctitlemain }}{% if doctitlemain and doctitlepart %} — {% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}</span>{% endif %}</b>
|
41
|
+
<span lang="EN-GB"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}{{ doctitlemain }}{% if doctitlemain and (doctitlepart or doctitlecomplementary) %} — {% endif %}{% if doctitlecomplementary %}{{ doctitlecomplementary }}{% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}</span>{% endif %}</b>
|
42
42
|
</p>
|
43
43
|
{% if doctitleamdlabel %}
|
44
44
|
<p class="zzCover"><b>{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</b></p>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<p class="zzCover"><b>{{ doctitlecorrlabel }}</b></p>
|
51
51
|
{% endif %}
|
52
52
|
|
53
|
-
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} — {% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}</i>
|
53
|
+
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and (docsubtitlepart or docsubtitlecomplementary) %} — {% endif %}{% if docsubtitlecomplementary %}{{ docsubtitlecomplementary }}{% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}</i>
|
54
54
|
</p>
|
55
55
|
{% if docsubtitleamdlabel %}
|
56
56
|
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</i></p>
|
@@ -46,7 +46,10 @@ style='mso-no-proof:yes'>{{ editorialgroup }}</span></p>
|
|
46
46
|
{% endif %}
|
47
47
|
|
48
48
|
<p class="MsoNormal" align="left" style='text-align:left;line-height:18.0pt;margin-top:100.0pt;margin-bottom:0.0pt;font-size:16.0pt'>
|
49
|
-
<span class="title"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}</b></span><b><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} —{% endif %}</b></span>
|
49
|
+
<span class="title"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}</b></span><b><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and (doctitlepart or doctitlecomplementary) %} —{% endif %}</b></span>
|
50
|
+
{% if doctitlecomplementary %}
|
51
|
+
<span class="part"><b>{{ doctitlecomplementary }}</b></span>
|
52
|
+
{% endif %}
|
50
53
|
{% if doctitlepart %}
|
51
54
|
{% if doctitlepartlabel %}<span class="partlabel">{{ doctitlepartlabel }}: </span><br/>{% endif %}
|
52
55
|
<span class="part"><b>{{ doctitlepart }}</b></span>
|
@@ -66,10 +69,13 @@ style='mso-no-proof:yes'>{{ editorialgroup }}</span></p>
|
|
66
69
|
{% else %}
|
67
70
|
<br/>
|
68
71
|
<p class="MsoNormal" align="left" style='text-align:left;line-height:18.0pt;margin-bottom:0.0pt;font-size:16.0pt'>
|
69
|
-
<span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} —{% endif %}</span>
|
72
|
+
<span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and (docsubtitlepart or docsubtitlecomplementary) %} —{% endif %}</span>
|
70
73
|
{% if docsubtitlepart %}
|
71
74
|
{% if docsubtitlepartlabel %}<span class="partlabel">{{ docsubtitlepartlabel }}: </span><br/>{% endif %}
|
72
75
|
<span class="part">{{ docsubtitlepart }}</span>
|
76
|
+
{% endif %}
|
77
|
+
{% if docsubtitlecomplementary %}
|
78
|
+
<span class="part">{{ docsubtitlecomplementary }}</span>
|
73
79
|
{% endif %}
|
74
80
|
</p>
|
75
81
|
{% if docsubtitleamdlabel %}
|