isodoc 0.5.9 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/isodoc.gemspec +1 -0
- data/lib/isodoc.rb +2 -0
- data/lib/isodoc/convert.rb +17 -1
- data/lib/isodoc/footnotes.rb +8 -3
- data/lib/isodoc/html.rb +65 -27
- data/lib/isodoc/i18n-en.yaml +1 -1
- data/lib/isodoc/iso/convert.rb +46 -0
- data/lib/isodoc/iso/html/header.html +184 -0
- data/lib/isodoc/iso/html/html_iso_intro.html +34 -0
- data/lib/isodoc/iso/html/html_iso_titlepage.html +32 -0
- data/lib/isodoc/iso/html/htmlstyle.scss +46 -0
- data/lib/isodoc/iso/html/isodoc.scss +679 -0
- data/lib/isodoc/iso/html/scripts.html +174 -0
- data/lib/isodoc/iso/html/style-human.scss +1277 -0
- data/lib/isodoc/iso/html/style-iso.scss +1257 -0
- data/lib/isodoc/iso/html/word_iso_intro.html +72 -0
- data/lib/isodoc/iso/html/word_iso_titlepage.html +58 -0
- data/lib/isodoc/iso/html/wordstyle.scss +1135 -0
- data/lib/isodoc/iso/wordconvert.rb +34 -0
- data/lib/isodoc/iso2wordhtml.rb +17 -23
- data/lib/isodoc/section.rb +1 -1
- data/lib/isodoc/version.rb +1 -1
- data/lib/isodoc/wordconvert/comments.rb +0 -15
- data/lib/isodoc/wordconvert/convert.rb +1 -0
- data/lib/isodoc/wordconvert/footnotes.rb +0 -12
- data/lib/isodoc/wordconvert/postprocess.rb +110 -0
- data/lib/isodoc/wordconvert/wordconvertmodule.rb +18 -130
- data/lib/isodoc/xref_sect_gen.rb +7 -4
- data/spec/assets/scripts.html +3 -1
- data/spec/isodoc/blocks_spec.rb +97 -211
- data/spec/isodoc/cleanup_spec.rb +27 -0
- data/spec/isodoc/footnotes_spec.rb +40 -53
- data/spec/isodoc/i18n_spec.rb +4 -56
- data/spec/isodoc/inline_spec.rb +7 -98
- data/spec/isodoc/iso_spec.rb +89 -0
- data/spec/isodoc/lists_spec.rb +5 -57
- data/spec/isodoc/postproc_spec.rb +43 -79
- data/spec/isodoc/ref_spec.rb +4 -17
- data/spec/isodoc/section_spec.rb +11 -24
- data/spec/isodoc/table_spec.rb +61 -76
- data/spec/isodoc/terms_spec.rb +1 -13
- data/spec/isodoc/xref_spec.rb +21 -164
- data/spec/spec_helper.rb +21 -1
- metadata +31 -2
@@ -0,0 +1,34 @@
|
|
1
|
+
<div class="copyright">
|
2
|
+
<p class="year">
|
3
|
+
© {{ agency }} {{ docyear }}, Published in Switzerland
|
4
|
+
</p>
|
5
|
+
|
6
|
+
<p class="message">
|
7
|
+
All rights
|
8
|
+
reserved. Unless otherwise specified, no part of this publication may be
|
9
|
+
reproduced or utilized otherwise in any form or by any means, electronic or
|
10
|
+
mechanical, including photocopying, or posting on the internet or an intranet,
|
11
|
+
without prior written permission. Permission can be requested from either ISO
|
12
|
+
at the address below or ISO’s member body in the country of the requester.
|
13
|
+
</p>
|
14
|
+
|
15
|
+
<p class="name">ISO copyright office</p>
|
16
|
+
<p class="address">
|
17
|
+
Ch. de Blandonnet 8 • CP 401<br/>
|
18
|
+
CH-1214 Vernier, Geneva, Switzerland<br/>
|
19
|
+
Tel. + 41 22 749 01 11<br/>
|
20
|
+
Fax + 41 22 749 09 47<br/>
|
21
|
+
copyright@iso.org<br/>
|
22
|
+
www.iso.org
|
23
|
+
</p>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
|
27
|
+
</div>
|
28
|
+
|
29
|
+
<nav>
|
30
|
+
|
31
|
+
<h1 id="content">Contents</h1>
|
32
|
+
<div id="toc"></div>
|
33
|
+
|
34
|
+
</nav>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<div id='toggle'> <span>•</span> </div>
|
2
|
+
<p class="coverpage_docnumber">{{ agency }} {{ docnumber }}:{{ docyear }}(E) {{ draftinfo }}</p>
|
3
|
+
|
4
|
+
<p class="coverpage_techcommittee">{{ agency }} {{ editorialgroup | join: "/" }}</p>
|
5
|
+
|
6
|
+
<p class="coverpage_techcommittee"><a
|
7
|
+
name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
|
8
|
+
|
9
|
+
<div class="doctitle-en"><span class="subtitle">{{ doctitle }}</span></div>
|
10
|
+
|
11
|
+
<div class="doctitle-fr"><span class="subtitle">{{ docsubtitle }}</span></div>
|
12
|
+
|
13
|
+
<div class="coverpage_docstage"><p>{{ stageabbr }} stage</p></div>
|
14
|
+
|
15
|
+
<div class="coverpage_warning">
|
16
|
+
|
17
|
+
<p>Warning for WDs
|
18
|
+
and CDs<o:p></o:p></span></b></p>
|
19
|
+
|
20
|
+
<p>This
|
21
|
+
document is not an ISO International Standard. It is distributed for review and
|
22
|
+
comment. It is subject to change without notice and may not be referred to as
|
23
|
+
an International Standard.</p>
|
24
|
+
|
25
|
+
<p>Recipients
|
26
|
+
of this draft are invited to submit, with their comments, notification of any
|
27
|
+
relevant patent rights of which they are aware and to provide supporting
|
28
|
+
documentation.</p>
|
29
|
+
|
30
|
+
</div>
|
31
|
+
|
32
|
+
|
@@ -0,0 +1,46 @@
|
|
1
|
+
p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
|
2
|
+
{mso-style-noshow:yes;
|
3
|
+
mso-style-priority:99;
|
4
|
+
mso-style-link:"Comment Text Char";
|
5
|
+
margin-top:0cm;
|
6
|
+
margin-right:0cm;
|
7
|
+
margin-bottom:12.0pt;
|
8
|
+
margin-left:0cm;
|
9
|
+
text-align:justify;
|
10
|
+
line-height:12.0pt;
|
11
|
+
mso-pagination:widow-orphan;
|
12
|
+
tab-stops:20.15pt;
|
13
|
+
font-size:12.0pt;
|
14
|
+
font-family:$bodyfont;
|
15
|
+
mso-fareast-font-family:Calibri;
|
16
|
+
mso-bidi-font-family:"Times New Roman";
|
17
|
+
mso-ansi-language:EN-GB;
|
18
|
+
mso-fareast-language:EN-US;}
|
19
|
+
span.MsoCommentReference
|
20
|
+
{mso-style-noshow:yes;
|
21
|
+
mso-style-priority:99;
|
22
|
+
mso-style-parent:"";
|
23
|
+
mso-ansi-font-size:9.0pt;
|
24
|
+
mso-bidi-font-size:9.0pt;}
|
25
|
+
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
|
26
|
+
{mso-style-noshow:yes;
|
27
|
+
mso-style-priority:99;
|
28
|
+
mso-style-parent:"Comment Text";
|
29
|
+
mso-style-link:"Comment Subject Char";
|
30
|
+
mso-style-next:"Comment Text";
|
31
|
+
margin-top:0cm;
|
32
|
+
margin-right:0cm;
|
33
|
+
margin-bottom:12.0pt;
|
34
|
+
margin-left:0cm;
|
35
|
+
text-align:justify;
|
36
|
+
line-height:12.0pt;
|
37
|
+
mso-pagination:widow-orphan;
|
38
|
+
tab-stops:20.15pt;
|
39
|
+
font-size:10.0pt;
|
40
|
+
font-family:$headerfont;
|
41
|
+
mso-fareast-font-family:Calibri;
|
42
|
+
mso-bidi-font-family:"Times New Roman";
|
43
|
+
mso-ansi-language:EN-GB;
|
44
|
+
mso-fareast-language:EN-US;
|
45
|
+
font-weight:bold;}
|
46
|
+
|
@@ -0,0 +1,679 @@
|
|
1
|
+
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
2
|
+
{mso-style-unhide:no;
|
3
|
+
mso-style-qformat:yes;
|
4
|
+
mso-style-parent:"";
|
5
|
+
margin-top:0cm;
|
6
|
+
margin-right:0cm;
|
7
|
+
margin-bottom:12.0pt;
|
8
|
+
margin-left:0cm;
|
9
|
+
text-align:left;
|
10
|
+
line-height:12.0pt;
|
11
|
+
mso-pagination:widow-orphan;
|
12
|
+
tab-stops:20.15pt;
|
13
|
+
font-size:9.0pt;
|
14
|
+
font-family:$monospacefont;
|
15
|
+
mso-fareast-font-family:Calibri;
|
16
|
+
mso-bidi-font-family:"Courier New";
|
17
|
+
mso-ansi-language:EN-GB;}
|
18
|
+
p.Biblio, li.Biblio, div.Biblio
|
19
|
+
{mso-style-unhide:no;
|
20
|
+
mso-style-qformat:yes;
|
21
|
+
mso-style-parent:"";
|
22
|
+
margin-top:0cm;
|
23
|
+
margin-right:0cm;
|
24
|
+
margin-bottom:12.0pt;
|
25
|
+
margin-left:33.15pt;
|
26
|
+
text-indent:-33.15pt;
|
27
|
+
tab-stops: 33.15pt;
|
28
|
+
line-height:12.0pt;
|
29
|
+
mso-pagination:widow-orphan;
|
30
|
+
font-size:11.0pt;
|
31
|
+
font-family:$bodyfont;
|
32
|
+
mso-fareast-font-family:$bodyfont;
|
33
|
+
mso-bidi-font-family:$bodyfont;
|
34
|
+
mso-ansi-language:EN-GB;}
|
35
|
+
p.FigureTitle
|
36
|
+
{mso-style-unhide:no;
|
37
|
+
mso-style-qformat:yes;
|
38
|
+
mso-style-parent:"";
|
39
|
+
margin-top:0cm;
|
40
|
+
margin-right:0cm;
|
41
|
+
margin-bottom:6.0pt;
|
42
|
+
margin-left:0cm;
|
43
|
+
text-align:center;
|
44
|
+
line-height:12.0pt;
|
45
|
+
page-break-before:avoid;
|
46
|
+
mso-pagination:widow-orphan;
|
47
|
+
tab-stops:20.15pt;
|
48
|
+
font-size:11.0pt;
|
49
|
+
font-family:$bodyfont;
|
50
|
+
font-weight:bold;
|
51
|
+
mso-fareast-font-family:$bodyfont;
|
52
|
+
mso-bidi-font-family:$bodyfont;
|
53
|
+
mso-ansi-language:EN-GB;}
|
54
|
+
p.TableTitle
|
55
|
+
{mso-style-unhide:no;
|
56
|
+
mso-style-qformat:yes;
|
57
|
+
mso-style-parent:"";
|
58
|
+
margin-top:0cm;
|
59
|
+
margin-right:0cm;
|
60
|
+
margin-bottom:6.0pt;
|
61
|
+
margin-left:0cm;
|
62
|
+
text-align:center;
|
63
|
+
page-break-after:avoid;
|
64
|
+
line-height:12.0pt;
|
65
|
+
mso-pagination:widow-orphan;
|
66
|
+
tab-stops:20.15pt;
|
67
|
+
font-size:11.0pt;
|
68
|
+
font-weight:bold;
|
69
|
+
font-family:$bodyfont;
|
70
|
+
mso-fareast-font-family:$bodyfont;
|
71
|
+
mso-bidi-font-family:$bodyfont;
|
72
|
+
mso-ansi-language:EN-GB;}
|
73
|
+
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
74
|
+
{mso-style-unhide:no;
|
75
|
+
mso-style-qformat:yes;
|
76
|
+
mso-style-parent:"";
|
77
|
+
margin-top:0cm;
|
78
|
+
margin-right:0cm;
|
79
|
+
margin-bottom:12.0pt;
|
80
|
+
margin-left:0cm;
|
81
|
+
text-align:justify;
|
82
|
+
line-height:12.0pt;
|
83
|
+
mso-pagination:widow-orphan;
|
84
|
+
tab-stops:20.15pt;
|
85
|
+
font-size:10.0pt;
|
86
|
+
mso-bidi-font-size:11.0pt;
|
87
|
+
font-family:$bodyfont;
|
88
|
+
mso-fareast-font-family:$bodyfont;
|
89
|
+
mso-bidi-font-family:$bodyfont;
|
90
|
+
mso-ansi-language:EN-GB;}
|
91
|
+
/* may need to be revised */
|
92
|
+
p.ANNEX, li.ANNEX, div.ANNEX
|
93
|
+
{mso-style-name:ANNEX;
|
94
|
+
mso-style-priority:10;
|
95
|
+
mso-style-unhide:no;
|
96
|
+
mso-style-next:Normal;
|
97
|
+
margin-top:0cm;
|
98
|
+
margin-right:0cm;
|
99
|
+
margin-bottom:24.0pt;
|
100
|
+
margin-left:0cm;
|
101
|
+
text-align:center;
|
102
|
+
text-indent:0cm;
|
103
|
+
line-height:15.5pt;
|
104
|
+
mso-line-height-rule:exactly;
|
105
|
+
page-break-before:always;
|
106
|
+
mso-pagination:widow-orphan;
|
107
|
+
page-break-after:avoid;
|
108
|
+
mso-outline-level:1;
|
109
|
+
mso-list:l0 level1 lfo12;
|
110
|
+
tab-stops:20.15pt;
|
111
|
+
font-size:14.0pt;
|
112
|
+
mso-bidi-font-size:11.0pt;
|
113
|
+
font-family:$headerfont;
|
114
|
+
mso-fareast-font-family:$headerfont;
|
115
|
+
mso-bidi-font-family:$headerfont;
|
116
|
+
mso-ansi-language:EN-GB;
|
117
|
+
mso-fareast-language:JA;
|
118
|
+
font-weight:bold;
|
119
|
+
mso-bidi-font-weight:normal;}
|
120
|
+
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
121
|
+
{mso-style-name:"Biblio Title";
|
122
|
+
mso-style-noshow:yes;
|
123
|
+
mso-style-unhide:no;
|
124
|
+
margin-top:0cm;
|
125
|
+
margin-right:0cm;
|
126
|
+
margin-bottom:15.5pt;
|
127
|
+
margin-left:0cm;
|
128
|
+
text-align:center;
|
129
|
+
line-height:15.5pt;
|
130
|
+
mso-pagination:widow-orphan;
|
131
|
+
mso-outline-level:1;
|
132
|
+
tab-stops:20.15pt;
|
133
|
+
font-size:14.0pt;
|
134
|
+
mso-bidi-font-size:11.0pt;
|
135
|
+
font-family:$headerfont;
|
136
|
+
mso-fareast-font-family:$headerfont;
|
137
|
+
mso-bidi-font-family:$headerfont;
|
138
|
+
mso-ansi-language:EN-GB;
|
139
|
+
font-weight:bold;
|
140
|
+
mso-bidi-font-weight:normal;}
|
141
|
+
p.Definition, li.Definition, div.Definition
|
142
|
+
{mso-style-name:Definition;
|
143
|
+
mso-style-priority:9;
|
144
|
+
mso-style-unhide:no;
|
145
|
+
margin-top:0cm;
|
146
|
+
margin-right:0cm;
|
147
|
+
margin-bottom:12.0pt;
|
148
|
+
margin-left:0cm;
|
149
|
+
text-align:justify;
|
150
|
+
line-height:12.0pt;
|
151
|
+
mso-pagination:widow-orphan;
|
152
|
+
tab-stops:20.15pt;
|
153
|
+
font-size:11.0pt;
|
154
|
+
font-family:$bodyfont;
|
155
|
+
mso-fareast-font-family:$bodyfont;
|
156
|
+
mso-bidi-font-family:$bodyfont;
|
157
|
+
mso-ansi-language:EN-GB;}
|
158
|
+
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
159
|
+
{mso-style-name:"Foreword Title";
|
160
|
+
mso-style-noshow:yes;
|
161
|
+
mso-style-unhide:no;
|
162
|
+
margin-top:0cm;
|
163
|
+
margin-right:0cm;
|
164
|
+
margin-bottom:15.5pt;
|
165
|
+
margin-left:0cm;
|
166
|
+
text-align:justify;
|
167
|
+
line-height:15.5pt;
|
168
|
+
page-break-before:always;
|
169
|
+
mso-pagination:widow-orphan;
|
170
|
+
page-break-after:avoid;
|
171
|
+
mso-outline-level:1;
|
172
|
+
mso-hyphenate:none;
|
173
|
+
tab-stops:20.15pt;
|
174
|
+
font-size:14.0pt;
|
175
|
+
mso-bidi-font-size:11.0pt;
|
176
|
+
font-family:$headerfont;
|
177
|
+
mso-fareast-font-family:$headerfont;
|
178
|
+
mso-bidi-font-family:$headerfont;
|
179
|
+
mso-ansi-language:EN-GB;
|
180
|
+
font-weight:bold;
|
181
|
+
mso-bidi-font-weight:normal;}
|
182
|
+
p.IntroTitle, li.IntroTitle, div.IntroTitle
|
183
|
+
{mso-style-name:"Intro Title";
|
184
|
+
mso-style-noshow:yes;
|
185
|
+
mso-style-unhide:no;
|
186
|
+
mso-style-parent:"Foreword Title";
|
187
|
+
margin-top:0cm;
|
188
|
+
margin-right:0cm;
|
189
|
+
margin-bottom:15.5pt;
|
190
|
+
margin-left:0cm;
|
191
|
+
text-align:justify;
|
192
|
+
line-height:15.5pt;
|
193
|
+
mso-pagination:widow-orphan;
|
194
|
+
page-break-after:avoid;
|
195
|
+
mso-outline-level:1;
|
196
|
+
mso-hyphenate:none;
|
197
|
+
tab-stops:20.15pt;
|
198
|
+
font-size:14.0pt;
|
199
|
+
mso-bidi-font-size:11.0pt;
|
200
|
+
page-break-before:always;
|
201
|
+
font-family:$headerfont;
|
202
|
+
mso-fareast-font-family:$headerfont;
|
203
|
+
mso-bidi-font-family:$headerfont;
|
204
|
+
mso-ansi-language:EN-GB;
|
205
|
+
font-weight:bold;
|
206
|
+
mso-bidi-font-weight:normal;}
|
207
|
+
p.Terms, li.Terms, div.Terms
|
208
|
+
{mso-style-name:"Term\(s\)";
|
209
|
+
mso-style-priority:8;
|
210
|
+
mso-style-unhide:no;
|
211
|
+
mso-style-next:Definition;
|
212
|
+
margin:0cm;
|
213
|
+
margin-bottom:.0001pt;
|
214
|
+
line-height:12.0pt;
|
215
|
+
mso-pagination:widow-orphan;
|
216
|
+
page-break-after:avoid;
|
217
|
+
mso-hyphenate:none;
|
218
|
+
tab-stops:20.15pt;
|
219
|
+
font-size:11.0pt;
|
220
|
+
font-family:$headerfont;
|
221
|
+
mso-fareast-font-family:$headerfont;
|
222
|
+
mso-bidi-font-family:$headerfont;
|
223
|
+
mso-ansi-language:EN-GB;
|
224
|
+
font-weight:bold;
|
225
|
+
mso-bidi-font-weight:normal;}
|
226
|
+
p.AltTerms, li.AltTerms, div.AltTerms
|
227
|
+
{mso-style-name:"AltTerm\(s\)";
|
228
|
+
mso-style-priority:8;
|
229
|
+
mso-style-unhide:no;
|
230
|
+
mso-style-next:Definition;
|
231
|
+
margin:0cm;
|
232
|
+
margin-bottom:.0001pt;
|
233
|
+
line-height:12.0pt;
|
234
|
+
mso-pagination:widow-orphan;
|
235
|
+
page-break-after:avoid;
|
236
|
+
mso-hyphenate:none;
|
237
|
+
tab-stops:20.15pt;
|
238
|
+
font-size:11.0pt;
|
239
|
+
font-family:$bodyfont;
|
240
|
+
mso-fareast-font-family:$bodyfont;
|
241
|
+
mso-bidi-font-family:$bodyfont;
|
242
|
+
mso-ansi-language:EN-GB;
|
243
|
+
mso-bidi-font-weight:normal;}
|
244
|
+
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
|
245
|
+
{mso-style-name:"DeprecatedTerm\(s\)";
|
246
|
+
mso-style-priority:8;
|
247
|
+
mso-style-unhide:no;
|
248
|
+
mso-style-next:Definition;
|
249
|
+
margin:0cm;
|
250
|
+
margin-bottom:.0001pt;
|
251
|
+
line-height:12.0pt;
|
252
|
+
mso-pagination:widow-orphan;
|
253
|
+
page-break-after:avoid;
|
254
|
+
mso-hyphenate:none;
|
255
|
+
tab-stops:20.15pt;
|
256
|
+
font-size:11.0pt;
|
257
|
+
font-family:$bodyfont;
|
258
|
+
mso-fareast-font-family:$bodyfont;
|
259
|
+
mso-bidi-font-family:$bodyfont;
|
260
|
+
mso-ansi-language:EN-GB;
|
261
|
+
mso-bidi-font-weight:normal;}
|
262
|
+
p.TermNum, li.TermNum, div.TermNum
|
263
|
+
{mso-style-name:TermNum;
|
264
|
+
mso-style-priority:7;
|
265
|
+
mso-style-unhide:no;
|
266
|
+
mso-style-next:"Term\(s\)";
|
267
|
+
margin:0cm;
|
268
|
+
margin-bottom:.0001pt;
|
269
|
+
line-height:12.0pt;
|
270
|
+
mso-pagination:widow-orphan;
|
271
|
+
page-break-after:avoid;
|
272
|
+
tab-stops:20.15pt;
|
273
|
+
font-size:11.0pt;
|
274
|
+
font-family:$headerfont;
|
275
|
+
mso-fareast-font-family:$headerfont;
|
276
|
+
mso-bidi-font-family:$headerfont;
|
277
|
+
mso-ansi-language:EN-GB;
|
278
|
+
font-weight:bold;
|
279
|
+
mso-bidi-font-weight:normal;}
|
280
|
+
p.zzContents, li.zzContents, div.zzContents
|
281
|
+
{mso-style-name:zzContents;
|
282
|
+
mso-style-noshow:yes;
|
283
|
+
mso-style-unhide:no;
|
284
|
+
mso-style-next:"TOC 1";
|
285
|
+
margin-top:48.0pt;
|
286
|
+
margin-right:0cm;
|
287
|
+
margin-bottom:15.5pt;
|
288
|
+
margin-left:0cm;
|
289
|
+
line-height:15.5pt;
|
290
|
+
mso-line-height-rule:exactly;
|
291
|
+
page-break-before:always;
|
292
|
+
mso-pagination:widow-orphan;
|
293
|
+
page-break-after:avoid;
|
294
|
+
mso-hyphenate:none;
|
295
|
+
tab-stops:20.15pt;
|
296
|
+
font-size:14.0pt;
|
297
|
+
mso-bidi-font-size:11.0pt;
|
298
|
+
font-family:$headerfont;
|
299
|
+
mso-fareast-font-family:$headerfont;
|
300
|
+
mso-bidi-font-family:$headerfont;
|
301
|
+
mso-ansi-language:EN-GB;
|
302
|
+
font-weight:bold;
|
303
|
+
mso-bidi-font-weight:normal;}
|
304
|
+
p.zzCopyright, li.zzCopyright, div.zzCopyright
|
305
|
+
{mso-style-name:zzCopyright;
|
306
|
+
mso-style-noshow:yes;
|
307
|
+
mso-style-unhide:no;
|
308
|
+
mso-style-next:Normal;
|
309
|
+
margin-top:0cm;
|
310
|
+
margin-right:14.2pt;
|
311
|
+
margin-bottom:12.0pt;
|
312
|
+
margin-left:14.2pt;
|
313
|
+
text-align:justify;
|
314
|
+
line-height:12.0pt;
|
315
|
+
mso-pagination:widow-orphan;
|
316
|
+
tab-stops:20.15pt 25.7pt 481.15pt;
|
317
|
+
border:none;
|
318
|
+
mso-border-alt:solid blue .5pt;
|
319
|
+
padding:0cm;
|
320
|
+
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
321
|
+
font-size:11.0pt;
|
322
|
+
font-family:$bodyfont;
|
323
|
+
mso-fareast-font-family:$bodyfont;
|
324
|
+
mso-bidi-font-family:$bodyfont;
|
325
|
+
mso-ansi-language:EN-GB;}
|
326
|
+
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
327
|
+
{mso-style-name:zzSTDTitle;
|
328
|
+
mso-style-noshow:yes;
|
329
|
+
mso-style-unhide:no;
|
330
|
+
mso-style-next:Normal;
|
331
|
+
margin-top:20.0pt;
|
332
|
+
margin-right:0cm;
|
333
|
+
margin-bottom:38.0pt;
|
334
|
+
margin-left:0cm;
|
335
|
+
line-height:17.5pt;
|
336
|
+
mso-line-height-rule:exactly;
|
337
|
+
mso-pagination:widow-orphan;
|
338
|
+
mso-hyphenate:none;
|
339
|
+
tab-stops:20.15pt;
|
340
|
+
font-size:16.0pt;
|
341
|
+
mso-bidi-font-size:11.0pt;
|
342
|
+
font-family:$headerfont;
|
343
|
+
mso-fareast-font-family:$headerfont;
|
344
|
+
mso-bidi-font-family:$headerfont;
|
345
|
+
mso-ansi-language:EN-GB;
|
346
|
+
font-weight:bold;
|
347
|
+
mso-bidi-font-weight:normal;}
|
348
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
349
|
+
{mso-style-name:zzSTDTitle;
|
350
|
+
mso-style-noshow:yes;
|
351
|
+
mso-style-unhide:no;
|
352
|
+
mso-style-next:Normal;
|
353
|
+
margin-top:0pt;
|
354
|
+
margin-right:0cm;
|
355
|
+
margin-bottom:18.0pt;
|
356
|
+
margin-left:0cm;
|
357
|
+
line-height:17.5pt;
|
358
|
+
mso-line-height-rule:exactly;
|
359
|
+
mso-pagination:widow-orphan;
|
360
|
+
mso-hyphenate:none;
|
361
|
+
tab-stops:20.15pt;
|
362
|
+
font-size:16.0pt;
|
363
|
+
mso-bidi-font-size:11.0pt;
|
364
|
+
font-family:$headerfont;
|
365
|
+
mso-fareast-font-family:$headerfont;
|
366
|
+
mso-bidi-font-family:$headerfont;
|
367
|
+
mso-ansi-language:EN-GB;
|
368
|
+
font-weight:bold;
|
369
|
+
mso-bidi-font-weight:normal;}
|
370
|
+
p.Quote, li.Quote, div.Quote
|
371
|
+
{mso-style-priority:99;
|
372
|
+
margin-top:0cm;
|
373
|
+
margin-right:36.0pt;
|
374
|
+
margin-bottom:0cm;
|
375
|
+
margin-left:36.0pt;
|
376
|
+
text-align:justify;
|
377
|
+
line-height:12.0pt;
|
378
|
+
mso-pagination:widow-orphan;
|
379
|
+
tab-stops:20.15pt;
|
380
|
+
font-size:11.0pt;
|
381
|
+
font-family:$bodyfont;
|
382
|
+
mso-fareast-font-family:$bodyfont;
|
383
|
+
mso-bidi-font-family:$bodyfont;
|
384
|
+
mso-ansi-language:EN-GB;}
|
385
|
+
p.QuoteAttribution
|
386
|
+
{text-align:right;}
|
387
|
+
p.Admonition, li.Admonition, div.Admonition
|
388
|
+
{mso-style-priority:99;
|
389
|
+
mso-pagination:widow-orphan;
|
390
|
+
border:none;
|
391
|
+
padding:0cm;
|
392
|
+
font-size:12.0pt;
|
393
|
+
font-family:$bodyfont;
|
394
|
+
mso-ascii-font-family:$bodyfont;
|
395
|
+
mso-ascii-theme-font:minor-latin;
|
396
|
+
mso-fareast-font-family:$bodyfont;
|
397
|
+
mso-fareast-theme-font:minor-fareast;
|
398
|
+
mso-hansi-font-family:$bodyfont;
|
399
|
+
mso-hansi-theme-font:minor-latin;
|
400
|
+
mso-bidi-font-family:$bodyfont;
|
401
|
+
mso-bidi-theme-font:minor-bidi;
|
402
|
+
font-weight:bold;
|
403
|
+
mso-ansi-language:EN-AU;}
|
404
|
+
p.Code, li.Code, div.Code
|
405
|
+
{mso-style-name:Code;
|
406
|
+
mso-style-priority:16;
|
407
|
+
mso-style-unhide:no;
|
408
|
+
mso-style-qformat:yes;
|
409
|
+
margin:0cm;
|
410
|
+
margin-bottom:.0001pt;
|
411
|
+
line-height:10.0pt;
|
412
|
+
mso-pagination:widow-orphan;
|
413
|
+
tab-stops:20.15pt;
|
414
|
+
font-size:9.0pt;
|
415
|
+
mso-bidi-font-size:11.0pt;
|
416
|
+
font-family:$monospacefont;
|
417
|
+
mso-fareast-font-family:Calibri;
|
418
|
+
mso-bidi-font-family:"Cambria";
|
419
|
+
mso-ansi-language:EN-GB;}
|
420
|
+
p.Formula, li.Formula, div.Formula
|
421
|
+
{mso-style-name:Formula;
|
422
|
+
mso-style-noshow:yes;
|
423
|
+
mso-style-unhide:no;
|
424
|
+
margin-top:0cm;
|
425
|
+
margin-right:0cm;
|
426
|
+
margin-bottom:11.0pt;
|
427
|
+
margin-left:20.15pt;
|
428
|
+
line-height:12.0pt;
|
429
|
+
mso-pagination:widow-orphan;
|
430
|
+
tab-stops:right 487.45pt;
|
431
|
+
font-size:11.0pt;
|
432
|
+
font-family:$bodyfont;
|
433
|
+
mso-fareast-font-family:$bodyfont;
|
434
|
+
mso-bidi-font-family:$bodyfont;
|
435
|
+
mso-ansi-language:EN-GB;}
|
436
|
+
table.dl
|
437
|
+
{margin-top:0cm;
|
438
|
+
margin-right:0cm;
|
439
|
+
margin-bottom:11.0pt;
|
440
|
+
margin-left:20.15pt;}
|
441
|
+
.h2Annex
|
442
|
+
{mso-style-priority:2;
|
443
|
+
mso-style-unhide:no;
|
444
|
+
mso-style-qformat:yes;
|
445
|
+
mso-style-link:"Heading 2 Char";
|
446
|
+
mso-style-next:Normal;
|
447
|
+
margin-top:3.0pt;
|
448
|
+
margin-right:0cm;
|
449
|
+
margin-bottom:12.0pt;
|
450
|
+
margin-left:0cm;
|
451
|
+
text-indent:0cm;
|
452
|
+
line-height:12.5pt;
|
453
|
+
mso-pagination:widow-orphan;
|
454
|
+
page-break-after:avoid;
|
455
|
+
mso-hyphenate:none;
|
456
|
+
tab-stops:27.0pt 35.0pt;
|
457
|
+
font-size:12.0pt;
|
458
|
+
mso-bidi-font-size:11.0pt;
|
459
|
+
font-family:$headerfont;
|
460
|
+
font-weight:bold;
|
461
|
+
mso-fareast-font-family:$headerfont;
|
462
|
+
mso-ansi-language:EN-GB;
|
463
|
+
mso-fareast-language:JA;
|
464
|
+
mso-bidi-font-weight:normal;}
|
465
|
+
|
466
|
+
ol
|
467
|
+
{margin-bottom:0cm;}
|
468
|
+
ul
|
469
|
+
{margin-bottom:0cm;}
|
470
|
+
table.MsoISOTable
|
471
|
+
{mso-style-name:"Table ISO";
|
472
|
+
mso-tstyle-rowband-size:0;
|
473
|
+
mso-tstyle-colband-size:0;
|
474
|
+
mso-style-noshow:yes;
|
475
|
+
mso-style-priority:99;
|
476
|
+
mso-style-parent:"";
|
477
|
+
mso-padding-alt:0cm 2.85pt 0cm 2.85pt;
|
478
|
+
mso-para-margin:0cm;
|
479
|
+
mso-para-margin-bottom:.0001pt;
|
480
|
+
mso-pagination:widow-orphan;
|
481
|
+
border-collapse:collapse;
|
482
|
+
mso-table-layout-alt:fixed;
|
483
|
+
border:solid windowtext 2pt;
|
484
|
+
mso-border-alt:solid windowtext 2pt;
|
485
|
+
mso-yfti-tbllook:480;
|
486
|
+
mso-border-insideh:.75pt solid windowtext;
|
487
|
+
mso-border-insidev:.75pt solid windowtext;
|
488
|
+
font-size:10.0pt;
|
489
|
+
font-family:$bodyfont;}
|
490
|
+
table.MsoISOTable tr
|
491
|
+
{page-break-inside:avoid;}
|
492
|
+
table.MsoISOTable th
|
493
|
+
{border:solid windowtext 1pt;
|
494
|
+
mso-border-alt:solid windowtext 1pt;
|
495
|
+
padding:0cm 2.85pt 0cm 2.85pt;}
|
496
|
+
table.MsoISOTable td
|
497
|
+
{border:solid windowtext 1pt;
|
498
|
+
mso-border-alt:solid windowtext 1pt;
|
499
|
+
padding:0cm 2.85pt 0cm 2.85pt;}
|
500
|
+
table.MsoTableGrid
|
501
|
+
{mso-style-name:"Table Grid";
|
502
|
+
mso-tstyle-rowband-size:0;
|
503
|
+
mso-tstyle-colband-size:0;
|
504
|
+
mso-style-priority:39;
|
505
|
+
mso-style-unhide:no;
|
506
|
+
border:solid windowtext 1.0pt;
|
507
|
+
mso-border-alt:solid windowtext .5pt;
|
508
|
+
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
|
509
|
+
mso-border-insideh:.5pt solid windowtext;
|
510
|
+
mso-border-insidev:.5pt solid windowtext;
|
511
|
+
mso-para-margin:0cm;
|
512
|
+
mso-para-margin-bottom:.0001pt;
|
513
|
+
mso-pagination:widow-orphan;
|
514
|
+
font-size:10.0pt;
|
515
|
+
font-family:$bodyfont;}
|
516
|
+
td { page-break-inside:avoid; }
|
517
|
+
tr { page-break-after:avoid; }
|
518
|
+
span.stem
|
519
|
+
{font-family:"Cambria Math",serif;
|
520
|
+
mso-ascii-font-family:"Cambria Math";
|
521
|
+
font-style:italic;}
|
522
|
+
div.formula
|
523
|
+
{tab-stops:right 487.45pt;}
|
524
|
+
body
|
525
|
+
{tab-interval:36.0pt;}
|
526
|
+
dt
|
527
|
+
{page-break-inside:avoid;
|
528
|
+
page-break-after:avoid}
|
529
|
+
.coverpage_docnumber
|
530
|
+
{text-align:right;
|
531
|
+
font-size:14.0pt;
|
532
|
+
font-weight:bold;}
|
533
|
+
.coverpage_techcommittee
|
534
|
+
{text-align:right;}
|
535
|
+
.coverpage_docstage
|
536
|
+
{text-align:center;
|
537
|
+
font-size:30.0pt;
|
538
|
+
color:#485094;}
|
539
|
+
div.doctitle
|
540
|
+
{margin-top:100.0pt;
|
541
|
+
text-align:left;
|
542
|
+
font-size:16.0pt;}
|
543
|
+
div.coverpage_warning
|
544
|
+
{mso-element:para-border-div;
|
545
|
+
border:solid windowtext 1.0pt #485094;
|
546
|
+
mso-border-alt:solid windowtext .5pt;
|
547
|
+
padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
548
|
+
margin-left:4.25pt;
|
549
|
+
margin-right:4.25pt}
|
550
|
+
.coverpage_warning
|
551
|
+
{color:#485094;
|
552
|
+
font-size:10.0pt;}
|
553
|
+
.coverpage {
|
554
|
+
text-align: center;
|
555
|
+
margin: 2em 0;
|
556
|
+
}
|
557
|
+
|
558
|
+
.coverpage-logo {
|
559
|
+
color: #485094;
|
560
|
+
}
|
561
|
+
|
562
|
+
.coverpage-tc-name {
|
563
|
+
color: #485094;
|
564
|
+
font-size: 1.2em;
|
565
|
+
line-height: 1.2em;
|
566
|
+
margin: 0.25em 0;
|
567
|
+
}
|
568
|
+
|
569
|
+
.coverpage-doc-identity {
|
570
|
+
background-color: #485094;
|
571
|
+
color: white;
|
572
|
+
font-size: 2em;
|
573
|
+
line-height: 2em;
|
574
|
+
margin: 0.5em 0;
|
575
|
+
}
|
576
|
+
|
577
|
+
.coverpage-title {
|
578
|
+
font-weight: 400;
|
579
|
+
}
|
580
|
+
|
581
|
+
.coverpage-title .title-second {
|
582
|
+
display: none;
|
583
|
+
}
|
584
|
+
|
585
|
+
.coverpage-stage-block {
|
586
|
+
font-style: italic ;
|
587
|
+
font-size: 1.25em;
|
588
|
+
font-weight: 600;
|
589
|
+
}
|
590
|
+
|
591
|
+
.coverpage-warning {
|
592
|
+
border-top: solid 1px #f36f36;
|
593
|
+
border-bottom: solid 1px #f36f36;
|
594
|
+
margin: 1em 2em;
|
595
|
+
color: #485094;
|
596
|
+
padding: 1em;
|
597
|
+
}
|
598
|
+
|
599
|
+
.coverpage-warning .title {
|
600
|
+
color: #f36f36;
|
601
|
+
font-weight: 500;
|
602
|
+
}
|
603
|
+
|
604
|
+
.coverpage-warning .content {
|
605
|
+
font-style: italic;
|
606
|
+
}
|
607
|
+
|
608
|
+
.copyright {
|
609
|
+
padding: 1em;
|
610
|
+
}
|
611
|
+
|
612
|
+
.copyright .name {
|
613
|
+
color: #485094;
|
614
|
+
font-weight: 600;
|
615
|
+
}
|
616
|
+
|
617
|
+
.copyright .address {
|
618
|
+
color: #485094;
|
619
|
+
}
|
620
|
+
|
621
|
+
div.rule {
|
622
|
+
width: 100%;
|
623
|
+
height: 1px;
|
624
|
+
background-color: #485094;
|
625
|
+
margin: 2em 0;
|
626
|
+
}
|
627
|
+
|
628
|
+
#toc-list ul {
|
629
|
+
margin-bottom: 0.25em;
|
630
|
+
}
|
631
|
+
#toc-list li {
|
632
|
+
list-style-type: none;
|
633
|
+
}
|
634
|
+
|
635
|
+
|
636
|
+
.MsoTocTextSpan {
|
637
|
+
color:windowtext;
|
638
|
+
display:none;
|
639
|
+
mso-hide:screen;
|
640
|
+
mso-ansi-language:EN-GB;
|
641
|
+
text-decoration:none;
|
642
|
+
text-underline:none;
|
643
|
+
}
|
644
|
+
|
645
|
+
a.TableFootnoteRef
|
646
|
+
{mso-style-priority:99;
|
647
|
+
vertical-align:super;}
|
648
|
+
|
649
|
+
aside {
|
650
|
+
font-size:10.0pt;
|
651
|
+
}
|
652
|
+
|
653
|
+
/*
|
654
|
+
div.example {
|
655
|
+
border:solid black .25pt;
|
656
|
+
mso-border-alt:solid black .25pt;
|
657
|
+
padding:10pt;
|
658
|
+
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
659
|
+
margin:10pt;
|
660
|
+
mso-margin-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
661
|
+
}
|
662
|
+
*/
|
663
|
+
|
664
|
+
div.example {
|
665
|
+
margin-left:70.9pt;
|
666
|
+
text-indent:-70.9pt;
|
667
|
+
}
|
668
|
+
p.example, li.example, div.example, td.example, td.example p
|
669
|
+
{ margin:0in;
|
670
|
+
margin-bottom:.0001pt;
|
671
|
+
mso-pagination:none;
|
672
|
+
font-size:10.0pt;
|
673
|
+
font-family:$bodyfont;}
|
674
|
+
span.note_label, span.example_label, td.example_label, td.note_label
|
675
|
+
{
|
676
|
+
font-size: 10.0pt;
|
677
|
+
font-family:$bodyfont;
|
678
|
+
}
|
679
|
+
|