asciidoctor-gb 0.1.5 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.tb.yml +20 -10
- data/LICENSE +25 -0
- data/README.adoc +262 -34
- data/asciidoctor-gb.gemspec +2 -1
- data/bin/rspec +18 -0
- data/lib/asciidoctor/gb/biblio.rng +602 -0
- data/lib/asciidoctor/gb/converter.rb +104 -70
- data/lib/asciidoctor/gb/front.rb +109 -61
- data/lib/asciidoctor/gb/gbstandard.rng +135 -31
- data/lib/asciidoctor/gb/html/gb-logos/gb-issuer-default.gif +0 -0
- data/lib/asciidoctor/gb/html/gb-logos/gb-issuer-default.png +0 -0
- data/lib/asciidoctor/gb/html/gb-logos/gb-issuer-default.svg +980 -0
- data/lib/asciidoctor/gb/html/{gb.css → gb.scss} +133 -219
- data/lib/asciidoctor/gb/html/html_gb_intro.html +1 -37
- data/lib/asciidoctor/gb/html/html_gb_titlepage.html +6 -5
- data/lib/asciidoctor/gb/html/{htmlstyle.css → htmlstyle.scss} +85 -3
- data/lib/asciidoctor/gb/html/word_gb_intro.html +1 -1
- data/lib/asciidoctor/gb/html/word_gb_titlepage.html +320 -166
- data/lib/asciidoctor/gb/html/{wordstyle.css → wordstyle.scss} +605 -429
- data/lib/asciidoctor/gb/isodoc.rng +36 -564
- data/lib/asciidoctor/gb/isostandard.rng +198 -91
- data/lib/asciidoctor/gb/section_input.rb +21 -56
- data/lib/asciidoctor/gb/validate.rb +115 -0
- data/lib/asciidoctor/gb/version.rb +1 -1
- data/lib/asciidoctor-gb.rb +2 -1
- data/lib/isodoc/gb/agencies.rb +327 -0
- data/lib/isodoc/gb/block_output.rb +86 -0
- data/lib/isodoc/gb/gbcleanup.rb +87 -0
- data/lib/isodoc/gb/gbconvert.rb +153 -0
- data/lib/isodoc/gb/gbwordconvert.rb +89 -0
- data/lib/isodoc/gb/html/blank.png +0 -0
- data/lib/isodoc/gb/html/footer.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-issuer-default.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-issuer-default.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-issuer-default.svg +980 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-db.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-db.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-db.svg +1 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gb.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gb.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gb.svg +1 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gjb.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gjb.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gjb.svg +1 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gm.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gm.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-gm.svg +1 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-jjf.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-jjf.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-jjf.svg +1 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-zb.gif +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-zb.png +0 -0
- data/lib/isodoc/gb/html/gb-logos/gb-standard-zb.svg +13 -0
- data/lib/isodoc/gb/html/gb.scss +556 -0
- data/lib/isodoc/gb/html/header.html +216 -0
- data/lib/isodoc/gb/html/html_gb_intro.html +9 -0
- data/lib/isodoc/gb/html/html_gb_titlepage.html +99 -0
- data/lib/isodoc/gb/html/htmlstyle.scss +269 -0
- data/lib/isodoc/gb/html/logo.png +0 -0
- data/lib/isodoc/gb/html/scripts.html +71 -0
- data/lib/isodoc/gb/html/word_gb_intro.html +3 -0
- data/lib/isodoc/gb/html/word_gb_titlepage.html +388 -0
- data/lib/isodoc/gb/html/wordstyle.scss +2543 -0
- data/lib/isodoc/gb/i18n-en.yaml +12 -0
- data/lib/isodoc/gb/i18n-zh-Hans.yaml +12 -0
- data/lib/isodoc/gb/i18n.rb +20 -0
- data/lib/isodoc/gb/metadata.rb +216 -0
- data/lib/{asciidoctor → isodoc}/gb/section_output.rb +22 -4
- data/lib/isodoc/gb/xref_gen.rb +17 -0
- metadata +75 -15
- data/lib/asciidoctor/gb/agencies.rb +0 -186
- data/lib/asciidoctor/gb/gbconvert.rb +0 -86
- data/lib/asciidoctor/gb/metadata.rb +0 -186
- data/lib/asciidoctor/gb/xref_gen.rb +0 -25
@@ -11,7 +11,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
|
11
11
|
mso-pagination:widow-orphan;
|
12
12
|
tab-stops:20.15pt;
|
13
13
|
font-size:9.0pt;
|
14
|
-
font-family
|
14
|
+
font-family:$monospacefont;
|
15
15
|
mso-fareast-font-family:Calibri;
|
16
16
|
mso-bidi-font-family:"Courier New";
|
17
17
|
mso-ansi-language:EN-GB;}
|
@@ -28,9 +28,9 @@ p.Biblio, li.Biblio, div.Biblio
|
|
28
28
|
line-height:12.0pt;
|
29
29
|
mso-pagination:widow-orphan;
|
30
30
|
font-size:11.0pt;
|
31
|
-
font-family
|
32
|
-
mso-fareast-font-family
|
33
|
-
mso-bidi-font-family
|
31
|
+
font-family:$bodyfont;
|
32
|
+
mso-fareast-font-family:$bodyfont;
|
33
|
+
mso-bidi-font-family:$bodyfont;
|
34
34
|
mso-ansi-language:EN-GB;}
|
35
35
|
p.FigureTitle
|
36
36
|
{mso-style-unhide:no;
|
@@ -38,17 +38,17 @@ p.FigureTitle
|
|
38
38
|
mso-style-parent:"";
|
39
39
|
margin-top:0cm;
|
40
40
|
margin-right:0cm;
|
41
|
-
margin-bottom:
|
41
|
+
margin-bottom:12.0pt;
|
42
42
|
margin-left:0cm;
|
43
43
|
text-align:center;
|
44
44
|
line-height:12.0pt;
|
45
45
|
page-break-before:avoid;
|
46
46
|
mso-pagination:widow-orphan;
|
47
47
|
tab-stops:20.15pt;
|
48
|
-
font-size:
|
49
|
-
font-family
|
50
|
-
mso-fareast-font-family
|
51
|
-
mso-bidi-font-family
|
48
|
+
font-size:10.5pt;
|
49
|
+
font-family:$headerfont;
|
50
|
+
mso-fareast-font-family:$headerfont;
|
51
|
+
mso-bidi-font-family:$headerfont;
|
52
52
|
mso-ansi-language:EN-GB;}
|
53
53
|
p.TableTitle
|
54
54
|
{mso-style-unhide:no;
|
@@ -56,37 +56,62 @@ p.TableTitle
|
|
56
56
|
mso-style-parent:"";
|
57
57
|
margin-top:0cm;
|
58
58
|
margin-right:0cm;
|
59
|
-
margin-bottom:
|
59
|
+
margin-bottom:12.0pt;
|
60
60
|
margin-left:0cm;
|
61
61
|
text-align:center;
|
62
62
|
page-break-after:avoid;
|
63
63
|
line-height:12.0pt;
|
64
64
|
mso-pagination:widow-orphan;
|
65
65
|
tab-stops:20.15pt;
|
66
|
-
font-size:
|
67
|
-
font-family
|
68
|
-
mso-fareast-font-family
|
69
|
-
mso-bidi-font-family
|
66
|
+
font-size:10.5pt;
|
67
|
+
font-family:$headerfont;
|
68
|
+
mso-fareast-font-family:$headerfont;
|
69
|
+
mso-bidi-font-family:$headerfont;
|
70
70
|
mso-ansi-language:EN-GB;}
|
71
|
-
p.Note,
|
71
|
+
p.Note, li.Note, td.Note
|
72
72
|
{mso-style-unhide:no;
|
73
73
|
mso-style-qformat:yes;
|
74
74
|
mso-style-parent:"";
|
75
75
|
margin-top:0in;
|
76
76
|
margin-right:0in;
|
77
77
|
margin-bottom:0in;
|
78
|
-
|
78
|
+
tab-stops:20.15pt;
|
79
|
+
/*
|
80
|
+
margin-left:45.0pt;
|
81
|
+
text-indent:-18.0pt;
|
82
|
+
*/
|
83
|
+
margin-left:0pt;
|
79
84
|
margin-bottom:.0001pt;
|
80
85
|
text-align:justify;
|
81
86
|
text-justify:inter-ideograph;
|
82
87
|
mso-pagination:widow-orphan;
|
88
|
+
font-size:9.0pt;
|
89
|
+
text-autospace:none;
|
90
|
+
mso-bidi-font-size:11.0pt;
|
91
|
+
font-family:$bodyfont;
|
92
|
+
mso-fareast-font-family:$bodyfont;
|
93
|
+
mso-bidi-font-family:$bodyfont;
|
94
|
+
mso-ansi-language:EN-GB;}
|
95
|
+
p.TableFootnote, li.TableFootnote
|
96
|
+
{mso-style-unhide:no;
|
97
|
+
mso-style-qformat:yes;
|
98
|
+
mso-style-parent:"";
|
99
|
+
margin-top:0in;
|
100
|
+
margin-right:0in;
|
101
|
+
margin-bottom:0in;
|
102
|
+
margin-left:36.0pt;
|
83
103
|
tab-stops:20.15pt;
|
104
|
+
text-indent:-9.0pt;
|
105
|
+
margin-bottom:.0001pt;
|
106
|
+
text-align:justify;
|
107
|
+
text-justify:inter-ideograph;
|
108
|
+
mso-pagination:widow-orphan;
|
84
109
|
font-size:9.0pt;
|
85
110
|
text-autospace:none;
|
86
111
|
mso-bidi-font-size:11.0pt;
|
87
|
-
font-family
|
88
|
-
mso-fareast-font-family
|
89
|
-
mso-bidi-font-family
|
112
|
+
font-family:$bodyfont;
|
113
|
+
mso-fareast-font-family:$bodyfont;
|
114
|
+
mso-bidi-font-family:$bodyfont;
|
90
115
|
mso-ansi-language:EN-GB;}
|
91
116
|
p.ANNEX, li.ANNEX, div.ANNEX
|
92
117
|
{mso-style-name:ANNEX;
|
@@ -109,9 +134,9 @@ p.ANNEX, li.ANNEX, div.ANNEX
|
|
109
134
|
tab-stops:20.15pt;
|
110
135
|
font-size:14.0pt;
|
111
136
|
mso-bidi-font-size:11.0pt;
|
112
|
-
font-family
|
113
|
-
mso-fareast-font-family
|
114
|
-
mso-bidi-font-family
|
137
|
+
font-family:$headerfont;
|
138
|
+
mso-fareast-font-family:$headerfont;
|
139
|
+
mso-bidi-font-family:$headerfont;
|
115
140
|
mso-ansi-language:EN-GB;
|
116
141
|
mso-fareast-language:ZH-CN;
|
117
142
|
font-weight:bold;
|
@@ -131,9 +156,9 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
|
131
156
|
tab-stops:20.15pt;
|
132
157
|
font-size:14.0pt;
|
133
158
|
mso-bidi-font-size:11.0pt;
|
134
|
-
font-family
|
135
|
-
mso-fareast-font-family
|
136
|
-
mso-bidi-font-family
|
159
|
+
font-family:$headerfont;
|
160
|
+
mso-fareast-font-family:$headerfont;
|
161
|
+
mso-bidi-font-family:$headerfont;
|
137
162
|
mso-ansi-language:EN-GB;
|
138
163
|
font-weight:bold;
|
139
164
|
mso-bidi-font-weight:normal;}
|
@@ -150,82 +175,10 @@ p.Definition, li.Definition, div.Definition
|
|
150
175
|
mso-pagination:widow-orphan;
|
151
176
|
tab-stops:20.15pt;
|
152
177
|
font-size:11.0pt;
|
153
|
-
font-family
|
154
|
-
mso-fareast-font-family
|
155
|
-
mso-bidi-font-family
|
178
|
+
font-family:$bodyfont;
|
179
|
+
mso-fareast-font-family:$bodyfont;
|
180
|
+
mso-bidi-font-family:$bodyfont;
|
156
181
|
mso-ansi-language:EN-GB;}
|
157
|
-
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle, h1.ForewordTitle
|
158
|
-
{mso-style-name:"Foreword Title";
|
159
|
-
mso-style-noshow:yes;
|
160
|
-
mso-style-unhide:no;
|
161
|
-
margin-top:32.0pt;
|
162
|
-
margin-right:0cm;
|
163
|
-
margin-bottom:28.0pt;
|
164
|
-
margin-left:0cm;
|
165
|
-
text-align:center;
|
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:16.0pt;
|
174
|
-
mso-bidi-font-size:11.0pt;
|
175
|
-
font-family:SimSun,serif;
|
176
|
-
mso-fareast-font-family:SimHei;
|
177
|
-
mso-bidi-font-family:"Source Sans Pro";
|
178
|
-
mso-ansi-language:EN-GB;
|
179
|
-
mso-fareast-language:ZH-CN;
|
180
|
-
mso-bidi-font-weight:normal;}
|
181
|
-
p.IntroTitle, li.IntroTitle, div.IntroTitle, h1.IntroTitle
|
182
|
-
{mso-style-name:"Intro Title";
|
183
|
-
mso-style-noshow:yes;
|
184
|
-
mso-style-unhide:no;
|
185
|
-
margin-top:32.0pt;
|
186
|
-
margin-right:0cm;
|
187
|
-
margin-bottom:28.0pt;
|
188
|
-
margin-left:0cm;
|
189
|
-
text-align:center;
|
190
|
-
line-height:15.5pt;
|
191
|
-
page-break-before:always;
|
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:16.0pt;
|
198
|
-
mso-bidi-font-size:11.0pt;
|
199
|
-
font-family:SimSun,serif;
|
200
|
-
mso-fareast-font-family:SimHei;
|
201
|
-
mso-bidi-font-family:"Source Sans Pro";
|
202
|
-
mso-ansi-language:EN-GB;
|
203
|
-
mso-fareast-language:ZH-CN;
|
204
|
-
mso-bidi-font-weight:normal;}
|
205
|
-
p.zzContents, li.zzContents, div.zzContents
|
206
|
-
{mso-style-name:zzContents;
|
207
|
-
mso-style-noshow:yes;
|
208
|
-
mso-style-unhide:no;
|
209
|
-
mso-style-next:"TOC 1";
|
210
|
-
margin-top:48.0pt;
|
211
|
-
margin-right:0cm;
|
212
|
-
margin-bottom:15.5pt;
|
213
|
-
margin-left:0cm;
|
214
|
-
text-align:center;
|
215
|
-
line-height:15.5pt;
|
216
|
-
mso-line-height-rule:exactly;
|
217
|
-
page-break-before:always;
|
218
|
-
mso-pagination:widow-orphan;
|
219
|
-
page-break-after:avoid;
|
220
|
-
mso-hyphenate:none;
|
221
|
-
tab-stops:20.15pt;
|
222
|
-
font-size:16.0pt;
|
223
|
-
mso-bidi-font-size:11.0pt;
|
224
|
-
font-family:SimSun,serif;
|
225
|
-
mso-fareast-font-family:SimHei;
|
226
|
-
mso-bidi-font-family:"Source Sans Pro";
|
227
|
-
mso-ansi-language:EN-GB;
|
228
|
-
mso-bidi-font-weight:normal;}
|
229
182
|
p.zzCopyright, li.zzCopyright
|
230
183
|
{mso-style-name:zzCopyright;
|
231
184
|
mso-style-noshow:yes;
|
@@ -242,9 +195,9 @@ p.zzCopyright, li.zzCopyright
|
|
242
195
|
padding:0cm;
|
243
196
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
244
197
|
font-size:11.0pt;
|
245
|
-
font-family
|
246
|
-
mso-fareast-font-family
|
247
|
-
mso-bidi-font-family
|
198
|
+
font-family:$bodyfont;
|
199
|
+
mso-fareast-font-family:$bodyfont;
|
200
|
+
mso-bidi-font-family:$bodyfont;
|
248
201
|
mso-ansi-language:EN-GB;}
|
249
202
|
div.zzCopyright
|
250
203
|
{mso-element:para-border-div;
|
@@ -285,9 +238,9 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
285
238
|
tab-stops:20.15pt;
|
286
239
|
font-size:16.0pt;
|
287
240
|
mso-bidi-font-size:11.0pt;
|
288
|
-
font-family
|
289
|
-
mso-fareast-font-family
|
290
|
-
mso-bidi-font-family
|
241
|
+
font-family:$headerfont;
|
242
|
+
mso-fareast-font-family:$headerfont;
|
243
|
+
mso-bidi-font-family:$headerfont;
|
291
244
|
mso-ansi-language:EN-GB;
|
292
245
|
mso-bidi-font-weight:normal;}
|
293
246
|
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
@@ -307,9 +260,9 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
|
307
260
|
tab-stops:20.15pt;
|
308
261
|
font-size:16.0pt;
|
309
262
|
mso-bidi-font-size:11.0pt;
|
310
|
-
font-family
|
311
|
-
mso-fareast-font-family
|
312
|
-
mso-bidi-font-family
|
263
|
+
font-family:$headerfont;
|
264
|
+
mso-fareast-font-family:$headerfont;
|
265
|
+
mso-bidi-font-family:$headerfont;
|
313
266
|
mso-ansi-language:EN-GB;
|
314
267
|
mso-bidi-font-weight:normal;}
|
315
268
|
p.Quote, li.Quote, div.Quote
|
@@ -322,40 +275,30 @@ p.Quote, li.Quote, div.Quote
|
|
322
275
|
line-height:12.0pt;
|
323
276
|
mso-pagination:widow-orphan;
|
324
277
|
tab-stops:20.15pt;
|
325
|
-
font-size:
|
326
|
-
font-family
|
327
|
-
mso-fareast-font-family
|
328
|
-
mso-bidi-font-family
|
278
|
+
font-size:10.5pt;
|
279
|
+
font-family:$bodyfont;
|
280
|
+
mso-fareast-font-family:$bodyfont;
|
281
|
+
mso-bidi-font-family:$bodyfont;
|
329
282
|
mso-ansi-language:EN-GB;}
|
330
283
|
p.QuoteAttribution
|
331
284
|
{text-align:right;}
|
332
285
|
p.Admonition, li.Admonition, div.Admonition
|
333
286
|
{mso-style-priority:99;
|
334
|
-
margin-top:0cm;
|
335
|
-
margin-right:57.6pt;
|
336
|
-
margin-bottom:0cm;
|
337
|
-
margin-left:57.6pt;
|
338
|
-
margin-bottom:.0001pt;
|
339
287
|
mso-pagination:widow-orphan;
|
340
288
|
border:none;
|
341
|
-
mso-border-alt:solid #4472C4 .25pt;
|
342
|
-
mso-border-themecolor:accent1;
|
343
289
|
padding:0cm;
|
344
|
-
|
345
|
-
font-
|
346
|
-
font-family
|
347
|
-
mso-ascii-font-family:Calibri;
|
290
|
+
font-size:10.5pt;
|
291
|
+
font-family:$bodyfont;
|
292
|
+
mso-ascii-font-family:$bodyfont;
|
348
293
|
mso-ascii-theme-font:minor-latin;
|
349
|
-
font-family
|
350
|
-
mso-fareast-font-
|
351
|
-
mso-hansi-font-family
|
294
|
+
mso-fareast-font-family:$bodyfont;
|
295
|
+
mso-fareast-theme-font:minor-fareast;
|
296
|
+
mso-hansi-font-family:$bodyfont;
|
352
297
|
mso-hansi-theme-font:minor-latin;
|
353
|
-
mso-bidi-font-family
|
298
|
+
mso-bidi-font-family:$bodyfont;
|
354
299
|
mso-bidi-theme-font:minor-bidi;
|
355
|
-
|
356
|
-
mso-
|
357
|
-
mso-ansi-language:EN-AU;
|
358
|
-
font-style:italic;}
|
300
|
+
font-weight:bold;
|
301
|
+
mso-ansi-language:EN-GB;}
|
359
302
|
p.Code, li.Code, div.Code
|
360
303
|
{mso-style-name:Code;
|
361
304
|
mso-style-priority:16;
|
@@ -368,7 +311,7 @@ p.Code, li.Code, div.Code
|
|
368
311
|
tab-stops:20.15pt;
|
369
312
|
font-size:9.0pt;
|
370
313
|
mso-bidi-font-size:11.0pt;
|
371
|
-
font-family
|
314
|
+
font-family:$monospacefont;
|
372
315
|
mso-fareast-font-family:Calibri;
|
373
316
|
mso-bidi-font-family:"Source Sans Pro";
|
374
317
|
mso-ansi-language:EN-GB;}
|
@@ -382,75 +325,12 @@ p.Formula, li.Formula, div.Formula
|
|
382
325
|
margin-left:20.15pt;
|
383
326
|
line-height:12.0pt;
|
384
327
|
mso-pagination:widow-orphan;
|
385
|
-
tab-stops:right 487.45pt;
|
328
|
+
tab-stops:center 212.65pt right 487.45pt;
|
386
329
|
font-size:11.0pt;
|
387
|
-
font-family
|
388
|
-
mso-fareast-font-family
|
389
|
-
mso-bidi-font-family
|
330
|
+
font-family:$bodyfont;
|
331
|
+
mso-fareast-font-family:$bodyfont;
|
332
|
+
mso-bidi-font-family:$bodyfont;
|
390
333
|
mso-ansi-language:EN-GB;}
|
391
|
-
.h2Annex
|
392
|
-
{mso-style-priority:2;
|
393
|
-
mso-style-unhide:no;
|
394
|
-
mso-style-qformat:yes;
|
395
|
-
mso-style-parent:"Heading 1";
|
396
|
-
mso-style-link:"Heading 2 Char";
|
397
|
-
mso-style-next:Normal;
|
398
|
-
margin-top:7.8pt;
|
399
|
-
margin-right:0cm;
|
400
|
-
margin-bottom:7.8pt;
|
401
|
-
margin-left:0cm;
|
402
|
-
mso-para-margin-top:.5gd;
|
403
|
-
mso-para-margin-right:0cm;
|
404
|
-
mso-para-margin-bottom:.5gd;
|
405
|
-
mso-para-margin-left:0cm;
|
406
|
-
text-indent:0cm;
|
407
|
-
line-height:12.5pt;
|
408
|
-
mso-pagination:widow-orphan;
|
409
|
-
page-break-after:avoid;
|
410
|
-
mso-outline-level:2;
|
411
|
-
mso-hyphenate:none;
|
412
|
-
tab-stops:27.0pt 35.0pt;
|
413
|
-
font-size:10.5pt;
|
414
|
-
mso-bidi-font-size:10.0pt;
|
415
|
-
font-family:SimSun,serif;
|
416
|
-
mso-fareast-font-family:SimHei;
|
417
|
-
mso-ansi-language:EN-GB;
|
418
|
-
mso-fareast-language:ZH-CN;
|
419
|
-
mso-bidi-font-weight:normal;}
|
420
|
-
@page WordSection1
|
421
|
-
{size:595.3pt 841.9pt;
|
422
|
-
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
423
|
-
mso-header-margin:35.45pt;
|
424
|
-
mso-footer-margin:14.2pt;
|
425
|
-
mso-paper-source:0;}
|
426
|
-
div.WordSection1
|
427
|
-
{page:WordSection1;}
|
428
|
-
@page WordSection2
|
429
|
-
{size:595.3pt 841.9pt;
|
430
|
-
margin:1.0in 1.25in 1.0in 1.25in;
|
431
|
-
mso-header-margin:0.59in;
|
432
|
-
mso-footer-margin:0.69in;
|
433
|
-
mso-page-numbers:roman-upper 1;
|
434
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
435
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
436
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
437
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
438
|
-
mso-paper-source:0;}
|
439
|
-
div.WordSection2
|
440
|
-
{page:WordSection2;}
|
441
|
-
@page WordSection3
|
442
|
-
{size:595.3pt 841.9pt;
|
443
|
-
margin:1.0in 1.25in 1.0in 1.25in;
|
444
|
-
mso-header-margin:0.59in;
|
445
|
-
mso-footer-margin:0.69in;
|
446
|
-
mso-page-numbers:1;
|
447
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
448
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
449
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
450
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
451
|
-
mso-paper-source:0;}
|
452
|
-
div.WordSection3
|
453
|
-
{page:WordSection3;}
|
454
334
|
ol
|
455
335
|
{margin-bottom:0cm;}
|
456
336
|
ul
|
@@ -466,6 +346,7 @@ table.MsoISOTable
|
|
466
346
|
mso-para-margin:0cm;
|
467
347
|
mso-para-margin-bottom:.0001pt;
|
468
348
|
mso-pagination:widow-orphan;
|
349
|
+
margin-bottom:12.0pt;
|
469
350
|
border-collapse:collapse;
|
470
351
|
mso-table-layout-alt:fixed;
|
471
352
|
border:solid windowtext 2pt;
|
@@ -474,8 +355,8 @@ table.MsoISOTable
|
|
474
355
|
mso-border-insideh:.75pt solid windowtext;
|
475
356
|
mso-border-insidev:.75pt solid windowtext;
|
476
357
|
font-size:10.0pt;
|
477
|
-
font-family
|
478
|
-
mso-fareast-font-family
|
358
|
+
font-family:$bodyfont;
|
359
|
+
mso-fareast-font-family:$bodyfont;}
|
479
360
|
table.MsoISOTable tr
|
480
361
|
{page-break-inside:avoid;}
|
481
362
|
table.MsoISOTable th
|
@@ -501,8 +382,8 @@ table.MsoTableGrid
|
|
501
382
|
mso-para-margin-bottom:.0001pt;
|
502
383
|
mso-pagination:widow-orphan;
|
503
384
|
font-size:10.0pt;
|
504
|
-
font-family
|
505
|
-
mso-fareast-font-family
|
385
|
+
font-family:$bodyfont;
|
386
|
+
mso-fareast-font-family:$bodyfont;}
|
506
387
|
td { page-break-inside:avoid; }
|
507
388
|
tr { page-break-after:avoid; }
|
508
389
|
span.stem
|
@@ -511,7 +392,7 @@ span.stem
|
|
511
392
|
font-style:
|
512
393
|
italic;}
|
513
394
|
div.formula
|
514
|
-
{tab-stops:right 487.45pt;}
|
395
|
+
{tab-stops:center 212.65pt right 487.45pt;}
|
515
396
|
body
|
516
397
|
{tab-interval:21.0pt;
|
517
398
|
text-justify-trim:punctuation}
|
@@ -540,7 +421,7 @@ div.coverpage_warning
|
|
540
421
|
font-size:10.0pt;}
|
541
422
|
.coverpage_footer
|
542
423
|
{text-align:center;
|
543
|
-
font-family
|
424
|
+
font-family:$headerfont;}
|
544
425
|
.coverpage_footer table
|
545
426
|
{text-align:left;
|
546
427
|
margin-left:auto;
|
@@ -561,7 +442,10 @@ div.example {
|
|
561
442
|
mso-margin-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
562
443
|
}
|
563
444
|
*/
|
564
|
-
|
445
|
+
table.example, table.Note {
|
446
|
+
margin-left: 21.0pt;
|
447
|
+
}
|
448
|
+
p.example, li.example, div.example, td.example, td.example p
|
565
449
|
{mso-style-name:示例; /* NAME: Example */
|
566
450
|
mso-style-unhide:no;
|
567
451
|
mso-style-parent:"";
|
@@ -570,13 +454,13 @@ p.example, li.example, div.example
|
|
570
454
|
margin-bottom:.0001pt;
|
571
455
|
text-align:justify;
|
572
456
|
text-justify:inter-ideograph;
|
573
|
-
text-indent:18.15pt;
|
457
|
+
/* text-indent:18.15pt;
|
458
|
+
mso-list:l2 level1 lfo1; */
|
574
459
|
mso-pagination:none;
|
575
|
-
mso-list:l2 level1 lfo1;
|
576
460
|
font-size:9.0pt;
|
577
|
-
font-family
|
578
|
-
mso-hansi-font-family
|
579
|
-
mso-bidi-font-family
|
461
|
+
font-family:$bodyfont;
|
462
|
+
mso-hansi-font-family:$bodyfont;
|
463
|
+
mso-bidi-font-family:$bodyfont;}
|
580
464
|
p.leftpagenumber, li.leftpagenumber, div.leftpagenumber
|
581
465
|
{mso-style-name:leftpagenumber;
|
582
466
|
mso-style-priority:99;
|
@@ -590,8 +474,8 @@ p.leftpagenumber, li.leftpagenumber, div.leftpagenumber
|
|
590
474
|
margin-bottom:.0001pt;
|
591
475
|
mso-pagination:widow-orphan;
|
592
476
|
font-size:9.0pt;
|
593
|
-
font-family
|
594
|
-
mso-fareast-font-family
|
477
|
+
font-family:$bodyfont;
|
478
|
+
mso-fareast-font-family:$bodyfont;
|
595
479
|
mso-ansi-language:EN-US;
|
596
480
|
mso-fareast-language:ZH-CN;}
|
597
481
|
p.rightpagenumber, li.rightpagenumber, div.rightpagenumber
|
@@ -608,8 +492,8 @@ p.rightpagenumber, li.rightpagenumber, div.rightpagenumber
|
|
608
492
|
text-align:right;
|
609
493
|
mso-pagination:widow-orphan;
|
610
494
|
font-size:9.0pt;
|
611
|
-
font-family
|
612
|
-
mso-fareast-font-family
|
495
|
+
font-family:$bodyfont;
|
496
|
+
mso-fareast-font-family:$bodyfont;
|
613
497
|
mso-ansi-language:EN-US;
|
614
498
|
mso-fareast-language:ZH-CN;}
|
615
499
|
p.supersedes, li.supersedes, div.supersedes
|
@@ -637,6 +521,36 @@ p.supersedes, li.supersedes, div.supersedes
|
|
637
521
|
mso-height-rule:exactly;
|
638
522
|
mso-element-anchor-lock:locked;
|
639
523
|
font-size:10.5pt;
|
640
|
-
font-family
|
641
|
-
mso-hansi-font-family
|
642
|
-
mso-bidi-font-family
|
524
|
+
font-family:$bodyfont;
|
525
|
+
mso-hansi-font-family:$bodyfont;
|
526
|
+
mso-bidi-font-family:$bodyfont;}
|
527
|
+
table.dl
|
528
|
+
{margin-top:0cm;
|
529
|
+
margin-right:0cm;
|
530
|
+
margin-bottom:11.0pt;
|
531
|
+
margin-left:20.15pt;}
|
532
|
+
span.note_label, span.example_label, td.example_label, td.note_label
|
533
|
+
{
|
534
|
+
font-size: 9.0pt;
|
535
|
+
font-family:$headerfont;
|
536
|
+
}
|
537
|
+
p.dl {
|
538
|
+
margin-left:0pt;
|
539
|
+
font-size:10.5pt;
|
540
|
+
}
|
541
|
+
div.figure {
|
542
|
+
margin-top:12pt;
|
543
|
+
}
|
544
|
+
span.ccs_label {
|
545
|
+
font-weight: bold;
|
546
|
+
font-family: $bodyfont;
|
547
|
+
}
|
548
|
+
span.ccs {
|
549
|
+
font-family: $headerfont;
|
550
|
+
}
|
551
|
+
span.zh {
|
552
|
+
font-family: SimSun,serif;
|
553
|
+
}
|
554
|
+
span.en {
|
555
|
+
font-family: Cambria,serif;
|
556
|
+
}
|