metanorma-iec 1.2.6 → 1.2.11
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/.github/workflows/rake.yml +62 -0
- data/README.adoc +3 -4
- data/lib/asciidoctor/iec/basicdoc.rng +50 -3
- data/lib/asciidoctor/iec/converter.rb +6 -1
- data/lib/asciidoctor/iec/front.rb +13 -0
- data/lib/asciidoctor/iec/iec.rng +55 -1
- data/lib/asciidoctor/iec/iec_intro_en.xml +82 -53
- data/lib/asciidoctor/iec/iec_intro_fr.xml +44 -20
- data/lib/asciidoctor/iec/isodoc.rng +36 -43
- data/lib/asciidoctor/iec/isostandard.rng +11 -0
- data/lib/isodoc/iec/html/htmlstyle.css +9 -5
- data/lib/isodoc/iec/html/htmlstyle.scss +4 -4
- data/lib/isodoc/iec/html/isodoc.css +79 -79
- data/lib/isodoc/iec/html/isodoc.scss +79 -79
- data/lib/isodoc/iec/html/wordstyle.css +120 -120
- data/lib/isodoc/iec/html/wordstyle.scss +120 -120
- data/lib/isodoc/iec/html_convert.rb +8 -0
- data/lib/isodoc/iec/i18n-en.yaml +17 -0
- data/lib/isodoc/iec/i18n-fr.yaml +18 -0
- data/lib/isodoc/iec/iec.international-standard.xsl +827 -384
- data/lib/isodoc/iec/metadata.rb +33 -0
- data/lib/isodoc/iec/presentation_xml_convert.rb +12 -0
- data/lib/isodoc/iec/word_convert.rb +10 -0
- data/lib/metanorma/iec/processor.rb +11 -8
- data/lib/metanorma/iec/version.rb +1 -1
- data/metanorma-iec.gemspec +1 -2
- data/spec/asciidoctor-iec/base_spec.rb +24 -1
- data/spec/asciidoctor-iec/blocks_spec.rb +1 -1
- data/spec/asciidoctor-iec/cleanup_spec.rb +7 -86
- data/spec/asciidoctor-iec/iev_spec.rb +3 -0
- data/spec/asciidoctor-iec/lists_spec.rb +6 -6
- data/spec/asciidoctor-iec/validate_spec.rb +15 -0
- data/spec/isodoc/i18n_spec.rb +36 -16
- data/spec/isodoc/iev_spec.rb +9 -65
- data/spec/isodoc/iso_spec.rb +2 -2
- data/spec/isodoc/metadata_spec.rb +57 -3
- data/spec/isodoc/ref_spec.rb +4 -7
- data/spec/spec_helper.rb +4 -1
- metadata +5 -21
- data/.github/workflows/macos.yml +0 -38
- data/.github/workflows/ubuntu.yml +0 -56
- data/.github/workflows/windows.yml +0 -40
@@ -24,6 +24,14 @@
|
|
24
24
|
<start>
|
25
25
|
<ref name="standard-document"/>
|
26
26
|
</start>
|
27
|
+
<define name="doctype">
|
28
|
+
<element name="doctype">
|
29
|
+
<optional>
|
30
|
+
<attribute name="abbreviation"/>
|
31
|
+
</optional>
|
32
|
+
<ref name="DocumentType"/>
|
33
|
+
</element>
|
34
|
+
</define>
|
27
35
|
<define name="hyperlink">
|
28
36
|
<element name="link">
|
29
37
|
<attribute name="target">
|
@@ -47,6 +55,13 @@
|
|
47
55
|
<param name="pattern">\i\c*|\c+#\c+</param>
|
48
56
|
</data>
|
49
57
|
</attribute>
|
58
|
+
<optional>
|
59
|
+
<attribute name="to">
|
60
|
+
<data type="string">
|
61
|
+
<param name="pattern">\i\c*|\c+#\c+</param>
|
62
|
+
</data>
|
63
|
+
</attribute>
|
64
|
+
</optional>
|
50
65
|
<optional>
|
51
66
|
<attribute name="type">
|
52
67
|
<ref name="ReferenceFormat"/>
|
@@ -141,6 +156,11 @@
|
|
141
156
|
<data type="boolean"/>
|
142
157
|
</attribute>
|
143
158
|
</optional>
|
159
|
+
<optional>
|
160
|
+
<attribute name="key">
|
161
|
+
<data type="boolean"/>
|
162
|
+
</attribute>
|
163
|
+
</optional>
|
144
164
|
<oneOrMore>
|
145
165
|
<ref name="dt"/>
|
146
166
|
<ref name="dd"/>
|
@@ -233,6 +253,9 @@
|
|
233
253
|
<data type="boolean"/>
|
234
254
|
</attribute>
|
235
255
|
</optional>
|
256
|
+
<optional>
|
257
|
+
<ref name="colgroup"/>
|
258
|
+
</optional>
|
236
259
|
<optional>
|
237
260
|
<ref name="tname"/>
|
238
261
|
</optional>
|
@@ -751,6 +774,18 @@
|
|
751
774
|
</define>
|
752
775
|
</include>
|
753
776
|
<!-- end overrides -->
|
777
|
+
<define name="colgroup">
|
778
|
+
<element name="colgroup">
|
779
|
+
<oneOrMore>
|
780
|
+
<ref name="col"/>
|
781
|
+
</oneOrMore>
|
782
|
+
</element>
|
783
|
+
</define>
|
784
|
+
<define name="col">
|
785
|
+
<element name="col">
|
786
|
+
<attribute name="width"/>
|
787
|
+
</element>
|
788
|
+
</define>
|
754
789
|
<define name="TextElement" combine="choice">
|
755
790
|
<ref name="concept"/>
|
756
791
|
</define>
|
@@ -1164,49 +1199,7 @@
|
|
1164
1199
|
</define>
|
1165
1200
|
<define name="annex">
|
1166
1201
|
<element name="annex">
|
1167
|
-
<
|
1168
|
-
<attribute name="id">
|
1169
|
-
<data type="ID"/>
|
1170
|
-
</attribute>
|
1171
|
-
</optional>
|
1172
|
-
<optional>
|
1173
|
-
<attribute name="language"/>
|
1174
|
-
</optional>
|
1175
|
-
<optional>
|
1176
|
-
<attribute name="script"/>
|
1177
|
-
</optional>
|
1178
|
-
<optional>
|
1179
|
-
<attribute name="inline-header">
|
1180
|
-
<data type="boolean"/>
|
1181
|
-
</attribute>
|
1182
|
-
</optional>
|
1183
|
-
<attribute name="obligation">
|
1184
|
-
<choice>
|
1185
|
-
<value>normative</value>
|
1186
|
-
<value>informative</value>
|
1187
|
-
</choice>
|
1188
|
-
</attribute>
|
1189
|
-
<optional>
|
1190
|
-
<ref name="section-title"/>
|
1191
|
-
</optional>
|
1192
|
-
<group>
|
1193
|
-
<group>
|
1194
|
-
<zeroOrMore>
|
1195
|
-
<ref name="BasicBlock"/>
|
1196
|
-
</zeroOrMore>
|
1197
|
-
<zeroOrMore>
|
1198
|
-
<ref name="note"/>
|
1199
|
-
</zeroOrMore>
|
1200
|
-
</group>
|
1201
|
-
<zeroOrMore>
|
1202
|
-
<choice>
|
1203
|
-
<ref name="annex-subsection"/>
|
1204
|
-
<ref name="terms"/>
|
1205
|
-
<ref name="definitions"/>
|
1206
|
-
<ref name="references"/>
|
1207
|
-
</choice>
|
1208
|
-
</zeroOrMore>
|
1209
|
-
</group>
|
1202
|
+
<ref name="Annex-Section"/>
|
1210
1203
|
</element>
|
1211
1204
|
</define>
|
1212
1205
|
<define name="terms">
|
@@ -38,6 +38,9 @@
|
|
38
38
|
</define>
|
39
39
|
<define name="BibDataExtensionType">
|
40
40
|
<ref name="doctype"/>
|
41
|
+
<optional>
|
42
|
+
<ref name="horizontal"/>
|
43
|
+
</optional>
|
41
44
|
<ref name="editorialgroup"/>
|
42
45
|
<zeroOrMore>
|
43
46
|
<ref name="ics"/>
|
@@ -379,6 +382,9 @@
|
|
379
382
|
<data type="anyURI"/>
|
380
383
|
</attribute>
|
381
384
|
</optional>
|
385
|
+
<optional>
|
386
|
+
<ref name="colgroup"/>
|
387
|
+
</optional>
|
382
388
|
<optional>
|
383
389
|
<ref name="tname"/>
|
384
390
|
</optional>
|
@@ -429,6 +435,11 @@
|
|
429
435
|
<ref name="bibliography"/>
|
430
436
|
</element>
|
431
437
|
</define>
|
438
|
+
<define name="horizontal">
|
439
|
+
<element name="horizontal">
|
440
|
+
<data type="boolean"/>
|
441
|
+
</element>
|
442
|
+
</define>
|
432
443
|
<define name="documentnumber">
|
433
444
|
<element name="project-number">
|
434
445
|
<optional>
|
@@ -111,6 +111,10 @@ b, strong {
|
|
111
111
|
div.document-stage-band, div.document-type-band {
|
112
112
|
background-color: #333333; }
|
113
113
|
|
114
|
+
a.FootnoteRef + a.FootnoteRef:before {
|
115
|
+
content: ", ";
|
116
|
+
vertical-align: super; }
|
117
|
+
|
114
118
|
#standard-band {
|
115
119
|
background-color: #0AC442; }
|
116
120
|
|
@@ -764,12 +768,12 @@ p.NormRef {
|
|
764
768
|
pre,
|
765
769
|
.pseudocode {
|
766
770
|
background-color: #f5faff;
|
767
|
-
font-size:
|
771
|
+
font-size: {{monospacefontsize}};
|
768
772
|
line-height: 1.6em;
|
769
773
|
padding: 1.5em;
|
770
774
|
margin: 2em 0 1em 0;
|
771
775
|
overflow: auto;
|
772
|
-
font-size:
|
776
|
+
font-size: {{monospacefontsize}}; }
|
773
777
|
.figure .SourceTitle,
|
774
778
|
pre .SourceTitle,
|
775
779
|
.pseudocode .SourceTitle {
|
@@ -886,14 +890,14 @@ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
|
|
886
890
|
font-size: 0.8em; }
|
887
891
|
|
888
892
|
.footnote {
|
889
|
-
font-size:
|
893
|
+
font-size: {{footnotefontsize}}; }
|
890
894
|
|
891
895
|
sup a {
|
892
896
|
vertical-align: super;
|
893
897
|
font-size: 0.8em; }
|
894
898
|
|
895
899
|
#footnote_box {
|
896
|
-
font-size:
|
900
|
+
font-size: {{footnotefontsize}};
|
897
901
|
background: white;
|
898
902
|
padding: 0 10px;
|
899
903
|
margin: 10px;
|
@@ -906,7 +910,7 @@ ol.footnotes-list, aside.footnote {
|
|
906
910
|
margin-left: 1em; }
|
907
911
|
|
908
912
|
ol.footnotes-list li, aside.footnote {
|
909
|
-
font-size:
|
913
|
+
font-size: {{footnotefontsize}};
|
910
914
|
vertical-align: top;
|
911
915
|
list-style: decimal;
|
912
916
|
margin-bottom: 1em; }
|
@@ -517,7 +517,7 @@ p.NormRef {
|
|
517
517
|
pre,
|
518
518
|
.pseudocode {
|
519
519
|
@include pseudocodeBlock(#f5faff);
|
520
|
-
font-size:
|
520
|
+
font-size: $monospacefontsize;
|
521
521
|
}
|
522
522
|
|
523
523
|
pre {
|
@@ -618,7 +618,7 @@ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
|
|
618
618
|
}
|
619
619
|
|
620
620
|
.footnote {
|
621
|
-
font-size:
|
621
|
+
font-size: $footnotefontsize;
|
622
622
|
}
|
623
623
|
|
624
624
|
sup a {
|
@@ -626,7 +626,7 @@ sup a {
|
|
626
626
|
font-size: 0.8em;
|
627
627
|
}
|
628
628
|
#footnote_box {
|
629
|
-
font-size:
|
629
|
+
font-size: $footnotefontsize;
|
630
630
|
background: white;
|
631
631
|
padding: 0 10px;
|
632
632
|
margin: 10px;
|
@@ -642,7 +642,7 @@ ol.footnotes-list, aside.footnote {
|
|
642
642
|
}
|
643
643
|
|
644
644
|
ol.footnotes-list li, aside.footnote {
|
645
|
-
font-size:
|
645
|
+
font-size: $footnotefontsize;
|
646
646
|
vertical-align: top;
|
647
647
|
list-style:decimal;
|
648
648
|
margin-bottom: 1em;
|
@@ -10,9 +10,9 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode {
|
|
10
10
|
text-align: left;
|
11
11
|
mso-pagination: widow-orphan;
|
12
12
|
layout-grid-mode: char;
|
13
|
-
font-size:
|
14
|
-
mso-bidi-font-size:
|
15
|
-
font-family:
|
13
|
+
font-size: {{monospacefontsize}};
|
14
|
+
mso-bidi-font-size: {{normalfontsize}};
|
15
|
+
font-family: {{monospacefont}};
|
16
16
|
mso-fareast-font-family: "Times New Roman";
|
17
17
|
mso-bidi-font-family: Arial;
|
18
18
|
letter-spacing: -.1pt;
|
@@ -31,9 +31,9 @@ p.pseudocode, li.pseudocode, div.pseudocode {
|
|
31
31
|
text-align: left;
|
32
32
|
mso-pagination: widow-orphan;
|
33
33
|
layout-grid-mode: char;
|
34
|
-
font-size:
|
35
|
-
mso-bidi-font-size:
|
36
|
-
font-family:
|
34
|
+
font-size: {{normalfontsize}};
|
35
|
+
mso-bidi-font-size: {{normalfontsize}};
|
36
|
+
font-family: {{bodyfont}};
|
37
37
|
mso-fareast-font-family: "Times New Roman";
|
38
38
|
mso-bidi-font-family: Arial;
|
39
39
|
letter-spacing: -.1pt;
|
@@ -54,9 +54,9 @@ p.CODE-TableCell, li.CODE-TableCell, div.CODE-TableCell, pre.CODE-TableCell {
|
|
54
54
|
text-align: left;
|
55
55
|
mso-pagination: widow-orphan;
|
56
56
|
layout-grid-mode: char;
|
57
|
-
font-size:
|
58
|
-
mso-bidi-font-size:
|
59
|
-
font-family:
|
57
|
+
font-size: {{smallerfontsize}};
|
58
|
+
mso-bidi-font-size: {{normalfontsize}};
|
59
|
+
font-family: {{monospacefontsize}};
|
60
60
|
mso-fareast-font-family: "Times New Roman";
|
61
61
|
mso-bidi-font-family: Arial;
|
62
62
|
letter-spacing: -.1pt;
|
@@ -71,7 +71,7 @@ p.Biblio, li.Biblio, div.Biblio {
|
|
71
71
|
mso-style-parent: Normal;
|
72
72
|
margin-top: 5.0pt;
|
73
73
|
margin-right: 0cm;
|
74
|
-
margin-bottom:
|
74
|
+
margin-bottom: {{normalfontsize}};
|
75
75
|
margin-left: 34.0pt;
|
76
76
|
text-align: justify;
|
77
77
|
text-indent: -34.0pt;
|
@@ -80,8 +80,8 @@ p.Biblio, li.Biblio, div.Biblio {
|
|
80
80
|
/* mso-list:l6 level1 lfo20; */
|
81
81
|
tab-stops: list 34.0pt;
|
82
82
|
layout-grid-mode: char;
|
83
|
-
font-size:
|
84
|
-
font-family:
|
83
|
+
font-size: {{normalfontsize}};
|
84
|
+
font-family: {{bodyfont}};
|
85
85
|
mso-fareast-font-family: "Times New Roman";
|
86
86
|
letter-spacing: .4pt;
|
87
87
|
mso-ansi-language: EN-GB;
|
@@ -93,7 +93,7 @@ p.NormRef, li.NormRef, div.NormRef {
|
|
93
93
|
mso-style-parent: Normal;
|
94
94
|
margin-top: 5.0pt;
|
95
95
|
margin-right: 0cm;
|
96
|
-
margin-bottom:
|
96
|
+
margin-bottom: {{normalfontsize}};
|
97
97
|
margin-left: 0pt;
|
98
98
|
text-align: justify;
|
99
99
|
mso-pagination: widow-orphan;
|
@@ -101,8 +101,8 @@ p.NormRef, li.NormRef, div.NormRef {
|
|
101
101
|
/* mso-list:l6 level1 lfo20; */
|
102
102
|
tab-stops: list 34.0pt;
|
103
103
|
layout-grid-mode: char;
|
104
|
-
font-size:
|
105
|
-
font-family:
|
104
|
+
font-size: {{normalfontsize}};
|
105
|
+
font-family: {{bodyfont}};
|
106
106
|
mso-fareast-font-family: "Times New Roman";
|
107
107
|
letter-spacing: .4pt;
|
108
108
|
mso-ansi-language: EN-GB;
|
@@ -115,13 +115,13 @@ p.FigureTitle {
|
|
115
115
|
mso-style-next: Normal;
|
116
116
|
margin-top: 5.0pt;
|
117
117
|
margin-right: 0cm;
|
118
|
-
margin-bottom:
|
118
|
+
margin-bottom: {{normalfontsize}};
|
119
119
|
margin-left: 0cm;
|
120
120
|
text-align: center;
|
121
121
|
mso-pagination: widow-orphan;
|
122
122
|
layout-grid-mode: char;
|
123
|
-
font-size:
|
124
|
-
font-family:
|
123
|
+
font-size: {{normalfontsize}};
|
124
|
+
font-family: {{headerfont}};
|
125
125
|
mso-fareast-font-family: "Times New Roman";
|
126
126
|
letter-spacing: .4pt;
|
127
127
|
mso-ansi-language: EN-GB;
|
@@ -134,13 +134,13 @@ p.AdmonitionTitle, p.RecommendationTitle {
|
|
134
134
|
mso-style-next: Normal;
|
135
135
|
margin-top: 5.0pt;
|
136
136
|
margin-right: 0cm;
|
137
|
-
margin-bottom:
|
137
|
+
margin-bottom: {{normalfontsize}};
|
138
138
|
margin-left: 0cm;
|
139
139
|
text-align: center;
|
140
140
|
mso-pagination: widow-orphan;
|
141
141
|
layout-grid-mode: char;
|
142
|
-
font-size:
|
143
|
-
font-family:
|
142
|
+
font-size: {{normalfontsize}};
|
143
|
+
font-family: {{headerfont}};
|
144
144
|
mso-fareast-font-family: "Times New Roman";
|
145
145
|
letter-spacing: .4pt;
|
146
146
|
mso-ansi-language: EN-GB;
|
@@ -153,13 +153,13 @@ p.SourceTitle {
|
|
153
153
|
mso-style-next: Normal;
|
154
154
|
margin-top: 5.0pt;
|
155
155
|
margin-right: 0cm;
|
156
|
-
margin-bottom:
|
156
|
+
margin-bottom: {{normalfontsize}};
|
157
157
|
margin-left: 0cm;
|
158
158
|
text-align: center;
|
159
159
|
mso-pagination: widow-orphan;
|
160
160
|
layout-grid-mode: char;
|
161
|
-
font-size:
|
162
|
-
font-family:
|
161
|
+
font-size: {{normalfontsize}};
|
162
|
+
font-family: {{headerfont}};
|
163
163
|
mso-fareast-font-family: "Times New Roman";
|
164
164
|
letter-spacing: .4pt;
|
165
165
|
mso-ansi-language: EN-GB;
|
@@ -174,14 +174,14 @@ p.TableTitle {
|
|
174
174
|
mso-style-next: Normal;
|
175
175
|
margin-top: 5.0pt;
|
176
176
|
margin-right: 0cm;
|
177
|
-
margin-bottom:
|
177
|
+
margin-bottom: {{normalfontsize}};
|
178
178
|
margin-left: 0cm;
|
179
179
|
text-align: center;
|
180
180
|
mso-pagination: widow-orphan;
|
181
181
|
page-break-after: avoid;
|
182
182
|
layout-grid-mode: char;
|
183
|
-
font-size:
|
184
|
-
font-family:
|
183
|
+
font-size: {{normalfontsize}};
|
184
|
+
font-family: {{headerfont}};
|
185
185
|
mso-fareast-font-family: "Times New Roman";
|
186
186
|
letter-spacing: .4pt;
|
187
187
|
mso-ansi-language: EN-GB;
|
@@ -200,8 +200,8 @@ p.Note, div.Note, li.Note {
|
|
200
200
|
text-align: justify;
|
201
201
|
mso-pagination: widow-orphan;
|
202
202
|
layout-grid-mode: char;
|
203
|
-
font-size:
|
204
|
-
font-family:
|
203
|
+
font-size: {{smallerfontsize}};
|
204
|
+
font-family: {{bodyfont}};
|
205
205
|
mso-fareast-font-family: "Times New Roman";
|
206
206
|
letter-spacing: .4pt;
|
207
207
|
mso-ansi-language: EN-GB;
|
@@ -220,8 +220,8 @@ p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
|
220
220
|
mso-pagination: widow-orphan;
|
221
221
|
tab-stops: 14.2pt;
|
222
222
|
layout-grid-mode: char;
|
223
|
-
font-size:
|
224
|
-
font-family:
|
223
|
+
font-size: {{smallerfontsize}};
|
224
|
+
font-family: {{bodyfont}};
|
225
225
|
mso-fareast-font-family: "Times New Roman";
|
226
226
|
letter-spacing: .4pt;
|
227
227
|
mso-ansi-language: EN-GB;
|
@@ -236,7 +236,7 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle, h1.ForewordTitle {
|
|
236
236
|
mso-style-next: Normal;
|
237
237
|
margin-top: 0cm;
|
238
238
|
margin-right: 0cm;
|
239
|
-
margin-bottom:
|
239
|
+
margin-bottom: {{normalfontsize}};
|
240
240
|
margin-left: 0cm;
|
241
241
|
text-align: center;
|
242
242
|
text-indent: 0pt;
|
@@ -246,8 +246,8 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle, h1.ForewordTitle {
|
|
246
246
|
mso-hyphenate: none;
|
247
247
|
layout-grid-mode: char;
|
248
248
|
font-size: 12.0pt;
|
249
|
-
mso-bidi-font-size:
|
250
|
-
font-family:
|
249
|
+
mso-bidi-font-size: {{normalfontsize}};
|
250
|
+
font-family: {{headerfont}};
|
251
251
|
mso-fareast-font-family: "Times New Roman";
|
252
252
|
letter-spacing: .4pt;
|
253
253
|
mso-ansi-language: EN-GB;
|
@@ -262,7 +262,7 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle, h1.IntroTitle {
|
|
262
262
|
mso-style-next: Normal;
|
263
263
|
margin-top: 0cm;
|
264
264
|
margin-right: 0cm;
|
265
|
-
margin-bottom:
|
265
|
+
margin-bottom: {{normalfontsize}};
|
266
266
|
margin-left: 0cm;
|
267
267
|
text-align: center;
|
268
268
|
text-indent: 0pt;
|
@@ -272,8 +272,8 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle, h1.IntroTitle {
|
|
272
272
|
mso-hyphenate: none;
|
273
273
|
layout-grid-mode: char;
|
274
274
|
font-size: 12.0pt;
|
275
|
-
mso-bidi-font-size:
|
276
|
-
font-family:
|
275
|
+
mso-bidi-font-size: {{normalfontsize}};
|
276
|
+
font-family: {{headerfont}};
|
277
277
|
mso-fareast-font-family: "Times New Roman";
|
278
278
|
letter-spacing: .4pt;
|
279
279
|
mso-ansi-language: EN-GB;
|
@@ -286,7 +286,7 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
|
286
286
|
mso-style-next: Normal;
|
287
287
|
margin-top: 0cm;
|
288
288
|
margin-right: 0cm;
|
289
|
-
margin-bottom:
|
289
|
+
margin-bottom: {{normalfontsize}};
|
290
290
|
margin-left: 0cm;
|
291
291
|
text-align: center;
|
292
292
|
text-indent: 0pt;
|
@@ -295,8 +295,8 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
|
295
295
|
mso-hyphenate: none;
|
296
296
|
layout-grid-mode: char;
|
297
297
|
font-size: 12.0pt;
|
298
|
-
mso-bidi-font-size:
|
299
|
-
font-family:
|
298
|
+
mso-bidi-font-size: {{normalfontsize}};
|
299
|
+
font-family: {{headerfont}};
|
300
300
|
mso-fareast-font-family: "Times New Roman";
|
301
301
|
letter-spacing: .4pt;
|
302
302
|
mso-ansi-language: EN-GB;
|
@@ -318,8 +318,8 @@ p.Terms, li.Terms, div.Terms {
|
|
318
318
|
mso-pagination: widow-orphan;
|
319
319
|
page-break-after: avoid;
|
320
320
|
layout-grid-mode: char;
|
321
|
-
font-size:
|
322
|
-
font-family:
|
321
|
+
font-size: {{normalfontsize}};
|
322
|
+
font-family: {{bodyfont}};
|
323
323
|
mso-fareast-font-family: "Times New Roman";
|
324
324
|
letter-spacing: .4pt;
|
325
325
|
mso-ansi-language: EN-GB;
|
@@ -346,8 +346,8 @@ p.AltTerms, li.AltTerms, div.AltTerms {
|
|
346
346
|
mso-pagination: widow-orphan;
|
347
347
|
page-break-after: avoid;
|
348
348
|
layout-grid-mode: char;
|
349
|
-
font-size:
|
350
|
-
font-family:
|
349
|
+
font-size: {{normalfontsize}};
|
350
|
+
font-family: {{bodyfont}};
|
351
351
|
mso-fareast-font-family: "Times New Roman";
|
352
352
|
letter-spacing: .4pt;
|
353
353
|
mso-ansi-language: EN-GB;
|
@@ -368,8 +368,8 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
|
368
368
|
text-align: justify;
|
369
369
|
mso-pagination: widow-orphan;
|
370
370
|
layout-grid-mode: char;
|
371
|
-
font-size:
|
372
|
-
font-family:
|
371
|
+
font-size: {{smallerfontsize}};
|
372
|
+
font-family: {{bodyfont}};
|
373
373
|
mso-fareast-font-family: "Times New Roman";
|
374
374
|
letter-spacing: .4pt;
|
375
375
|
mso-ansi-language: EN-GB;
|
@@ -396,8 +396,8 @@ p.TermNum, li.TermNum, div.TermNum {
|
|
396
396
|
mso-hyphenate: none;
|
397
397
|
tab-stops: list 31.2pt;
|
398
398
|
layout-grid-mode: char;
|
399
|
-
font-size:
|
400
|
-
font-family:
|
399
|
+
font-size: {{normalfontsize}};
|
400
|
+
font-family: {{headerfont}};
|
401
401
|
mso-fareast-font-family: "Times New Roman";
|
402
402
|
letter-spacing: .4pt;
|
403
403
|
mso-ansi-language: EN-GB;
|
@@ -464,7 +464,7 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
|
464
464
|
mso-pagination: widow-orphan;
|
465
465
|
layout-grid-mode: char;
|
466
466
|
font-size: 12.0pt;
|
467
|
-
font-family:
|
467
|
+
font-family: {{headerfont}};
|
468
468
|
mso-fareast-font-family: "Times New Roman";
|
469
469
|
letter-spacing: .4pt;
|
470
470
|
mso-ansi-language: EN-GB;
|
@@ -483,7 +483,7 @@ p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 {
|
|
483
483
|
mso-pagination: widow-orphan;
|
484
484
|
layout-grid-mode: char;
|
485
485
|
font-size: 12.0pt;
|
486
|
-
font-family:
|
486
|
+
font-family: {{headerfont}};
|
487
487
|
mso-fareast-font-family: "Times New Roman";
|
488
488
|
letter-spacing: .4pt;
|
489
489
|
mso-ansi-language: EN-GB;
|
@@ -503,8 +503,8 @@ p.TABLE-col-heading, li.TABLE-col-heading, div.TABLE-col-heading {
|
|
503
503
|
mso-pagination: widow-orphan;
|
504
504
|
page-break-after: avoid;
|
505
505
|
layout-grid-mode: char;
|
506
|
-
font-size:
|
507
|
-
font-family:
|
506
|
+
font-size: {{smallerfontsize}};
|
507
|
+
font-family: {{headerfont}};
|
508
508
|
mso-fareast-font-family: "Times New Roman";
|
509
509
|
letter-spacing: .4pt;
|
510
510
|
mso-ansi-language: EN-GB;
|
@@ -523,9 +523,9 @@ p.TABLE-cell, li.TABLE-cell, div.TABLE-cell {
|
|
523
523
|
text-align: left;
|
524
524
|
mso-pagination: widow-orphan;
|
525
525
|
layout-grid-mode: char;
|
526
|
-
font-size:
|
527
|
-
mso-bidi-font-size:
|
528
|
-
font-family:
|
526
|
+
font-size: {{smallerfontsize}};
|
527
|
+
mso-bidi-font-size: {{normalfontsize}};
|
528
|
+
font-family: {{bodyfont}};
|
529
529
|
mso-fareast-font-family: "Times New Roman";
|
530
530
|
letter-spacing: .4pt;
|
531
531
|
mso-ansi-language: EN-GB;
|
@@ -542,7 +542,7 @@ p.Quote, li.Quote, div.Quote {
|
|
542
542
|
line-height: 12.0pt;
|
543
543
|
mso-pagination: widow-orphan;
|
544
544
|
tab-stops: 20.15pt;
|
545
|
-
font-size:
|
545
|
+
font-size: {{normalfontsize}};
|
546
546
|
font-family: {{bodyfont}};
|
547
547
|
mso-fareast-font-family: {{bodyfont}};
|
548
548
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -554,7 +554,7 @@ p.QuoteAttribution {
|
|
554
554
|
p.Admonition, li.Admonition, div.Admonition {
|
555
555
|
mso-style-priority: 99;
|
556
556
|
mso-pagination: widow-orphan;
|
557
|
-
font-size:
|
557
|
+
font-size: {{normalfontsize}};
|
558
558
|
font-family: {{bodyfont}};
|
559
559
|
mso-ascii-font-family: {{bodyfont}};
|
560
560
|
mso-ascii-theme-font: minor-latin;
|
@@ -577,16 +577,16 @@ p.formula, li.formula, div.formula {
|
|
577
577
|
mso-style-unhide: no;
|
578
578
|
mso-style-qformat: yes;
|
579
579
|
mso-style-next: Normal;
|
580
|
-
margin-top:
|
580
|
+
margin-top: {{normalfontsize}};
|
581
581
|
margin-right: 0cm;
|
582
|
-
margin-bottom:
|
582
|
+
margin-bottom: {{normalfontsize}};
|
583
583
|
margin-left: 0cm;
|
584
584
|
text-align: justify;
|
585
585
|
mso-pagination: widow-orphan;
|
586
586
|
tab-stops: center 8.0cm right 16.0cm;
|
587
587
|
layout-grid-mode: char;
|
588
|
-
font-size:
|
589
|
-
font-family:
|
588
|
+
font-size: {{normalfontsize}};
|
589
|
+
font-family: {{bodyfont}};
|
590
590
|
mso-fareast-font-family: "Times New Roman";
|
591
591
|
letter-spacing: .4pt;
|
592
592
|
mso-ansi-language: EN-GB;
|
@@ -607,8 +607,8 @@ p.FOREWORD, li.FOREWORD, div.FOREWORD {
|
|
607
607
|
mso-pagination: widow-orphan;
|
608
608
|
tab-stops: 14.2pt;
|
609
609
|
layout-grid-mode: char;
|
610
|
-
font-size:
|
611
|
-
font-family:
|
610
|
+
font-size: {{smallerfontsize}};
|
611
|
+
font-family: {{bodyfont}};
|
612
612
|
mso-fareast-font-family: "Times New Roman";
|
613
613
|
letter-spacing: .4pt;
|
614
614
|
mso-ansi-language: EN-GB;
|
@@ -652,7 +652,7 @@ table.MsoISOTable, table.MsoISOTableBig {
|
|
652
652
|
mso-yfti-tbllook: 480;
|
653
653
|
mso-border-insideh: .75pt solid windowtext;
|
654
654
|
mso-border-insidev: .75pt solid windowtext;
|
655
|
-
font-size:
|
655
|
+
font-size: {{normalfontsize}};
|
656
656
|
font-family: {{bodyfont}}; }
|
657
657
|
|
658
658
|
table.MsoISOTable th, table.MsoISOTableBig th {
|
@@ -666,7 +666,7 @@ table.MsoISOTable td, table.MsoISOTableBig td {
|
|
666
666
|
padding: 0cm 2.85pt 0cm 2.85pt; }
|
667
667
|
|
668
668
|
table.MsoISOTable p, table.MsoISOTableBig p {
|
669
|
-
font-size:
|
669
|
+
font-size: {{normalfontsize}}; }
|
670
670
|
|
671
671
|
table.MsoTableGrid {
|
672
672
|
mso-style-name: "Table Grid";
|
@@ -682,7 +682,7 @@ table.MsoTableGrid {
|
|
682
682
|
mso-para-margin: 0cm;
|
683
683
|
mso-para-margin-bottom: .0001pt;
|
684
684
|
mso-pagination: widow-orphan;
|
685
|
-
font-size:
|
685
|
+
font-size: {{normalfontsize}};
|
686
686
|
font-family: {{bodyfont}}; }
|
687
687
|
|
688
688
|
body {
|
@@ -716,7 +716,7 @@ div.coverpage_warning {
|
|
716
716
|
|
717
717
|
.coverpage_warning {
|
718
718
|
color: #485094;
|
719
|
-
font-size:
|
719
|
+
font-size: {{normalfontsize}}; }
|
720
720
|
|
721
721
|
.coverpage {
|
722
722
|
text-align: center;
|
@@ -799,16 +799,16 @@ a.TableFootnoteRef, span.TableFootnoteRef {
|
|
799
799
|
vertical-align: super; }
|
800
800
|
|
801
801
|
aside {
|
802
|
-
font-size:
|
802
|
+
font-size: {{footnotefontsize}}; }
|
803
803
|
|
804
804
|
/*
|
805
805
|
div.example {
|
806
806
|
border:solid black .25pt;
|
807
807
|
mso-border-alt:solid black .25pt;
|
808
808
|
padding:10pt;
|
809
|
-
mso-padding-alt
|
809
|
+
mso-padding-alt:$normalfontsize 10.0pt 10.0pt 10.0pt;
|
810
810
|
margin:10pt;
|
811
|
-
mso-margin-alt
|
811
|
+
mso-margin-alt:$normalfontsize 10.0pt 10.0pt 10.0pt;
|
812
812
|
}
|
813
813
|
*/
|
814
814
|
/*
|
@@ -820,28 +820,28 @@ div.example {
|
|
820
820
|
p.example, li.example, div.example, td.example {
|
821
821
|
mso-pagination: none;
|
822
822
|
tab-stops: 70.9pt;
|
823
|
-
font-size:
|
823
|
+
font-size: {{normalfontsize}};
|
824
824
|
font-family: {{bodyfont}}; }
|
825
825
|
|
826
826
|
td.example p.MsoListParagraph {
|
827
|
-
font-size:
|
827
|
+
font-size: {{normalfontsize}}; }
|
828
828
|
|
829
829
|
div.example p.MsoListParagraph {
|
830
|
-
font-size:
|
830
|
+
font-size: {{normalfontsize}}; }
|
831
831
|
|
832
832
|
div.Note p.MsoListParagraph {
|
833
|
-
font-size:
|
833
|
+
font-size: {{smallerfontsize}};
|
834
834
|
margin-left: 1.0cm; }
|
835
835
|
|
836
836
|
div.Note span.stem {
|
837
|
-
font-size:
|
837
|
+
font-size: {{smallerfontsize}}; }
|
838
838
|
|
839
839
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
840
|
-
font-size:
|
840
|
+
font-size: {{smallerfontsize}};
|
841
841
|
margin-left: 1.0cm; }
|
842
842
|
|
843
843
|
div.Note table.dl {
|
844
|
-
font-size:
|
844
|
+
font-size: {{smallerfontsize}};
|
845
845
|
margin-left: 1.0cm; }
|
846
846
|
|
847
847
|
div.example, td.example {
|
@@ -849,9 +849,9 @@ div.example, td.example {
|
|
849
849
|
margin-bottom: 12.0pt; }
|
850
850
|
|
851
851
|
span.example_label, td.example_label {
|
852
|
-
font-size:
|
852
|
+
font-size: {{normalfontsize}};
|
853
853
|
font-family: {{bodyfont}}; }
|
854
854
|
|
855
855
|
span.note_label, td.note_label {
|
856
|
-
font-size:
|
856
|
+
font-size: {{smallerfontsize}};
|
857
857
|
font-family: {{bodyfont}}; }
|