metanorma-iec 2.1.7 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/.github/workflows/release.yml +24 -0
- data/lib/isodoc/iec/html/html_iec_titlepage.html +2 -2
- data/lib/isodoc/iec/iec.international-standard.xsl +102 -148
- data/lib/metanorma/iec/biblio.rng +8 -5
- data/lib/metanorma/iec/version.rb +1 -1
- data/lib/metanorma-iec.rb +2 -1
- data/metanorma-iec.gemspec +1 -1
- data/spec/isodoc/ref_spec.rb +9 -9
- data/spec/metanorma/iev_spec.rb +9 -5
- metadata +9 -11
- data/lib/isodoc/iec/html/htmlstyle.css +0 -1017
- data/lib/isodoc/iec/html/isodoc.css +0 -865
- data/lib/isodoc/iec/html/wordstyle.css +0 -2059
@@ -1,865 +0,0 @@
|
|
1
|
-
/* IEC: CODE */
|
2
|
-
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode {
|
3
|
-
mso-style-unhide: no;
|
4
|
-
mso-style-name: "CODE";
|
5
|
-
mso-style-unhide: no;
|
6
|
-
margin-top: 5.0pt;
|
7
|
-
margin-right: 0cm;
|
8
|
-
margin-bottom: 5.0pt;
|
9
|
-
margin-left: 0cm;
|
10
|
-
mso-add-space: auto;
|
11
|
-
text-align: left;
|
12
|
-
mso-pagination: widow-orphan;
|
13
|
-
layout-grid-mode: char;
|
14
|
-
font-size: {{monospacefontsize}};
|
15
|
-
mso-bidi-font-size: {{normalfontsize}};
|
16
|
-
font-family: {{monospacefont}};
|
17
|
-
mso-fareast-font-family: "Times New Roman";
|
18
|
-
mso-bidi-font-family: Arial;
|
19
|
-
letter-spacing: -.1pt;
|
20
|
-
mso-ansi-language: EN-GB;
|
21
|
-
mso-fareast-language: ZH-CN;
|
22
|
-
mso-no-proof: yes; }
|
23
|
-
|
24
|
-
p.pseudocode, li.pseudocode, div.pseudocode {
|
25
|
-
mso-style-unhide: no;
|
26
|
-
mso-style-unhide: no;
|
27
|
-
margin-top: 5.0pt;
|
28
|
-
margin-right: 0cm;
|
29
|
-
margin-bottom: 5.0pt;
|
30
|
-
margin-left: 0cm;
|
31
|
-
mso-add-space: auto;
|
32
|
-
text-align: left;
|
33
|
-
mso-pagination: widow-orphan;
|
34
|
-
layout-grid-mode: char;
|
35
|
-
font-size: {{normalfontsize}};
|
36
|
-
mso-bidi-font-size: {{normalfontsize}};
|
37
|
-
font-family: {{bodyfont}};
|
38
|
-
mso-fareast-font-family: "Times New Roman";
|
39
|
-
mso-bidi-font-family: Arial;
|
40
|
-
letter-spacing: -.1pt;
|
41
|
-
mso-ansi-language: EN-GB;
|
42
|
-
mso-fareast-language: ZH-CN;
|
43
|
-
mso-no-proof: yes; }
|
44
|
-
|
45
|
-
p.CODE-TableCell, li.CODE-TableCell, div.CODE-TableCell, pre.CODE-TableCell {
|
46
|
-
mso-style-name: CODE-TableCell;
|
47
|
-
mso-style-unhide: no;
|
48
|
-
mso-style-qformat: yes;
|
49
|
-
mso-style-parent: CODE;
|
50
|
-
margin-top: 5.0pt;
|
51
|
-
margin-right: 0cm;
|
52
|
-
margin-bottom: 5.0pt;
|
53
|
-
margin-left: 0cm;
|
54
|
-
mso-add-space: auto;
|
55
|
-
text-align: left;
|
56
|
-
mso-pagination: widow-orphan;
|
57
|
-
layout-grid-mode: char;
|
58
|
-
font-size: {{smallerfontsize}};
|
59
|
-
mso-bidi-font-size: {{normalfontsize}};
|
60
|
-
font-family: {{monospacefontsize}};
|
61
|
-
mso-fareast-font-family: "Times New Roman";
|
62
|
-
mso-bidi-font-family: Arial;
|
63
|
-
letter-spacing: -.1pt;
|
64
|
-
mso-ansi-language: EN-GB;
|
65
|
-
mso-fareast-language: ZH-CN;
|
66
|
-
mso-no-proof: yes; }
|
67
|
-
|
68
|
-
/* IEC: BIBLIOGRAPHY-numbered, restricted to numeric resources */
|
69
|
-
p.Biblio, li.Biblio, div.Biblio {
|
70
|
-
mso-style-unhide: no;
|
71
|
-
mso-style-qformat: yes;
|
72
|
-
mso-style-parent: Normal;
|
73
|
-
margin-top: 5.0pt;
|
74
|
-
margin-right: 0cm;
|
75
|
-
margin-bottom: {{normalfontsize}};
|
76
|
-
margin-left: 34.0pt;
|
77
|
-
text-align: justify;
|
78
|
-
text-indent: -34.0pt;
|
79
|
-
mso-pagination: widow-orphan;
|
80
|
-
/* No, we autonumber */
|
81
|
-
/* mso-list:l6 level1 lfo20; */
|
82
|
-
tab-stops: list 34.0pt;
|
83
|
-
layout-grid-mode: char;
|
84
|
-
font-size: {{normalfontsize}};
|
85
|
-
font-family: {{bodyfont}};
|
86
|
-
mso-fareast-font-family: "Times New Roman";
|
87
|
-
letter-spacing: .4pt;
|
88
|
-
mso-ansi-language: EN-GB;
|
89
|
-
mso-fareast-language: ZH-CN; }
|
90
|
-
|
91
|
-
p.NormRef, li.NormRef, div.NormRef {
|
92
|
-
mso-style-unhide: no;
|
93
|
-
mso-style-qformat: yes;
|
94
|
-
mso-style-parent: Normal;
|
95
|
-
margin-top: 5.0pt;
|
96
|
-
margin-right: 0cm;
|
97
|
-
margin-bottom: {{normalfontsize}};
|
98
|
-
margin-left: 0pt;
|
99
|
-
text-align: justify;
|
100
|
-
mso-pagination: widow-orphan;
|
101
|
-
/* No, we autonumber */
|
102
|
-
/* mso-list:l6 level1 lfo20; */
|
103
|
-
tab-stops: list 34.0pt;
|
104
|
-
layout-grid-mode: char;
|
105
|
-
font-size: {{normalfontsize}};
|
106
|
-
font-family: {{bodyfont}};
|
107
|
-
mso-fareast-font-family: "Times New Roman";
|
108
|
-
letter-spacing: .4pt;
|
109
|
-
mso-ansi-language: EN-GB;
|
110
|
-
mso-fareast-language: ZH-CN; }
|
111
|
-
|
112
|
-
/* IEC: FIGURE-title */
|
113
|
-
p.FigureTitle {
|
114
|
-
mso-style-unhide: no;
|
115
|
-
mso-style-qformat: yes;
|
116
|
-
mso-style-next: Normal;
|
117
|
-
margin-top: 5.0pt;
|
118
|
-
margin-right: 0cm;
|
119
|
-
margin-bottom: {{normalfontsize}};
|
120
|
-
margin-left: 0cm;
|
121
|
-
text-align: center;
|
122
|
-
mso-pagination: widow-orphan;
|
123
|
-
layout-grid-mode: char;
|
124
|
-
font-size: {{normalfontsize}};
|
125
|
-
font-family: {{headerfont}};
|
126
|
-
mso-fareast-font-family: "Times New Roman";
|
127
|
-
letter-spacing: .4pt;
|
128
|
-
mso-ansi-language: EN-GB;
|
129
|
-
mso-fareast-language: ZH-CN;
|
130
|
-
font-weight: bold; }
|
131
|
-
|
132
|
-
p.AdmonitionTitle, p.RecommendationTitle {
|
133
|
-
mso-style-unhide: no;
|
134
|
-
mso-style-qformat: yes;
|
135
|
-
mso-style-next: Normal;
|
136
|
-
margin-top: 5.0pt;
|
137
|
-
margin-right: 0cm;
|
138
|
-
margin-bottom: {{normalfontsize}};
|
139
|
-
margin-left: 0cm;
|
140
|
-
text-align: center;
|
141
|
-
mso-pagination: widow-orphan;
|
142
|
-
layout-grid-mode: char;
|
143
|
-
font-size: {{normalfontsize}};
|
144
|
-
font-family: {{headerfont}};
|
145
|
-
mso-fareast-font-family: "Times New Roman";
|
146
|
-
letter-spacing: .4pt;
|
147
|
-
mso-ansi-language: EN-GB;
|
148
|
-
mso-fareast-language: ZH-CN;
|
149
|
-
font-weight: bold; }
|
150
|
-
|
151
|
-
p.SourceTitle {
|
152
|
-
mso-style-unhide: no;
|
153
|
-
mso-style-qformat: yes;
|
154
|
-
mso-style-next: Normal;
|
155
|
-
margin-top: 5.0pt;
|
156
|
-
margin-right: 0cm;
|
157
|
-
margin-bottom: {{normalfontsize}};
|
158
|
-
margin-left: 0cm;
|
159
|
-
text-align: center;
|
160
|
-
mso-pagination: widow-orphan;
|
161
|
-
layout-grid-mode: char;
|
162
|
-
font-size: {{normalfontsize}};
|
163
|
-
font-family: {{headerfont}};
|
164
|
-
mso-fareast-font-family: "Times New Roman";
|
165
|
-
letter-spacing: .4pt;
|
166
|
-
mso-ansi-language: EN-GB;
|
167
|
-
mso-fareast-language: ZH-CN;
|
168
|
-
font-weight: bold; }
|
169
|
-
|
170
|
-
/* IEC: TABLE-title */
|
171
|
-
p.TableTitle, p.ListTitle {
|
172
|
-
mso-style-unhide: no;
|
173
|
-
mso-style-qformat: yes;
|
174
|
-
mso-style-parent: Normal;
|
175
|
-
mso-style-next: Normal;
|
176
|
-
margin-top: 5.0pt;
|
177
|
-
margin-right: 0cm;
|
178
|
-
margin-bottom: {{normalfontsize}};
|
179
|
-
margin-left: 0cm;
|
180
|
-
text-align: center;
|
181
|
-
mso-pagination: widow-orphan;
|
182
|
-
page-break-after: avoid;
|
183
|
-
layout-grid-mode: char;
|
184
|
-
font-size: {{normalfontsize}};
|
185
|
-
font-family: {{headerfont}};
|
186
|
-
mso-fareast-font-family: "Times New Roman";
|
187
|
-
letter-spacing: .4pt;
|
188
|
-
mso-ansi-language: EN-GB;
|
189
|
-
mso-fareast-language: ZH-CN;
|
190
|
-
font-weight: bold; }
|
191
|
-
|
192
|
-
/* IEC: NOTE */
|
193
|
-
p.Note, div.Note, li.Note {
|
194
|
-
mso-style-unhide: no;
|
195
|
-
mso-style-qformat: yes;
|
196
|
-
mso-style-next: Normal;
|
197
|
-
margin-top: 5.0pt;
|
198
|
-
margin-right: 0cm;
|
199
|
-
margin-bottom: 5.0pt;
|
200
|
-
margin-left: 0cm;
|
201
|
-
text-align: justify;
|
202
|
-
mso-pagination: widow-orphan;
|
203
|
-
layout-grid-mode: char;
|
204
|
-
mso-fareast-font-family: "Times New Roman";
|
205
|
-
mso-ansi-language: EN-GB;
|
206
|
-
mso-fareast-language: ZH-CN; }
|
207
|
-
|
208
|
-
p.Note, li.Note {
|
209
|
-
mso-style-name: "NOTE";
|
210
|
-
font-size: {{smallerfontsize}};
|
211
|
-
font-family: {{bodyfont}};
|
212
|
-
letter-spacing: .4pt; }
|
213
|
-
|
214
|
-
/* IEC: TABFIGfootnote */
|
215
|
-
p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
216
|
-
mso-style-unhide: no;
|
217
|
-
mso-style-parent: "MsoFootnoteText";
|
218
|
-
margin-top: 3.0pt;
|
219
|
-
margin-right: 0cm;
|
220
|
-
margin-bottom: 3.0pt;
|
221
|
-
margin-left: 14.2pt;
|
222
|
-
text-align: justify;
|
223
|
-
text-indent: -14.2pt;
|
224
|
-
mso-pagination: widow-orphan;
|
225
|
-
tab-stops: 14.2pt;
|
226
|
-
layout-grid-mode: char;
|
227
|
-
font-size: {{smallerfontsize}};
|
228
|
-
font-family: {{bodyfont}};
|
229
|
-
mso-fareast-font-family: "Times New Roman";
|
230
|
-
letter-spacing: .4pt;
|
231
|
-
mso-ansi-language: EN-GB;
|
232
|
-
mso-fareast-language: ZH-CN; }
|
233
|
-
|
234
|
-
/* IEC: HEADINGNonumber */
|
235
|
-
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle, h1.ForewordTitle {
|
236
|
-
mso-style-name: "Foreword Title";
|
237
|
-
mso-style-unhide: no;
|
238
|
-
mso-style-qformat: yes;
|
239
|
-
mso-style-parent: Normal;
|
240
|
-
mso-style-next: Normal;
|
241
|
-
margin-top: 0cm;
|
242
|
-
margin-right: 0cm;
|
243
|
-
margin-bottom: {{normalfontsize}};
|
244
|
-
margin-left: 0cm;
|
245
|
-
text-align: center;
|
246
|
-
text-indent: 0pt;
|
247
|
-
mso-pagination: widow-orphan;
|
248
|
-
page-break-after: avoid;
|
249
|
-
mso-outline-level: 1;
|
250
|
-
mso-hyphenate: none;
|
251
|
-
layout-grid-mode: char;
|
252
|
-
font-size: 12.0pt;
|
253
|
-
mso-bidi-font-size: {{normalfontsize}};
|
254
|
-
font-family: {{headerfont}};
|
255
|
-
mso-fareast-font-family: "Times New Roman";
|
256
|
-
letter-spacing: .4pt;
|
257
|
-
mso-ansi-language: EN-GB;
|
258
|
-
mso-fareast-language: ZH-CN; }
|
259
|
-
|
260
|
-
/* IEC: HEADINGNonumber */
|
261
|
-
p.IntroTitle, li.IntroTitle, div.IntroTitle, h1.IntroTitle {
|
262
|
-
mso-style-name: "Intro Title";
|
263
|
-
mso-style-unhide: no;
|
264
|
-
mso-style-qformat: yes;
|
265
|
-
mso-style-parent: Normal;
|
266
|
-
mso-style-next: Normal;
|
267
|
-
margin-top: 0cm;
|
268
|
-
margin-right: 0cm;
|
269
|
-
margin-bottom: {{normalfontsize}};
|
270
|
-
margin-left: 0cm;
|
271
|
-
text-align: center;
|
272
|
-
text-indent: 0pt;
|
273
|
-
mso-pagination: widow-orphan;
|
274
|
-
page-break-after: avoid;
|
275
|
-
mso-outline-level: 1;
|
276
|
-
mso-hyphenate: none;
|
277
|
-
layout-grid-mode: char;
|
278
|
-
font-size: 12.0pt;
|
279
|
-
mso-bidi-font-size: {{normalfontsize}};
|
280
|
-
font-family: {{headerfont}};
|
281
|
-
mso-fareast-font-family: "Times New Roman";
|
282
|
-
letter-spacing: .4pt;
|
283
|
-
mso-ansi-language: EN-GB;
|
284
|
-
mso-fareast-language: ZH-CN; }
|
285
|
-
|
286
|
-
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
287
|
-
mso-style-unhide: no;
|
288
|
-
mso-style-qformat: yes;
|
289
|
-
mso-style-parent: Normal;
|
290
|
-
mso-style-next: Normal;
|
291
|
-
margin-top: 0cm;
|
292
|
-
margin-right: 0cm;
|
293
|
-
margin-bottom: {{normalfontsize}};
|
294
|
-
margin-left: 0cm;
|
295
|
-
text-align: center;
|
296
|
-
text-indent: 0pt;
|
297
|
-
mso-pagination: widow-orphan;
|
298
|
-
page-break-after: avoid;
|
299
|
-
mso-hyphenate: none;
|
300
|
-
layout-grid-mode: char;
|
301
|
-
font-size: 12.0pt;
|
302
|
-
mso-bidi-font-size: {{normalfontsize}};
|
303
|
-
font-family: {{headerfont}};
|
304
|
-
mso-fareast-font-family: "Times New Roman";
|
305
|
-
letter-spacing: .4pt;
|
306
|
-
mso-ansi-language: EN-GB;
|
307
|
-
mso-fareast-language: ZH-CN; }
|
308
|
-
|
309
|
-
/* IEC: TERM */
|
310
|
-
p.Terms, li.Terms, div.Terms {
|
311
|
-
mso-style-name: "TERM";
|
312
|
-
mso-style-unhide: no;
|
313
|
-
mso-style-qformat: yes;
|
314
|
-
mso-style-next: TERM-definition;
|
315
|
-
margin-top: 0cm;
|
316
|
-
margin-right: 0cm;
|
317
|
-
margin-bottom: 0cm;
|
318
|
-
margin-left: 17.0pt;
|
319
|
-
margin-bottom: .0001pt;
|
320
|
-
text-align: justify;
|
321
|
-
text-indent: -17.0pt;
|
322
|
-
mso-pagination: widow-orphan;
|
323
|
-
page-break-after: avoid;
|
324
|
-
layout-grid-mode: char;
|
325
|
-
font-size: {{normalfontsize}};
|
326
|
-
font-family: {{bodyfont}};
|
327
|
-
mso-fareast-font-family: "Times New Roman";
|
328
|
-
letter-spacing: .4pt;
|
329
|
-
mso-ansi-language: EN-GB;
|
330
|
-
mso-fareast-language: ZH-CN; }
|
331
|
-
|
332
|
-
/* IEC: TERM-admitted */
|
333
|
-
p.AltTerms, li.AltTerms, div.AltTerms {
|
334
|
-
mso-style-name: "AltTerm\(s\)";
|
335
|
-
mso-style-unhide: no;
|
336
|
-
mso-style-qformat: yes;
|
337
|
-
mso-style-parent: TERM;
|
338
|
-
mso-style-next: TERM-definition;
|
339
|
-
margin-top: 0cm;
|
340
|
-
margin-right: 0cm;
|
341
|
-
margin-bottom: 0cm;
|
342
|
-
/* https://github.com/metanorma/metanorma-iec/issues/62 */
|
343
|
-
/* margin-left:17.0pt; */
|
344
|
-
/* suppress to line up math terms */
|
345
|
-
margin-bottom: .0001pt;
|
346
|
-
text-align: justify;
|
347
|
-
/* text-indent:-17.0pt; */
|
348
|
-
/* suppress to line up math terms */
|
349
|
-
mso-pagination: widow-orphan;
|
350
|
-
page-break-after: avoid;
|
351
|
-
layout-grid-mode: char;
|
352
|
-
font-size: {{normalfontsize}};
|
353
|
-
font-family: {{bodyfont}};
|
354
|
-
mso-fareast-font-family: "Times New Roman";
|
355
|
-
letter-spacing: .4pt;
|
356
|
-
mso-ansi-language: EN-GB;
|
357
|
-
mso-fareast-language: ZH-CN;
|
358
|
-
mso-bidi-font-weight: bold; }
|
359
|
-
|
360
|
-
/* TERM-deprecated */
|
361
|
-
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
362
|
-
mso-style-name: "DeprecatedTerm\(s\)";
|
363
|
-
mso-style-unhide: no;
|
364
|
-
mso-style-qformat: yes;
|
365
|
-
mso-style-parent: NOTE;
|
366
|
-
mso-style-next: TERM-number;
|
367
|
-
margin-top: 5.0pt;
|
368
|
-
margin-right: 0cm;
|
369
|
-
margin-bottom: 5.0pt;
|
370
|
-
margin-left: 0cm;
|
371
|
-
text-align: justify;
|
372
|
-
mso-pagination: widow-orphan;
|
373
|
-
layout-grid-mode: char;
|
374
|
-
font-size: {{smallerfontsize}};
|
375
|
-
font-family: {{bodyfont}};
|
376
|
-
mso-fareast-font-family: "Times New Roman";
|
377
|
-
letter-spacing: .4pt;
|
378
|
-
mso-ansi-language: EN-GB;
|
379
|
-
mso-fareast-language: ZH-CN; }
|
380
|
-
|
381
|
-
/* IEC: TERM-number */
|
382
|
-
p.TermNum, li.TermNum, div.TermNum {
|
383
|
-
mso-style-name: TermNum;
|
384
|
-
mso-style-unhide: no;
|
385
|
-
mso-style-qformat: yes;
|
386
|
-
mso-style-parent: "Heading 2";
|
387
|
-
mso-style-next: TERM;
|
388
|
-
margin-top: 5.0pt;
|
389
|
-
margin-right: 0cm;
|
390
|
-
margin-bottom: 0cm;
|
391
|
-
margin-left: 0cm;
|
392
|
-
margin-bottom: .0001pt;
|
393
|
-
text-align: left;
|
394
|
-
text-indent: 0cm;
|
395
|
-
mso-pagination: widow-orphan;
|
396
|
-
page-break-after: avoid;
|
397
|
-
/* No, we autonumber */
|
398
|
-
/*mso-list:l26 level2 lfo40;*/
|
399
|
-
mso-hyphenate: none;
|
400
|
-
tab-stops: list 31.2pt;
|
401
|
-
layout-grid-mode: char;
|
402
|
-
font-size: {{normalfontsize}};
|
403
|
-
font-family: {{headerfont}};
|
404
|
-
mso-fareast-font-family: "Times New Roman";
|
405
|
-
letter-spacing: .4pt;
|
406
|
-
mso-ansi-language: EN-GB;
|
407
|
-
mso-fareast-language: ZH-CN;
|
408
|
-
font-weight: bold; }
|
409
|
-
|
410
|
-
p.zzContents, li.zzContents, div.zzContents {
|
411
|
-
mso-style-name: zzContents;
|
412
|
-
mso-style-noshow: yes;
|
413
|
-
mso-style-unhide: no;
|
414
|
-
mso-style-next: "TOC 1";
|
415
|
-
margin-top: 48.0pt;
|
416
|
-
margin-right: 0cm;
|
417
|
-
margin-bottom: 15.5pt;
|
418
|
-
margin-left: 0cm;
|
419
|
-
line-height: 15.5pt;
|
420
|
-
mso-line-height-rule: exactly;
|
421
|
-
page-break-before: always;
|
422
|
-
mso-pagination: widow-orphan;
|
423
|
-
page-break-after: avoid;
|
424
|
-
mso-hyphenate: none;
|
425
|
-
tab-stops: 20.15pt;
|
426
|
-
font-size: 12.0pt;
|
427
|
-
text-align: center;
|
428
|
-
mso-bidi-font-size: 11.0pt;
|
429
|
-
font-family: {{headerfont}};
|
430
|
-
mso-fareast-font-family: {{headerfont}};
|
431
|
-
mso-bidi-font-family: {{headerfont}};
|
432
|
-
mso-ansi-language: EN-GB;
|
433
|
-
font-weight: bold;
|
434
|
-
mso-bidi-font-weight: normal; }
|
435
|
-
|
436
|
-
p.zzCopyright, li.zzCopyright, div.zzCopyright {
|
437
|
-
mso-style-name: zzCopyright;
|
438
|
-
mso-style-noshow: yes;
|
439
|
-
mso-style-unhide: no;
|
440
|
-
mso-style-next: Normal;
|
441
|
-
margin-top: 0cm;
|
442
|
-
margin-right: 14.2pt;
|
443
|
-
margin-bottom: 12.0pt;
|
444
|
-
margin-left: 14.2pt;
|
445
|
-
text-align: justify;
|
446
|
-
line-height: 12.0pt;
|
447
|
-
mso-pagination: widow-orphan;
|
448
|
-
tab-stops: 20.15pt 25.7pt 481.15pt;
|
449
|
-
border: none;
|
450
|
-
mso-border-alt: solid blue .5pt;
|
451
|
-
padding: 0cm;
|
452
|
-
mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
|
453
|
-
font-size: 11.0pt;
|
454
|
-
font-family: {{bodyfont}};
|
455
|
-
mso-fareast-font-family: {{bodyfont}};
|
456
|
-
mso-bidi-font-family: {{bodyfont}};
|
457
|
-
mso-ansi-language: EN-GB; }
|
458
|
-
|
459
|
-
/* IEC: MAIN-TITLE */
|
460
|
-
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
461
|
-
mso-style-name: zzSTDTitle;
|
462
|
-
mso-style-unhide: no;
|
463
|
-
mso-style-qformat: yes;
|
464
|
-
margin: 0cm;
|
465
|
-
margin-bottom: .0001pt;
|
466
|
-
text-align: center;
|
467
|
-
mso-pagination: widow-orphan;
|
468
|
-
layout-grid-mode: char;
|
469
|
-
font-size: 12.0pt;
|
470
|
-
font-family: {{headerfont}};
|
471
|
-
mso-fareast-font-family: "Times New Roman";
|
472
|
-
letter-spacing: .4pt;
|
473
|
-
mso-ansi-language: EN-GB;
|
474
|
-
mso-fareast-language: ZH-CN;
|
475
|
-
text-transform: uppercase;
|
476
|
-
font-weight: normal; }
|
477
|
-
|
478
|
-
/* IEC: MAIN-TITLE, not distinct from zzSTDTitle1 */
|
479
|
-
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 {
|
480
|
-
mso-style-name: zzSTDTitle;
|
481
|
-
mso-style-unhide: no;
|
482
|
-
mso-style-qformat: yes;
|
483
|
-
margin: 0cm;
|
484
|
-
margin-bottom: .0001pt;
|
485
|
-
text-align: center;
|
486
|
-
mso-pagination: widow-orphan;
|
487
|
-
layout-grid-mode: char;
|
488
|
-
font-size: 12.0pt;
|
489
|
-
font-family: {{headerfont}};
|
490
|
-
mso-fareast-font-family: "Times New Roman";
|
491
|
-
letter-spacing: .4pt;
|
492
|
-
mso-ansi-language: EN-GB;
|
493
|
-
mso-fareast-language: ZH-CN;
|
494
|
-
font-weight: normal; }
|
495
|
-
|
496
|
-
p.TABLE-col-heading, li.TABLE-col-heading, div.TABLE-col-heading {
|
497
|
-
mso-style-name: TABLE-col-heading;
|
498
|
-
mso-style-unhide: no;
|
499
|
-
mso-style-qformat: yes;
|
500
|
-
mso-style-parent: Normal;
|
501
|
-
margin-top: 3.0pt;
|
502
|
-
margin-right: 0cm;
|
503
|
-
margin-bottom: 3.0pt;
|
504
|
-
margin-left: 0cm;
|
505
|
-
text-align: center;
|
506
|
-
mso-pagination: widow-orphan;
|
507
|
-
page-break-after: avoid;
|
508
|
-
layout-grid-mode: char;
|
509
|
-
font-size: {{smallerfontsize}};
|
510
|
-
font-family: {{headerfont}};
|
511
|
-
mso-fareast-font-family: "Times New Roman";
|
512
|
-
letter-spacing: .4pt;
|
513
|
-
mso-ansi-language: EN-GB;
|
514
|
-
mso-fareast-language: ZH-CN;
|
515
|
-
font-weight: bold; }
|
516
|
-
|
517
|
-
p.TABLE-cell, li.TABLE-cell, div.TABLE-cell {
|
518
|
-
mso-style-name: TABLE-cell;
|
519
|
-
mso-style-unhide: no;
|
520
|
-
mso-style-qformat: yes;
|
521
|
-
mso-style-parent: Normal;
|
522
|
-
margin-top: 3.0pt;
|
523
|
-
margin-right: 0cm;
|
524
|
-
margin-bottom: 3.0pt;
|
525
|
-
margin-left: 0cm;
|
526
|
-
text-align: left;
|
527
|
-
mso-pagination: widow-orphan;
|
528
|
-
layout-grid-mode: char;
|
529
|
-
font-size: {{smallerfontsize}};
|
530
|
-
mso-bidi-font-size: {{normalfontsize}};
|
531
|
-
font-family: {{bodyfont}};
|
532
|
-
mso-fareast-font-family: "Times New Roman";
|
533
|
-
letter-spacing: .4pt;
|
534
|
-
mso-ansi-language: EN-GB;
|
535
|
-
mso-fareast-language: ZH-CN;
|
536
|
-
mso-bidi-font-weight: bold; }
|
537
|
-
|
538
|
-
p.Quote, li.Quote, div.Quote {
|
539
|
-
mso-style-priority: 99;
|
540
|
-
margin-top: 0cm;
|
541
|
-
margin-right: 36.0pt;
|
542
|
-
margin-bottom: 0cm;
|
543
|
-
margin-left: 36.0pt;
|
544
|
-
text-align: justify;
|
545
|
-
line-height: 12.0pt;
|
546
|
-
mso-pagination: widow-orphan;
|
547
|
-
tab-stops: 20.15pt;
|
548
|
-
mso-fareast-font-family: {{bodyfont}};
|
549
|
-
mso-bidi-font-family: {{bodyfont}};
|
550
|
-
mso-ansi-language: EN-GB; }
|
551
|
-
|
552
|
-
p.Quote, li.Quote, div.Quote {
|
553
|
-
font-size: {{normalfontsize}};
|
554
|
-
font-family: {{bodyfont}}; }
|
555
|
-
|
556
|
-
p.QuoteAttribution {
|
557
|
-
text-align: right; }
|
558
|
-
|
559
|
-
p.Admonition, li.Admonition, div.Admonition {
|
560
|
-
mso-style-priority: 99;
|
561
|
-
mso-pagination: widow-orphan;
|
562
|
-
mso-ascii-font-family: {{bodyfont}};
|
563
|
-
mso-ascii-theme-font: minor-latin;
|
564
|
-
mso-fareast-font-family: {{bodyfont}};
|
565
|
-
mso-fareast-theme-font: minor-fareast;
|
566
|
-
mso-hansi-font-family: {{bodyfont}};
|
567
|
-
mso-hansi-theme-font: minor-latin;
|
568
|
-
mso-bidi-font-family: {{bodyfont}};
|
569
|
-
mso-bidi-theme-font: minor-bidi;
|
570
|
-
mso-element: para-border-div;
|
571
|
-
border: solid windowtext 1.0pt;
|
572
|
-
mso-border-alt: solid windowtext .5pt;
|
573
|
-
padding: 1.0pt 4.0pt 1.0pt 4.0pt;
|
574
|
-
mso-ansi-language: EN-AU; }
|
575
|
-
|
576
|
-
p.Admonition, li.Admonition {
|
577
|
-
font-size: {{normalfontsize}};
|
578
|
-
font-family: {{bodyfont}};
|
579
|
-
font-weight: bold; }
|
580
|
-
|
581
|
-
/* IEC:PARAEQUATION */
|
582
|
-
p.formula, li.formula, div.formula {
|
583
|
-
mso-style-name: Formula;
|
584
|
-
mso-style-unhide: no;
|
585
|
-
mso-style-qformat: yes;
|
586
|
-
mso-style-next: Normal;
|
587
|
-
margin-top: {{normalfontsize}};
|
588
|
-
margin-right: 0cm;
|
589
|
-
margin-bottom: {{normalfontsize}};
|
590
|
-
margin-left: 0cm;
|
591
|
-
text-align: justify;
|
592
|
-
mso-pagination: widow-orphan;
|
593
|
-
tab-stops: center 8.0cm right 16.0cm;
|
594
|
-
layout-grid-mode: char;
|
595
|
-
font-size: {{normalfontsize}};
|
596
|
-
font-family: {{bodyfont}};
|
597
|
-
mso-fareast-font-family: "Times New Roman";
|
598
|
-
letter-spacing: .4pt;
|
599
|
-
mso-ansi-language: EN-GB;
|
600
|
-
mso-fareast-language: ZH-CN; }
|
601
|
-
|
602
|
-
table.formula_dl {
|
603
|
-
margin-left: 0.0cm; }
|
604
|
-
|
605
|
-
p.FOREWORD, li.FOREWORD, div.FOREWORD {
|
606
|
-
mso-style-name: FOREWORD;
|
607
|
-
mso-style-unhide: no;
|
608
|
-
margin-top: 0cm;
|
609
|
-
margin-right: 0cm;
|
610
|
-
margin-bottom: 5.0pt;
|
611
|
-
margin-left: 14.2pt;
|
612
|
-
text-align: justify;
|
613
|
-
text-indent: -14.2pt;
|
614
|
-
mso-pagination: widow-orphan;
|
615
|
-
tab-stops: 14.2pt;
|
616
|
-
layout-grid-mode: char;
|
617
|
-
font-size: {{smallerfontsize}};
|
618
|
-
font-family: {{bodyfont}};
|
619
|
-
mso-fareast-font-family: "Times New Roman";
|
620
|
-
letter-spacing: .4pt;
|
621
|
-
mso-ansi-language: EN-GB;
|
622
|
-
mso-fareast-language: ZH-CN; }
|
623
|
-
|
624
|
-
table.dl {
|
625
|
-
margin-top: 0cm;
|
626
|
-
margin-right: 0cm;
|
627
|
-
margin-bottom: 11.0pt;
|
628
|
-
margin-left: 0cm; }
|
629
|
-
|
630
|
-
div.figdl {
|
631
|
-
text-align: left; }
|
632
|
-
|
633
|
-
table.figdl {
|
634
|
-
mso-para-margin: 0cm;
|
635
|
-
mso-para-margin-bottom: .0001pt;
|
636
|
-
mso-pagination: widow-orphan;
|
637
|
-
align: left;
|
638
|
-
text-align: left;
|
639
|
-
margin-top: 0cm;
|
640
|
-
margin-right: 0cm;
|
641
|
-
margin-left: 0cm;
|
642
|
-
margin-right: 0cm; }
|
643
|
-
|
644
|
-
table.MsoISOTable, table.MsoISOTableBig {
|
645
|
-
mso-style-name: "Table ISO";
|
646
|
-
mso-tstyle-rowband-size: 0;
|
647
|
-
mso-tstyle-colband-size: 0;
|
648
|
-
mso-style-noshow: yes;
|
649
|
-
mso-style-priority: 99;
|
650
|
-
mso-style-parent: "";
|
651
|
-
mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
|
652
|
-
mso-para-margin: 0cm;
|
653
|
-
mso-para-margin-bottom: .0001pt;
|
654
|
-
mso-pagination: widow-orphan;
|
655
|
-
border-collapse: collapse;
|
656
|
-
/*mso-table-layout-alt:fixed;*/
|
657
|
-
border: solid windowtext 2pt;
|
658
|
-
mso-border-alt: solid windowtext 2pt;
|
659
|
-
mso-yfti-tbllook: 480;
|
660
|
-
mso-border-insideh: .75pt solid windowtext;
|
661
|
-
mso-border-insidev: .75pt solid windowtext;
|
662
|
-
font-size: {{normalfontsize}};
|
663
|
-
font-family: {{bodyfont}}; }
|
664
|
-
|
665
|
-
table.MsoISOTable th, table.MsoISOTableBig th {
|
666
|
-
border: solid windowtext 1pt;
|
667
|
-
mso-border-alt: solid windowtext 1pt;
|
668
|
-
padding: 0cm 2.85pt 0cm 2.85pt; }
|
669
|
-
|
670
|
-
table.MsoISOTable td, table.MsoISOTableBig td {
|
671
|
-
border: solid windowtext 1pt;
|
672
|
-
mso-border-alt: solid windowtext 1pt;
|
673
|
-
padding: 0cm 2.85pt 0cm 2.85pt; }
|
674
|
-
|
675
|
-
table.MsoISOTable p, table.MsoISOTableBig p {
|
676
|
-
font-size: {{normalfontsize}}; }
|
677
|
-
|
678
|
-
table.MsoTableGrid {
|
679
|
-
mso-style-name: "Table Grid";
|
680
|
-
mso-tstyle-rowband-size: 0;
|
681
|
-
mso-tstyle-colband-size: 0;
|
682
|
-
mso-style-priority: 39;
|
683
|
-
mso-style-unhide: no;
|
684
|
-
border: solid windowtext 1.0pt;
|
685
|
-
mso-border-alt: solid windowtext .5pt;
|
686
|
-
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
687
|
-
mso-border-insideh: .5pt solid windowtext;
|
688
|
-
mso-border-insidev: .5pt solid windowtext;
|
689
|
-
mso-para-margin: 0cm;
|
690
|
-
mso-para-margin-bottom: .0001pt;
|
691
|
-
mso-pagination: widow-orphan;
|
692
|
-
font-size: {{normalfontsize}};
|
693
|
-
font-family: {{bodyfont}}; }
|
694
|
-
|
695
|
-
body {
|
696
|
-
tab-interval: 36.0pt; }
|
697
|
-
|
698
|
-
.coverpage_docnumber {
|
699
|
-
text-align: right;
|
700
|
-
font-size: 14.0pt;
|
701
|
-
font-weight: bold; }
|
702
|
-
|
703
|
-
.coverpage_techcommittee {
|
704
|
-
text-align: right; }
|
705
|
-
|
706
|
-
.coverpage_docstage {
|
707
|
-
text-align: center;
|
708
|
-
font-size: 30.0pt;
|
709
|
-
color: #485094; }
|
710
|
-
|
711
|
-
div.doctitle {
|
712
|
-
margin-top: 100.0pt;
|
713
|
-
text-align: left;
|
714
|
-
font-size: 16.0pt; }
|
715
|
-
|
716
|
-
div.coverpage_warning {
|
717
|
-
mso-element: para-border-div;
|
718
|
-
border: solid windowtext 1.0pt #485094;
|
719
|
-
mso-border-alt: solid windowtext .5pt;
|
720
|
-
padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
721
|
-
margin-left: 4.25pt;
|
722
|
-
margin-right: 4.25pt; }
|
723
|
-
|
724
|
-
.coverpage_warning {
|
725
|
-
color: #485094;
|
726
|
-
font-size: {{normalfontsize}}; }
|
727
|
-
|
728
|
-
.coverpage {
|
729
|
-
text-align: center;
|
730
|
-
margin: 2em 0; }
|
731
|
-
|
732
|
-
.coverpage-logo {
|
733
|
-
color: #485094; }
|
734
|
-
|
735
|
-
.coverpage-tc-name {
|
736
|
-
color: #485094;
|
737
|
-
font-size: 1.2em;
|
738
|
-
line-height: 1.2em;
|
739
|
-
margin: 0.25em 0; }
|
740
|
-
|
741
|
-
.coverpage-doc-identity {
|
742
|
-
background-color: #485094;
|
743
|
-
color: white;
|
744
|
-
font-size: 2em;
|
745
|
-
line-height: 2em;
|
746
|
-
margin: 0.5em 0; }
|
747
|
-
|
748
|
-
.coverpage-title {
|
749
|
-
font-weight: 400; }
|
750
|
-
|
751
|
-
.coverpage-title .title-second {
|
752
|
-
display: none; }
|
753
|
-
|
754
|
-
.coverpage-stage-block {
|
755
|
-
font-style: italic;
|
756
|
-
font-size: 1.25em;
|
757
|
-
font-weight: 600; }
|
758
|
-
|
759
|
-
.coverpage-warning {
|
760
|
-
border-top: solid 1px #f36f36;
|
761
|
-
border-bottom: solid 1px #f36f36;
|
762
|
-
margin: 1em 2em;
|
763
|
-
color: #485094;
|
764
|
-
padding: 1em; }
|
765
|
-
|
766
|
-
.coverpage-warning .title {
|
767
|
-
color: #f36f36;
|
768
|
-
font-weight: 500; }
|
769
|
-
|
770
|
-
.coverpage-warning .content {
|
771
|
-
font-style: italic; }
|
772
|
-
|
773
|
-
.copyright {
|
774
|
-
padding: 1em; }
|
775
|
-
|
776
|
-
.copyright .name {
|
777
|
-
color: #485094;
|
778
|
-
font-weight: 600; }
|
779
|
-
|
780
|
-
.copyright .address {
|
781
|
-
color: #485094; }
|
782
|
-
|
783
|
-
div.rule {
|
784
|
-
width: 100%;
|
785
|
-
height: 1px;
|
786
|
-
background-color: #485094;
|
787
|
-
margin: 2em 0; }
|
788
|
-
|
789
|
-
#toc-list ul {
|
790
|
-
margin-bottom: 0.25em; }
|
791
|
-
|
792
|
-
#toc-list li {
|
793
|
-
list-style-type: none; }
|
794
|
-
|
795
|
-
.MsoTocTextSpan {
|
796
|
-
color: windowtext;
|
797
|
-
display: none;
|
798
|
-
mso-hide: screen;
|
799
|
-
mso-ansi-language: EN-GB;
|
800
|
-
text-decoration: none;
|
801
|
-
text-underline: none; }
|
802
|
-
|
803
|
-
a.TableFootnoteRef, span.TableFootnoteRef {
|
804
|
-
mso-style-priority: 99;
|
805
|
-
mso-style-parent: "Footnote Reference";
|
806
|
-
vertical-align: super; }
|
807
|
-
|
808
|
-
aside {
|
809
|
-
font-size: {{footnotefontsize}}; }
|
810
|
-
|
811
|
-
/*
|
812
|
-
div.example {
|
813
|
-
border:solid black .25pt;
|
814
|
-
mso-border-alt:solid black .25pt;
|
815
|
-
padding:10pt;
|
816
|
-
mso-padding-alt:$normalfontsize 10.0pt 10.0pt 10.0pt;
|
817
|
-
margin:10pt;
|
818
|
-
mso-margin-alt:$normalfontsize 10.0pt 10.0pt 10.0pt;
|
819
|
-
}
|
820
|
-
*/
|
821
|
-
/*
|
822
|
-
div.example {
|
823
|
-
margin-left:70.9pt;
|
824
|
-
text-indent:-70.9pt;
|
825
|
-
}
|
826
|
-
*/
|
827
|
-
p.example, li.example, div.example, td.example {
|
828
|
-
mso-pagination: none;
|
829
|
-
tab-stops: 70.9pt; }
|
830
|
-
|
831
|
-
p.example, li.example, td.example {
|
832
|
-
font-size: {{normalfontsize}};
|
833
|
-
font-family: {{bodyfont}}; }
|
834
|
-
|
835
|
-
td.example p.MsoListParagraph {
|
836
|
-
font-size: {{normalfontsize}}; }
|
837
|
-
|
838
|
-
div.example p.MsoListParagraph {
|
839
|
-
font-size: {{normalfontsize}}; }
|
840
|
-
|
841
|
-
div.Note p.MsoListParagraph {
|
842
|
-
font-size: {{smallerfontsize}}; }
|
843
|
-
|
844
|
-
div.Note span.stem {
|
845
|
-
font-size: {{smallerfontsize}}; }
|
846
|
-
|
847
|
-
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
848
|
-
font-size: {{smallerfontsize}};
|
849
|
-
margin-left: 1.0cm; }
|
850
|
-
|
851
|
-
div.Note table.dl {
|
852
|
-
font-size: {{smallerfontsize}};
|
853
|
-
margin-left: 1.0cm; }
|
854
|
-
|
855
|
-
div.example, td.example {
|
856
|
-
margin: 0in;
|
857
|
-
margin-bottom: 12.0pt; }
|
858
|
-
|
859
|
-
span.example_label, td.example_label {
|
860
|
-
font-size: {{normalfontsize}};
|
861
|
-
font-family: {{bodyfont}}; }
|
862
|
-
|
863
|
-
span.note_label, td.note_label {
|
864
|
-
font-size: {{smallerfontsize}};
|
865
|
-
font-family: {{bodyfont}}; }
|