metanorma-csand 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -0
- data/lib/asciidoctor/csand/converter.rb +9 -1
- data/lib/asciidoctor/csand/isodoc.rng +3 -0
- data/lib/isodoc/csand/html/csand.scss +644 -0
- data/lib/isodoc/csand/html/header.html +186 -0
- data/lib/isodoc/csand/html/htmlstyle.scss +5 -0
- data/lib/isodoc/csand/html/scripts.pdf.html +70 -0
- data/lib/isodoc/csand/html/word_csand_intro.html +33 -0
- data/lib/isodoc/csand/html/word_csand_titlepage.html +76 -0
- data/lib/isodoc/csand/html/wordstyle.scss +1203 -0
- data/lib/isodoc/csand/pdf_convert.rb +108 -0
- data/lib/isodoc/csand/word_convert.rb +77 -0
- data/lib/metanorma/csand/processor.rb +6 -6
- data/lib/metanorma/csand/version.rb +1 -1
- data/lib/metanorma-csand.rb +2 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cec1f0a589ed7833da3d488a2c0eef0c48bc0696b55519046a719110fb43b8c
|
4
|
+
data.tar.gz: f2badc8be124b6c19f3066a2ed49a478701ab12e2e6060c0332e9064a62a12be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a64b36f89af153505aba22ab93b756363eaa024d12f6b8c3a4dd8ce03c564c78f4a94c5a553e3e9bb0579c674d5fdaf80ab8c9c68c6a9176fe68dcb90d15e227
|
7
|
+
data.tar.gz: 3500c41f0610f7eb1d8e21067cf1c1f31c252251a93c30312b8b9ca00eed6ce88405077a1f30ee89762d7459cd9ab449e132d55c2ad6a5ddb8ea2101e15ea4df
|
data/.travis.yml
CHANGED
@@ -84,7 +84,7 @@ module Asciidoctor
|
|
84
84
|
result << noko { |ixml| front node, ixml }
|
85
85
|
result << noko { |ixml| middle node, ixml }
|
86
86
|
result << "</csand-standard>"
|
87
|
-
result = textcleanup(result
|
87
|
+
result = textcleanup(result)
|
88
88
|
ret1 = cleanup(Nokogiri::XML(result))
|
89
89
|
validate(ret1)
|
90
90
|
ret1.root.add_namespace(nil, CSAND_NAMESPACE)
|
@@ -109,6 +109,8 @@ module Asciidoctor
|
|
109
109
|
gsub(%r{^.*/}, "")
|
110
110
|
File.open(filename, "w") { |f| f.write(ret) }
|
111
111
|
html_converter(node).convert filename unless node.attr("nodoc")
|
112
|
+
pdf_converter(node).convert filename unless node.attr("nodoc")
|
113
|
+
word_converter(node).convert filename unless node.attr("nodoc")
|
112
114
|
end
|
113
115
|
@files_to_delete.each { |f| FileUtils.rm f }
|
114
116
|
ret
|
@@ -134,6 +136,12 @@ module Asciidoctor
|
|
134
136
|
def html_converter(node)
|
135
137
|
IsoDoc::Csand::HtmlConvert.new(html_extract_attributes(node))
|
136
138
|
end
|
139
|
+
def pdf_converter(node)
|
140
|
+
IsoDoc::Csand::PdfConvert.new(html_extract_attributes(node))
|
141
|
+
end
|
142
|
+
def word_converter(node)
|
143
|
+
IsoDoc::Csand::WordConvert.new(doc_extract_attributes(node))
|
144
|
+
end
|
137
145
|
end
|
138
146
|
end
|
139
147
|
end
|
@@ -0,0 +1,644 @@
|
|
1
|
+
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
|
2
|
+
{mso-style-unhide:no;
|
3
|
+
mso-style-qformat:yes;
|
4
|
+
mso-style-parent:"";
|
5
|
+
margin-top:6.0pt;
|
6
|
+
margin-right:0cm;
|
7
|
+
margin-bottom:6.0pt;
|
8
|
+
margin-left:0cm;
|
9
|
+
text-align:left;
|
10
|
+
mso-pagination:widow-orphan;
|
11
|
+
tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
|
12
|
+
font-size:10.0pt;
|
13
|
+
font-family:$monospacefont;
|
14
|
+
mso-fareast-font-family:Calibri;
|
15
|
+
mso-bidi-font-family:"Courier New";
|
16
|
+
mso-ansi-language:EN-GB;}
|
17
|
+
p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
|
18
|
+
{mso-style-unhide:no;
|
19
|
+
mso-style-qformat:yes;
|
20
|
+
mso-style-parent:"";
|
21
|
+
margin-top:0cm;
|
22
|
+
margin-right:0cm;
|
23
|
+
margin-bottom:12.0pt;
|
24
|
+
margin-left:33.15pt;
|
25
|
+
text-indent:-33.15pt;
|
26
|
+
tab-stops: 33.15pt;
|
27
|
+
line-height:12.0pt;
|
28
|
+
mso-pagination:widow-orphan;
|
29
|
+
font-size:10.5pt;
|
30
|
+
font-weight:normal;
|
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-weight:bold;
|
50
|
+
font-family:$bodyfont;
|
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-family:$bodyfont;
|
69
|
+
mso-fareast-font-family:$bodyfont;
|
70
|
+
mso-bidi-font-family:$bodyfont;
|
71
|
+
mso-ansi-language:EN-GB;}
|
72
|
+
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
73
|
+
{mso-style-unhide:no;
|
74
|
+
mso-style-qformat:yes;
|
75
|
+
mso-style-parent:"";
|
76
|
+
margin-top:0cm;
|
77
|
+
margin-right:0cm;
|
78
|
+
margin-bottom:12.0pt;
|
79
|
+
margin-left:0cm;
|
80
|
+
text-align:justify;
|
81
|
+
line-height:12.0pt;
|
82
|
+
mso-pagination:widow-orphan;
|
83
|
+
tab-stops:20.15pt;
|
84
|
+
font-size:10.0pt;
|
85
|
+
mso-bidi-font-size:11.0pt;
|
86
|
+
font-family:$bodyfont;
|
87
|
+
font-size:10.0pt;
|
88
|
+
mso-fareast-font-family:$bodyfont;
|
89
|
+
mso-bidi-font-family:$bodyfont;
|
90
|
+
mso-ansi-language:EN-GB;}
|
91
|
+
p.ANNEX, li.ANNEX, div.ANNEX
|
92
|
+
{mso-style-name:ANNEX;
|
93
|
+
mso-style-priority:10;
|
94
|
+
mso-style-unhide:no;
|
95
|
+
mso-style-next:Normal;
|
96
|
+
margin-top:0cm;
|
97
|
+
margin-right:0cm;
|
98
|
+
margin-bottom:24.0pt;
|
99
|
+
margin-left:0cm;
|
100
|
+
text-align:center;
|
101
|
+
text-indent:0cm;
|
102
|
+
line-height:15.5pt;
|
103
|
+
mso-line-height-rule:exactly;
|
104
|
+
page-break-before:always;
|
105
|
+
mso-pagination:widow-orphan;
|
106
|
+
page-break-after:avoid;
|
107
|
+
mso-outline-level:1;
|
108
|
+
mso-list:l0 level1 lfo12;
|
109
|
+
tab-stops:20.15pt;
|
110
|
+
font-size:14.0pt;
|
111
|
+
mso-bidi-font-size:11.0pt;
|
112
|
+
font-family:$headerfont;
|
113
|
+
mso-fareast-font-family:$headerfont;
|
114
|
+
mso-bidi-font-family:$headerfont;
|
115
|
+
mso-ansi-language:EN-GB;
|
116
|
+
mso-fareast-language:JA;
|
117
|
+
font-weight:bold;
|
118
|
+
mso-bidi-font-weight:normal;}
|
119
|
+
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
120
|
+
{mso-style-name:"Biblio Title";
|
121
|
+
mso-style-noshow:yes;
|
122
|
+
mso-style-unhide:no;
|
123
|
+
margin-top:0cm;
|
124
|
+
margin-right:0cm;
|
125
|
+
margin-bottom:15.5pt;
|
126
|
+
margin-left:0cm;
|
127
|
+
text-align:center;
|
128
|
+
line-height:15.5pt;
|
129
|
+
mso-pagination:widow-orphan;
|
130
|
+
mso-outline-level:1;
|
131
|
+
tab-stops:20.15pt;
|
132
|
+
font-size:14.0pt;
|
133
|
+
mso-bidi-font-size:11.0pt;
|
134
|
+
font-family:$headerfont;
|
135
|
+
mso-fareast-font-family:$headerfont;
|
136
|
+
mso-bidi-font-family:$headerfont;
|
137
|
+
mso-ansi-language:EN-GB;
|
138
|
+
font-weight:bold;
|
139
|
+
mso-bidi-font-weight:normal;}
|
140
|
+
p.Definition, li.Definition, div.Definition
|
141
|
+
{mso-style-name:Definition;
|
142
|
+
mso-style-priority:9;
|
143
|
+
mso-style-unhide:no;
|
144
|
+
margin-top:0cm;
|
145
|
+
margin-right:0cm;
|
146
|
+
margin-bottom:12.0pt;
|
147
|
+
margin-left:0cm;
|
148
|
+
text-align:justify;
|
149
|
+
line-height:12.0pt;
|
150
|
+
mso-pagination:widow-orphan;
|
151
|
+
tab-stops:20.15pt;
|
152
|
+
font-size:11.0pt;
|
153
|
+
font-family:$bodyfont;
|
154
|
+
mso-fareast-font-family:$bodyfont;
|
155
|
+
mso-bidi-font-family:$bodyfont;
|
156
|
+
mso-ansi-language:EN-GB;}
|
157
|
+
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
158
|
+
{mso-style-name:"Foreword Title";
|
159
|
+
mso-style-noshow:yes;
|
160
|
+
mso-style-unhide:no;
|
161
|
+
margin-top:0cm;
|
162
|
+
margin-right:0cm;
|
163
|
+
margin-bottom:15.5pt;
|
164
|
+
margin-left:0cm;
|
165
|
+
text-align:justify;
|
166
|
+
line-height:15.5pt;
|
167
|
+
page-break-before:always;
|
168
|
+
mso-pagination:widow-orphan;
|
169
|
+
page-break-after:avoid;
|
170
|
+
mso-outline-level:1;
|
171
|
+
mso-hyphenate:none;
|
172
|
+
tab-stops:20.15pt;
|
173
|
+
font-size:14.0pt;
|
174
|
+
mso-bidi-font-size:11.0pt;
|
175
|
+
font-family:$headerfont;
|
176
|
+
mso-fareast-font-family:$headerfont;
|
177
|
+
mso-bidi-font-family:$headerfont;
|
178
|
+
mso-ansi-language:EN-GB;
|
179
|
+
font-weight:bold;
|
180
|
+
mso-bidi-font-weight:normal;}
|
181
|
+
p.IntroTitle, li.IntroTitle, div.IntroTitle
|
182
|
+
{mso-style-name:"Intro Title";
|
183
|
+
mso-style-noshow:yes;
|
184
|
+
mso-style-unhide:no;
|
185
|
+
mso-style-parent:"Foreword Title";
|
186
|
+
margin-top:0cm;
|
187
|
+
margin-right:0cm;
|
188
|
+
margin-bottom:15.5pt;
|
189
|
+
margin-left:0cm;
|
190
|
+
text-align:justify;
|
191
|
+
line-height:15.5pt;
|
192
|
+
mso-pagination:widow-orphan;
|
193
|
+
page-break-after:avoid;
|
194
|
+
mso-outline-level:1;
|
195
|
+
mso-hyphenate:none;
|
196
|
+
tab-stops:20.15pt;
|
197
|
+
font-size:14.0pt;
|
198
|
+
mso-bidi-font-size:11.0pt;
|
199
|
+
page-break-before:always;
|
200
|
+
font-family:$headerfont;
|
201
|
+
mso-fareast-font-family:$headerfont;
|
202
|
+
mso-bidi-font-family:$headerfont;
|
203
|
+
mso-ansi-language:EN-GB;
|
204
|
+
font-weight:bold;
|
205
|
+
mso-bidi-font-weight:normal;}
|
206
|
+
p.Terms, li.Terms, div.Terms
|
207
|
+
{mso-style-name:"Term\(s\)";
|
208
|
+
mso-style-priority:8;
|
209
|
+
mso-style-unhide:no;
|
210
|
+
mso-style-next:Definition;
|
211
|
+
margin:0cm;
|
212
|
+
margin-bottom:.0001pt;
|
213
|
+
line-height:12.0pt;
|
214
|
+
mso-pagination:widow-orphan;
|
215
|
+
page-break-after:avoid;
|
216
|
+
mso-hyphenate:none;
|
217
|
+
tab-stops:20.15pt;
|
218
|
+
font-size:11.0pt;
|
219
|
+
font-family:$headerfont;
|
220
|
+
mso-fareast-font-family:$headerfont;
|
221
|
+
mso-bidi-font-family:$headerfont;
|
222
|
+
mso-ansi-language:EN-GB;
|
223
|
+
font-weight:bold;
|
224
|
+
mso-bidi-font-weight:normal;}
|
225
|
+
p.AltTerms, li.AltTerms, div.AltTerms
|
226
|
+
{mso-style-name:"AltTerm\(s\)";
|
227
|
+
mso-style-priority:8;
|
228
|
+
mso-style-unhide:no;
|
229
|
+
mso-style-next:Definition;
|
230
|
+
margin:0cm;
|
231
|
+
margin-bottom:.0001pt;
|
232
|
+
line-height:12.0pt;
|
233
|
+
mso-pagination:widow-orphan;
|
234
|
+
page-break-after:avoid;
|
235
|
+
mso-hyphenate:none;
|
236
|
+
tab-stops:20.15pt;
|
237
|
+
font-size:11.0pt;
|
238
|
+
font-family:$bodyfont;
|
239
|
+
mso-fareast-font-family:$bodyfont;
|
240
|
+
mso-bidi-font-family:$bodyfont;
|
241
|
+
mso-ansi-language:EN-GB;
|
242
|
+
mso-bidi-font-weight:normal;}
|
243
|
+
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
|
244
|
+
{mso-style-name:"DeprecatedTerm\(s\)";
|
245
|
+
mso-style-priority:8;
|
246
|
+
mso-style-unhide:no;
|
247
|
+
mso-style-next:Definition;
|
248
|
+
margin:0cm;
|
249
|
+
margin-bottom:.0001pt;
|
250
|
+
line-height:12.0pt;
|
251
|
+
mso-pagination:widow-orphan;
|
252
|
+
page-break-after:avoid;
|
253
|
+
mso-hyphenate:none;
|
254
|
+
tab-stops:20.15pt;
|
255
|
+
font-size:11.0pt;
|
256
|
+
font-family:$bodyfont;
|
257
|
+
mso-fareast-font-family:$bodyfont;
|
258
|
+
mso-bidi-font-family:$bodyfont;
|
259
|
+
mso-ansi-language:EN-GB;
|
260
|
+
mso-bidi-font-weight:normal;}
|
261
|
+
p.TermNum, li.TermNum, div.TermNum
|
262
|
+
{mso-style-name:TermNum;
|
263
|
+
mso-style-priority:7;
|
264
|
+
mso-style-unhide:no;
|
265
|
+
mso-style-next:"Term\(s\)";
|
266
|
+
margin:0cm;
|
267
|
+
margin-bottom:.0001pt;
|
268
|
+
line-height:12.0pt;
|
269
|
+
mso-pagination:widow-orphan;
|
270
|
+
page-break-after:avoid;
|
271
|
+
tab-stops:20.15pt;
|
272
|
+
font-size:11.0pt;
|
273
|
+
font-family:$headerfont;
|
274
|
+
mso-fareast-font-family:$headerfont;
|
275
|
+
mso-bidi-font-family:$headerfont;
|
276
|
+
mso-ansi-language:EN-GB;
|
277
|
+
font-weight:bold;
|
278
|
+
mso-bidi-font-weight:normal;}
|
279
|
+
p.zzContents, li.zzContents, div.zzContents
|
280
|
+
{mso-style-name:zzContents;
|
281
|
+
mso-style-noshow:yes;
|
282
|
+
mso-style-unhide:no;
|
283
|
+
mso-style-next:"TOC 1";
|
284
|
+
margin-top:48.0pt;
|
285
|
+
margin-right:0cm;
|
286
|
+
margin-bottom:15.5pt;
|
287
|
+
margin-left:0cm;
|
288
|
+
line-height:15.5pt;
|
289
|
+
mso-line-height-rule:exactly;
|
290
|
+
page-break-before:always;
|
291
|
+
mso-pagination:widow-orphan;
|
292
|
+
page-break-after:avoid;
|
293
|
+
mso-hyphenate:none;
|
294
|
+
tab-stops:20.15pt;
|
295
|
+
font-size:14.0pt;
|
296
|
+
mso-bidi-font-size:11.0pt;
|
297
|
+
font-family:$headerfont;
|
298
|
+
mso-fareast-font-family:$headerfont;
|
299
|
+
mso-bidi-font-family:$headerfont;
|
300
|
+
mso-ansi-language:EN-GB;
|
301
|
+
font-weight:bold;
|
302
|
+
mso-bidi-font-weight:normal;}
|
303
|
+
p.zzCopyright, li.zzCopyright
|
304
|
+
{mso-style-name:zzCopyright;
|
305
|
+
mso-style-noshow:yes;
|
306
|
+
mso-style-unhide:no;
|
307
|
+
mso-style-next:Normal;
|
308
|
+
margin-top:0cm;
|
309
|
+
margin-right:14.2pt;
|
310
|
+
margin-bottom:12.0pt;
|
311
|
+
margin-left:14.2pt;
|
312
|
+
text-align:justify;
|
313
|
+
line-height:12.0pt;
|
314
|
+
mso-pagination:widow-orphan;
|
315
|
+
tab-stops:20.15pt 25.7pt 481.15pt;
|
316
|
+
padding:0cm;
|
317
|
+
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
318
|
+
font-size:10.5pt;
|
319
|
+
font-family:$bodyfont;
|
320
|
+
mso-fareast-font-family:$bodyfont;
|
321
|
+
mso-bidi-font-family:$bodyfont;
|
322
|
+
mso-ansi-language:EN-GB;}
|
323
|
+
div.zzCopyright
|
324
|
+
{mso-element:para-border-div;
|
325
|
+
border:solid windowtext 1.0pt;
|
326
|
+
mso-border-top-alt:solid windowtext .5pt;
|
327
|
+
mso-border-left-alt:solid windowtext .5pt;
|
328
|
+
mso-border-right-alt:solid windowtext .5pt;
|
329
|
+
mso-border-bottom-alt:solid windowtext .5pt;
|
330
|
+
padding:1.0pt 4.0pt 0cm 4.0pt;
|
331
|
+
margin-left:5.1pt;
|
332
|
+
margin-right:5.1pt;}
|
333
|
+
p.zzCopyright_address
|
334
|
+
{margin-top:0cm;
|
335
|
+
margin-right:14.2pt;
|
336
|
+
margin-bottom:0.0pt;
|
337
|
+
margin-left:14.2pt;
|
338
|
+
mso-layout-grid-align:none;
|
339
|
+
text-autospace:none;
|
340
|
+
padding-left:20pt;
|
341
|
+
mso-padding-alt-left:20pt;
|
342
|
+
font-size:10.0pt;
|
343
|
+
text-align:left;
|
344
|
+
mso-bidi-font-size:11.0pt;}
|
345
|
+
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
346
|
+
{mso-style-name:zzSTDTitle;
|
347
|
+
mso-style-noshow:yes;
|
348
|
+
mso-style-unhide:no;
|
349
|
+
mso-style-next:Normal;
|
350
|
+
margin-top:20.0pt;
|
351
|
+
margin-right:0cm;
|
352
|
+
margin-bottom:38.0pt;
|
353
|
+
margin-left:0cm;
|
354
|
+
line-height:17.5pt;
|
355
|
+
mso-line-height-rule:exactly;
|
356
|
+
mso-pagination:widow-orphan;
|
357
|
+
mso-hyphenate:none;
|
358
|
+
tab-stops:20.15pt;
|
359
|
+
font-size:16.0pt;
|
360
|
+
mso-bidi-font-size:11.0pt;
|
361
|
+
font-family:$headerfont;
|
362
|
+
mso-fareast-font-family:$headerfont;
|
363
|
+
mso-bidi-font-family:$headerfont;
|
364
|
+
mso-ansi-language:EN-GB;
|
365
|
+
font-weight:bold;
|
366
|
+
mso-bidi-font-weight:normal;}
|
367
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
368
|
+
{mso-style-name:zzSTDTitle;
|
369
|
+
mso-style-noshow:yes;
|
370
|
+
mso-style-unhide:no;
|
371
|
+
mso-style-next:Normal;
|
372
|
+
margin-top:0pt;
|
373
|
+
margin-right:0cm;
|
374
|
+
margin-bottom:18.0pt;
|
375
|
+
margin-left:0cm;
|
376
|
+
line-height:17.5pt;
|
377
|
+
mso-line-height-rule:exactly;
|
378
|
+
mso-pagination:widow-orphan;
|
379
|
+
mso-hyphenate:none;
|
380
|
+
tab-stops:20.15pt;
|
381
|
+
font-size:16.0pt;
|
382
|
+
mso-bidi-font-size:11.0pt;
|
383
|
+
font-family:$headerfont;
|
384
|
+
mso-fareast-font-family:$headerfont;
|
385
|
+
mso-bidi-font-family:$headerfont;
|
386
|
+
mso-ansi-language:EN-GB;
|
387
|
+
font-weight:bold;
|
388
|
+
mso-bidi-font-weight:normal;}
|
389
|
+
p.Quote, li.Quote, div.Quote
|
390
|
+
{mso-style-priority:99;
|
391
|
+
margin-top:0cm;
|
392
|
+
margin-right:36.0pt;
|
393
|
+
margin-bottom:0cm;
|
394
|
+
margin-left:36.0pt;
|
395
|
+
text-align:justify;
|
396
|
+
line-height:12.0pt;
|
397
|
+
mso-pagination:widow-orphan;
|
398
|
+
tab-stops:20.15pt;
|
399
|
+
font-size:10.5pt;
|
400
|
+
font-family:$bodyfont;
|
401
|
+
mso-fareast-font-family:$bodyfont;
|
402
|
+
mso-bidi-font-family:$bodyfont;
|
403
|
+
mso-ansi-language:EN-GB;}
|
404
|
+
p.QuoteAttribution
|
405
|
+
{text-align:right;
|
406
|
+
mso-style-priority:99;
|
407
|
+
margin-top:0cm;
|
408
|
+
margin-right:36.0pt;
|
409
|
+
margin-bottom:0cm;
|
410
|
+
margin-left:36.0pt;
|
411
|
+
line-height:12.0pt;
|
412
|
+
mso-pagination:widow-orphan;
|
413
|
+
tab-stops:20.15pt;
|
414
|
+
font-size:10.5pt;
|
415
|
+
font-family:$bodyfont;
|
416
|
+
mso-fareast-font-family:$bodyfont;
|
417
|
+
mso-bidi-font-family:$bodyfont;
|
418
|
+
mso-ansi-language:EN-GB;
|
419
|
+
}
|
420
|
+
p.Admonition, li.Admonition, div.Admonition
|
421
|
+
{mso-style-priority:99;
|
422
|
+
margin-top:0cm;
|
423
|
+
margin-right:57.6pt;
|
424
|
+
margin-bottom:0cm;
|
425
|
+
margin-left:57.6pt;
|
426
|
+
margin-bottom:.0001pt;
|
427
|
+
mso-pagination:widow-orphan;
|
428
|
+
border:none;
|
429
|
+
mso-border-alt:solid #4472C4 .25pt;
|
430
|
+
mso-border-themecolor:accent1;
|
431
|
+
padding:0cm;
|
432
|
+
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
433
|
+
font-size:12.0pt;
|
434
|
+
font-family:$bodyfont;
|
435
|
+
mso-ascii-font-family:$bodyfont;
|
436
|
+
mso-ascii-theme-font:minor-latin;
|
437
|
+
mso-fareast-font-family:$bodyfont;
|
438
|
+
mso-fareast-theme-font:minor-fareast;
|
439
|
+
mso-hansi-font-family:$bodyfont;
|
440
|
+
mso-hansi-theme-font:minor-latin;
|
441
|
+
mso-bidi-font-family:$bodyfont;
|
442
|
+
mso-bidi-theme-font:minor-bidi;
|
443
|
+
color:#4472C4;
|
444
|
+
mso-themecolor:accent1;
|
445
|
+
mso-ansi-language:EN-AU;
|
446
|
+
font-style:italic;}
|
447
|
+
p.Code, li.Code, div.Code
|
448
|
+
{mso-style-name:Code;
|
449
|
+
mso-style-priority:16;
|
450
|
+
mso-style-unhide:no;
|
451
|
+
mso-style-qformat:yes;
|
452
|
+
margin:0cm;
|
453
|
+
margin-bottom:.0001pt;
|
454
|
+
line-height:10.0pt;
|
455
|
+
mso-pagination:widow-orphan;
|
456
|
+
tab-stops:20.15pt;
|
457
|
+
font-size:9.0pt;
|
458
|
+
mso-bidi-font-size:11.0pt;
|
459
|
+
font-family:$monospacefont;
|
460
|
+
mso-fareast-font-family:Calibri;
|
461
|
+
mso-bidi-font-family:"Source Sans Pro";
|
462
|
+
mso-ansi-language:EN-GB;}
|
463
|
+
p.Formula, li.Formula, div.Formula
|
464
|
+
{mso-style-name:Formula;
|
465
|
+
mso-style-noshow:yes;
|
466
|
+
mso-style-unhide:no;
|
467
|
+
margin-top:0cm;
|
468
|
+
margin-right:0cm;
|
469
|
+
margin-bottom:11.0pt;
|
470
|
+
margin-left:20.15pt;
|
471
|
+
line-height:12.0pt;
|
472
|
+
mso-pagination:widow-orphan;
|
473
|
+
tab-stops:right 487.45pt;
|
474
|
+
font-size:10.5pt;
|
475
|
+
font-family:$bodyfont;
|
476
|
+
mso-fareast-font-family:$bodyfont;
|
477
|
+
mso-bidi-font-family:$bodyfont;
|
478
|
+
mso-ansi-language:EN-GB;}
|
479
|
+
@page WordSection1
|
480
|
+
{size:595.3pt 841.9pt;
|
481
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
482
|
+
mso-header-margin:35.45pt;
|
483
|
+
mso-footer-margin:14.2pt;
|
484
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
485
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
486
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
487
|
+
mso-paper-source:0;}
|
488
|
+
div.WordSection1
|
489
|
+
{page:WordSection1;}
|
490
|
+
@page WordSection2
|
491
|
+
{size:595.3pt 841.9pt;
|
492
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
493
|
+
mso-header-margin:35.45pt;
|
494
|
+
mso-footer-margin:14.2pt;
|
495
|
+
mso-page-numbers:roman-lower;
|
496
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
497
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
498
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
499
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
500
|
+
mso-paper-source:0;}
|
501
|
+
div.WordSection2
|
502
|
+
{page:WordSection2;}
|
503
|
+
@page WordSection3
|
504
|
+
{size:595.3pt 841.9pt;
|
505
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
506
|
+
mso-header-margin:35.45pt;
|
507
|
+
mso-footer-margin:14.2pt;
|
508
|
+
mso-page-numbers:1;
|
509
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
510
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
511
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
512
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
513
|
+
mso-paper-source:0;}
|
514
|
+
div.WordSection3
|
515
|
+
{page:WordSection3;}
|
516
|
+
ol
|
517
|
+
{margin-bottom:0cm;}
|
518
|
+
ul
|
519
|
+
{margin-bottom:0cm;}
|
520
|
+
table.MsoISOTable
|
521
|
+
{mso-style-name:"Table ISO";
|
522
|
+
mso-tstyle-rowband-size:0;
|
523
|
+
mso-tstyle-colband-size:0;
|
524
|
+
mso-style-noshow:yes;
|
525
|
+
mso-style-priority:99;
|
526
|
+
mso-style-parent:"";
|
527
|
+
mso-padding-alt:0cm 2.85pt 0cm 2.85pt;
|
528
|
+
mso-para-margin:0cm;
|
529
|
+
mso-para-margin-bottom:.0001pt;
|
530
|
+
mso-pagination:widow-orphan;
|
531
|
+
border-collapse:collapse;
|
532
|
+
mso-table-layout-alt:fixed;
|
533
|
+
border:solid windowtext 2pt;
|
534
|
+
mso-border-alt:solid windowtext 2pt;
|
535
|
+
mso-yfti-tbllook:480;
|
536
|
+
mso-border-insideh:.75pt solid windowtext;
|
537
|
+
mso-border-insidev:.75pt solid windowtext;
|
538
|
+
font-size:10.0pt;
|
539
|
+
font-family:$bodyfont;}
|
540
|
+
table.MsoISOTable tr
|
541
|
+
{page-break-inside:avoid;}
|
542
|
+
table.MsoISOTable th
|
543
|
+
{border:solid windowtext 1pt;
|
544
|
+
mso-border-alt:solid windowtext 1pt;
|
545
|
+
padding:0cm 2.85pt 0cm 2.85pt;}
|
546
|
+
table.MsoISOTable td
|
547
|
+
{border:solid windowtext 1pt;
|
548
|
+
mso-border-alt:solid windowtext 1pt;
|
549
|
+
padding:0cm 2.85pt 0cm 2.85pt;}
|
550
|
+
table.MsoTableGrid
|
551
|
+
{mso-style-name:"Table Grid";
|
552
|
+
mso-tstyle-rowband-size:0;
|
553
|
+
mso-tstyle-colband-size:0;
|
554
|
+
mso-style-priority:39;
|
555
|
+
mso-style-unhide:no;
|
556
|
+
border:solid windowtext 1.0pt;
|
557
|
+
mso-border-alt:solid windowtext .5pt;
|
558
|
+
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
|
559
|
+
mso-border-insideh:.5pt solid windowtext;
|
560
|
+
mso-border-insidev:.5pt solid windowtext;
|
561
|
+
mso-para-margin:0cm;
|
562
|
+
mso-para-margin-bottom:.0001pt;
|
563
|
+
mso-pagination:widow-orphan;
|
564
|
+
font-size:10.0pt;
|
565
|
+
font-family:$bodyfont;}
|
566
|
+
td { page-break-inside:avoid; }
|
567
|
+
tr { page-break-after:avoid; }
|
568
|
+
span.stem
|
569
|
+
{font-family:"Cambria Math",serif;
|
570
|
+
mso-ascii-font-family:"Cambria Math";
|
571
|
+
font-style:
|
572
|
+
italic;}
|
573
|
+
div.formula
|
574
|
+
{tab-stops:right 487.45pt;}
|
575
|
+
body
|
576
|
+
{tab-interval:36.0pt;}
|
577
|
+
dt
|
578
|
+
{page-break-inside:avoid;
|
579
|
+
page-break-after:avoid}
|
580
|
+
.coverpage_docnumber
|
581
|
+
{text-align:center;
|
582
|
+
font-size:14.0pt;
|
583
|
+
font-weight:bold;}
|
584
|
+
.coverpage_techcommittee
|
585
|
+
{text-align:center;
|
586
|
+
font-size:12.0pt}
|
587
|
+
.coverpage_docstage
|
588
|
+
{text-align:center;
|
589
|
+
font-size:30.0pt;
|
590
|
+
color:#485094;}
|
591
|
+
div.coverpage_warning
|
592
|
+
{mso-element:para-border-div;
|
593
|
+
border:solid windowtext 1.0pt #485094;
|
594
|
+
mso-border-alt:solid windowtext .5pt;
|
595
|
+
padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
596
|
+
font-size:10.0pt;
|
597
|
+
margin-left:4.25pt;
|
598
|
+
margin-right:4.25pt}
|
599
|
+
.coverpage_warning
|
600
|
+
{color:#485094;
|
601
|
+
font-size:10.0pt;}
|
602
|
+
|
603
|
+
a.TableFootnoteRef
|
604
|
+
{mso-style-priority:99;
|
605
|
+
vertical-align:super;}
|
606
|
+
|
607
|
+
aside {
|
608
|
+
font-size:10.0pt;
|
609
|
+
}
|
610
|
+
|
611
|
+
.example-title {
|
612
|
+
font-weight: bold;
|
613
|
+
margin-left: -36.0pt;
|
614
|
+
}
|
615
|
+
|
616
|
+
p.example, li.example, div.example, td.example {
|
617
|
+
margin-top: 0cm;
|
618
|
+
margin-right: 36.0pt;
|
619
|
+
margin-bottom: 0cm;
|
620
|
+
margin-left: 36.0pt;
|
621
|
+
mso-pagination:none;
|
622
|
+
font-size:10.0pt;
|
623
|
+
font-family:$bodyfont;}
|
624
|
+
|
625
|
+
td.example p.MsoListParagraph {
|
626
|
+
font-size: 10.0pt;
|
627
|
+
}
|
628
|
+
|
629
|
+
|
630
|
+
td.example p.MsoListParagraph {
|
631
|
+
font-size: 10.0pt;
|
632
|
+
}
|
633
|
+
|
634
|
+
span.note_label, span.example_label, td.example_label, td.note_label
|
635
|
+
{
|
636
|
+
font-size: 10.0pt;
|
637
|
+
font-family:$bodyfont;
|
638
|
+
}
|
639
|
+
|
640
|
+
table.dl
|
641
|
+
{margin-top:0cm;
|
642
|
+
margin-right:0cm;
|
643
|
+
margin-bottom:11.0pt;
|
644
|
+
margin-left:20.15pt;}
|