metanorma-itu 2.0.2 → 2.0.5
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/itu/html/itu.css +8 -2
- data/lib/isodoc/itu/html/itu.scss +7 -1
- data/lib/isodoc/itu/html/word_itu_titlepage_sp.html +4 -3
- data/lib/isodoc/itu/html/wordstyle.css +28 -8
- data/lib/isodoc/itu/html/wordstyle.scss +27 -8
- data/lib/isodoc/itu/itu.implementers-guide.xsl +1189 -357
- data/lib/isodoc/itu/itu.in-force.xsl +1189 -357
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +1189 -357
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +1189 -357
- data/lib/isodoc/itu/itu.recommendation.xsl +1189 -357
- data/lib/isodoc/itu/itu.resolution.xsl +1189 -357
- data/lib/isodoc/itu/itu.service-publication.xsl +1189 -357
- data/lib/isodoc/itu/itu.technical-paper.xsl +1189 -357
- data/lib/isodoc/itu/itu.technical-report.xsl +1189 -357
- data/lib/isodoc/itu/metadata.rb +25 -24
- data/lib/isodoc/itu/presentation_xml_convert.rb +13 -0
- data/lib/isodoc/itu/ref.rb +28 -18
- data/lib/isodoc/itu/word_convert.rb +22 -17
- data/lib/isodoc/itu/xref_section.rb +12 -6
- data/lib/metanorma/itu/basicdoc.rng +5 -3
- data/lib/metanorma/itu/biblio.rng +5 -3
- data/lib/metanorma/itu/isodoc.rng +73 -3
- data/lib/metanorma/itu/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: 7150b9425bfc2ede9ed9edc2abcacca0132e924441867e67ccd3bdb56e7d15d9
|
4
|
+
data.tar.gz: 59da67c96d290b4b7b6f3a1ce63d8608c6ea11efb74d1fd40c0ab6536ec3a55a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dadb9520f11730d0541d8273363f6d45f74e30076103e9870a941ab1d3aadddccf481c7d12803a23f7a4b61977351be7f18b2ebe0ca6e8c873cf66f89993cced
|
7
|
+
data.tar.gz: 1d8035f93ba3d39a1605131b6843cb28d5f7d83d47bba980127eb352015565c25e7d5ffccf37953f665d0ae6480a69a2869db2727bab5d8f5b28d916e8a0b44f
|
data/lib/isodoc/itu/html/itu.css
CHANGED
@@ -913,7 +913,11 @@ div.WordSection1 {
|
|
913
913
|
margin: 54.45pt 54.45pt 54.45pt 54.45pt;
|
914
914
|
mso-header-margin: 24.1pt;
|
915
915
|
mso-footer-margin: 24.1pt;
|
916
|
+
{% if doctype == "Service Publication" %}
|
917
|
+
mso-page-numbers: 1;
|
918
|
+
{% else %}
|
916
919
|
mso-page-numbers: roman-lower 1;
|
920
|
+
{% endif %}
|
917
921
|
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
918
922
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
919
923
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
@@ -956,7 +960,10 @@ div.WordSection2 {
|
|
956
960
|
margin: 2.0cm 2.0cm 2.0cm 2.0cm;
|
957
961
|
mso-header-margin: 1.0cm;
|
958
962
|
mso-footer-margin: 1.0cm;
|
963
|
+
{% if doctype == "Service Publication" %}
|
964
|
+
{% else %}
|
959
965
|
mso-page-numbers: 1;
|
966
|
+
{% endif %}
|
960
967
|
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
961
968
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
962
969
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
@@ -1112,8 +1119,7 @@ div.example p.MsoListParagraph {
|
|
1112
1119
|
font-size: 10.0pt; }
|
1113
1120
|
|
1114
1121
|
div.Note p.MsoListParagraph {
|
1115
|
-
font-size: {{smallerfontsize}};
|
1116
|
-
margin-left: 1.0cm; }
|
1122
|
+
font-size: {{smallerfontsize}}; }
|
1117
1123
|
|
1118
1124
|
div.Note span.stem {
|
1119
1125
|
font-size: {{smallerfontsize}}; }
|
@@ -875,7 +875,11 @@ div.WordSection1
|
|
875
875
|
margin:54.45pt 54.45pt 54.45pt 54.45pt;
|
876
876
|
mso-header-margin:24.1pt;
|
877
877
|
mso-footer-margin:24.1pt;
|
878
|
+
{% if doctype == "Service Publication" %}
|
879
|
+
mso-page-numbers:1;
|
880
|
+
{% else %}
|
878
881
|
mso-page-numbers:roman-lower 1;
|
882
|
+
{% endif %}
|
879
883
|
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
880
884
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
881
885
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
@@ -918,7 +922,10 @@ div.WordSection2
|
|
918
922
|
margin:2.0cm 2.0cm 2.0cm 2.0cm;
|
919
923
|
mso-header-margin:1.0cm;
|
920
924
|
mso-footer-margin:1.0cm;
|
925
|
+
{% if doctype == "Service Publication" %}
|
926
|
+
{% else %}
|
921
927
|
mso-page-numbers:1;
|
928
|
+
{% endif %}
|
922
929
|
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
923
930
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
924
931
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
@@ -1069,7 +1076,6 @@ div.example p.MsoListParagraph {
|
|
1069
1076
|
|
1070
1077
|
div.Note p.MsoListParagraph {
|
1071
1078
|
font-size: $smallerfontsize;
|
1072
|
-
margin-left: 1.0cm;
|
1073
1079
|
}
|
1074
1080
|
|
1075
1081
|
div.Note span.stem {
|
@@ -35,7 +35,7 @@ lang="EN-GB" style='font-size:10.0pt'>{{ number_abbrev }} {{ docnumeric }} – {
|
|
35
35
|
</td>
|
36
36
|
<td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm;height:3.0cm;mso-height-rule:exactly'>
|
37
37
|
<p class="MsoNormal" style='margin-top:0cm'><b style='mso-bidi-font-weight:
|
38
|
-
normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ international_telecommunication_union | upcase }}</span></b></p>
|
38
|
+
normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ labels["international_telecommunication_union"] | upcase }}</span></b></p>
|
39
39
|
</td>
|
40
40
|
</tr>
|
41
41
|
<tr style='mso-yfti-irow:1;page-break-inside:avoid;height:4.0cm;mso-height-rule:
|
@@ -48,8 +48,8 @@ normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{
|
|
48
48
|
<td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm;height:4.0cm;
|
49
49
|
mso-height-rule:exactly'>
|
50
50
|
<p class="MsoNormal" style='margin-top:0cm;text-align:left;'><b style='mso-bidi-font-weight:
|
51
|
-
normal'><span lang="EN-GB" style='font-size:18.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ br }}{% endif %}{% if bureau == "T" %}{{ tsb }}{% endif %}{% if bureau == "D" %}{{ bdt }}{% endif %}<br/>
|
52
|
-
</span></b><b style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ br_full }}{% endif %}{% if bureau == "T" %}{{ tsb_full }}{% endif %}{% if bureau == "D" %}{{ bdt_full }}{% endif %}</span></b><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'><o:p></o:p></span></p>
|
51
|
+
normal'><span lang="EN-GB" style='font-size:18.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ labels["br"] }}{% endif %}{% if bureau == "T" %}{{ labels["tsb"] }}{% endif %}{% if bureau == "D" %}{{ labels["bdt"] }}{% endif %}<br/>
|
52
|
+
</span></b><b style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ labels["br_full"] }}{% endif %}{% if bureau == "T" %}{{ labels["tsb_full"] }}{% endif %}{% if bureau == "D" %}{{ labels["bdt_full"] }}{% endif %}</span></b><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'><o:p></o:p></span></p>
|
53
53
|
</td>
|
54
54
|
</tr>
|
55
55
|
<tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes;page-break-inside:avoid;
|
@@ -86,6 +86,7 @@ normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{
|
|
86
86
|
</td>
|
87
87
|
<td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm'>
|
88
88
|
<p class="MsoNormal"><b style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ doctitle }}</span></b></p>
|
89
|
+
{% if docsubtitle %}<p class="MsoNormal"><b style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ docsubtitle }}</span></b></p>{% endif %}
|
89
90
|
{% if positiontitle %}<p class="MsoNormal"/>
|
90
91
|
<p class="MsoNormal" style='font-size:14.0pt'>{{ positiontitle | upcase }}</p>{% endif %}
|
91
92
|
</td>
|
@@ -100,9 +100,9 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
|
100
100
|
mso-style-priority: 34;
|
101
101
|
mso-style-unhide: no;
|
102
102
|
mso-style-qformat: yes;
|
103
|
-
margin-top:
|
103
|
+
margin-top: 6.0pt;
|
104
104
|
margin-right: 0cm;
|
105
|
-
margin-bottom:
|
105
|
+
margin-bottom: 0.0pt;
|
106
106
|
text-align: justify;
|
107
107
|
text-justify: inter-ideograph;
|
108
108
|
/* do not put in margin-left, it is specific to list level */
|
@@ -118,9 +118,9 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
118
118
|
mso-style-unhide: no;
|
119
119
|
mso-style-qformat: yes;
|
120
120
|
mso-style-type: export-only;
|
121
|
-
margin-top:
|
121
|
+
margin-top: 6.0pt;
|
122
122
|
margin-right: 0cm;
|
123
|
-
margin-bottom:
|
123
|
+
margin-bottom: 0.0pt;
|
124
124
|
text-align: justify;
|
125
125
|
text-justify: inter-ideograph;
|
126
126
|
/* do not put in margin-left, it is specific to list level */
|
@@ -136,9 +136,9 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
136
136
|
mso-style-unhide: no;
|
137
137
|
mso-style-qformat: yes;
|
138
138
|
mso-style-type: export-only;
|
139
|
-
margin-top:
|
139
|
+
margin-top: 6.0pt;
|
140
140
|
margin-right: 0cm;
|
141
|
-
margin-bottom:
|
141
|
+
margin-bottom: 0.0pt;
|
142
142
|
text-align: justify;
|
143
143
|
text-justify: inter-ideograph;
|
144
144
|
/* do not put in margin-left, it is specific to list level */
|
@@ -154,9 +154,9 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
154
154
|
mso-style-unhide: no;
|
155
155
|
mso-style-qformat: yes;
|
156
156
|
mso-style-type: export-only;
|
157
|
-
margin-top:
|
157
|
+
margin-top: 6.0pt;
|
158
158
|
margin-right: 0cm;
|
159
|
-
margin-bottom:
|
159
|
+
margin-bottom: 0.0pt;
|
160
160
|
text-align: justify;
|
161
161
|
text-justify: inter-ideograph;
|
162
162
|
/* do not put in margin-left, it is specific to list level */
|
@@ -1368,6 +1368,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
|
|
1368
1368
|
mso-bidi-font-family: {{bodyfont}};
|
1369
1369
|
mso-ansi-language: EN-GB; }
|
1370
1370
|
|
1371
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
1372
|
+
mso-style-name: "TOC Title";
|
1373
|
+
mso-style-unhide: no;
|
1374
|
+
margin-top: 0in;
|
1375
|
+
margin-right: 0in;
|
1376
|
+
margin-bottom: {{normalfontsize}};
|
1377
|
+
margin-left: 0in;
|
1378
|
+
text-align: left;
|
1379
|
+
page-break-after: avoid;
|
1380
|
+
mso-pagination: none;
|
1381
|
+
mso-hyphenate: none;
|
1382
|
+
mso-layout-grid-align: none;
|
1383
|
+
font-size: {{normalfontsize}};
|
1384
|
+
mso-bidi-font-size: 10.0pt;
|
1385
|
+
font-weight: bold;
|
1386
|
+
font-family: {{headerfont}};
|
1387
|
+
mso-fareast-font-family: {{headerfont}};
|
1388
|
+
mso-bidi-font-family: {{headerfont}};
|
1389
|
+
mso-fareast-language: EN-US; }
|
1390
|
+
|
1371
1391
|
/* Page Definitions */
|
1372
1392
|
@page {
|
1373
1393
|
size: 612.0pt 792.0pt;
|
@@ -89,9 +89,9 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
|
|
89
89
|
{mso-style-priority:34;
|
90
90
|
mso-style-unhide:no;
|
91
91
|
mso-style-qformat:yes;
|
92
|
-
|
92
|
+
margin-top:6.0pt;
|
93
93
|
margin-right:0cm;
|
94
|
-
margin-bottom:
|
94
|
+
margin-bottom:0.0pt;
|
95
95
|
text-align:justify;
|
96
96
|
text-justify:inter-ideograph;
|
97
97
|
/* do not put in margin-left, it is specific to list level */
|
@@ -106,9 +106,9 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
106
106
|
mso-style-unhide:no;
|
107
107
|
mso-style-qformat:yes;
|
108
108
|
mso-style-type:export-only;
|
109
|
-
|
109
|
+
margin-top:6.0pt;
|
110
110
|
margin-right:0cm;
|
111
|
-
margin-bottom:
|
111
|
+
margin-bottom:0.0pt;
|
112
112
|
text-align:justify;
|
113
113
|
text-justify:inter-ideograph;
|
114
114
|
/* do not put in margin-left, it is specific to list level */
|
@@ -123,9 +123,9 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
123
123
|
mso-style-unhide:no;
|
124
124
|
mso-style-qformat:yes;
|
125
125
|
mso-style-type:export-only;
|
126
|
-
|
126
|
+
margin-top:6.0pt;
|
127
127
|
margin-right:0cm;
|
128
|
-
margin-bottom:
|
128
|
+
margin-bottom:0.0pt;
|
129
129
|
text-align:justify;
|
130
130
|
text-justify:inter-ideograph;
|
131
131
|
/* do not put in margin-left, it is specific to list level */
|
@@ -140,9 +140,9 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
140
140
|
mso-style-unhide:no;
|
141
141
|
mso-style-qformat:yes;
|
142
142
|
mso-style-type:export-only;
|
143
|
-
|
143
|
+
margin-top:6.0pt;
|
144
144
|
margin-right:0cm;
|
145
|
-
margin-bottom:
|
145
|
+
margin-bottom:0.0pt;
|
146
146
|
text-align:justify;
|
147
147
|
text-justify:inter-ideograph;
|
148
148
|
/* do not put in margin-left, it is specific to list level */
|
@@ -1293,6 +1293,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
1293
1293
|
mso-fareast-font-family:$bodyfont;
|
1294
1294
|
mso-bidi-font-family:$bodyfont;
|
1295
1295
|
mso-ansi-language:EN-GB;}
|
1296
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle
|
1297
|
+
{mso-style-name:"TOC Title";
|
1298
|
+
mso-style-unhide:no;
|
1299
|
+
margin-top:0in;
|
1300
|
+
margin-right:0in;
|
1301
|
+
margin-bottom:$normalfontsize;
|
1302
|
+
margin-left:0in;
|
1303
|
+
text-align:left;
|
1304
|
+
page-break-after:avoid;
|
1305
|
+
mso-pagination:none;
|
1306
|
+
mso-hyphenate:none;
|
1307
|
+
mso-layout-grid-align:none;
|
1308
|
+
font-size:$normalfontsize;
|
1309
|
+
mso-bidi-font-size:10.0pt;
|
1310
|
+
font-weight:bold;
|
1311
|
+
font-family:$headerfont;
|
1312
|
+
mso-fareast-font-family:$headerfont;
|
1313
|
+
mso-bidi-font-family:$headerfont;
|
1314
|
+
mso-fareast-language:EN-US;}
|
1296
1315
|
|
1297
1316
|
|
1298
1317
|
/* Page Definitions */
|