metanorma-iho 0.2.4 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +66 -0
- data/README.adoc +3 -1
- data/lib/asciidoctor/iho/basicdoc.rng +32 -0
- data/lib/asciidoctor/iho/isodoc.rng +29 -44
- data/lib/isodoc/iho/base_convert.rb +0 -1
- data/lib/isodoc/iho/html/htmlstyle.css +8 -4
- data/lib/isodoc/iho/html/htmlstyle.scss +2 -2
- data/lib/isodoc/iho/html/iho.css +71 -71
- data/lib/isodoc/iho/html/iho.scss +71 -71
- data/lib/isodoc/iho/html/wordstyle.css +55 -55
- data/lib/isodoc/iho/html/wordstyle.scss +55 -55
- data/lib/isodoc/iho/iho.specification.xsl +450 -87
- data/lib/isodoc/iho/iho.standard.xsl +450 -87
- data/lib/isodoc/iho/metadata.rb +0 -8
- data/lib/isodoc/iho/xref.rb +2 -2
- data/lib/metanorma/iho/fonts_manifest.yaml +8 -0
- data/lib/metanorma/iho/processor.rb +0 -8
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -2
- data/metanorma.yml +14 -6
- metadata +6 -21
- data/.github/workflows/macos.yml +0 -41
- data/.github/workflows/ubuntu.yml +0 -45
- data/.github/workflows/windows.yml +0 -43
@@ -9,7 +9,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
|
|
9
9
|
text-align:left;
|
10
10
|
mso-pagination:widow-orphan;
|
11
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
|
12
|
+
font-size:$monospacefontsize;
|
13
13
|
font-family:$monospacefont;
|
14
14
|
mso-fareast-font-family:Calibri;
|
15
15
|
mso-bidi-font-family:"Courier New";
|
@@ -36,13 +36,13 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
|
|
36
36
|
mso-style-parent:"";
|
37
37
|
margin-top:0cm;
|
38
38
|
margin-right:0cm;
|
39
|
-
margin-bottom
|
39
|
+
margin-bottom:$normalfontsize;
|
40
40
|
margin-left:33.15pt;
|
41
41
|
text-indent:-33.15pt;
|
42
42
|
tab-stops: 33.15pt;
|
43
|
-
line-height
|
43
|
+
line-height:$normalfontsize;
|
44
44
|
mso-pagination:widow-orphan;
|
45
|
-
font-size
|
45
|
+
font-size:$normalfontsize;
|
46
46
|
font-weight:normal;
|
47
47
|
font-family:$bodyfont;
|
48
48
|
mso-fareast-font-family:$bodyfont;
|
@@ -57,11 +57,11 @@ p.FigureTitle
|
|
57
57
|
margin-bottom:6.0pt;
|
58
58
|
margin-left:0cm;
|
59
59
|
text-align:center;
|
60
|
-
line-height
|
60
|
+
line-height:$normalfontsize;
|
61
61
|
page-break-before:avoid;
|
62
62
|
mso-pagination:widow-orphan;
|
63
63
|
tab-stops:20.15pt;
|
64
|
-
font-size
|
64
|
+
font-size:$smallerfontsize;
|
65
65
|
font-weight:bold;
|
66
66
|
font-family:$bodyfont;
|
67
67
|
mso-fareast-font-family:$bodyfont;
|
@@ -76,11 +76,11 @@ p.SourceTitle
|
|
76
76
|
margin-bottom:6.0pt;
|
77
77
|
margin-left:0cm;
|
78
78
|
text-align:center;
|
79
|
-
line-height
|
79
|
+
line-height:$normalfontsize;
|
80
80
|
page-break-before:avoid;
|
81
81
|
mso-pagination:widow-orphan;
|
82
82
|
tab-stops:20.15pt;
|
83
|
-
font-size
|
83
|
+
font-size:$smallerfontsize;
|
84
84
|
font-weight:bold;
|
85
85
|
font-family:$bodyfont;
|
86
86
|
mso-fareast-font-family:$bodyfont;
|
@@ -95,11 +95,11 @@ p.AdmonitionTitle, p.RecommendationTitle
|
|
95
95
|
margin-bottom:6.0pt;
|
96
96
|
margin-left:0cm;
|
97
97
|
text-align:center;
|
98
|
-
line-height
|
98
|
+
line-height:$normalfontsize;
|
99
99
|
page-break-after:avoid;
|
100
100
|
mso-pagination:widow-orphan;
|
101
101
|
tab-stops:20.15pt;
|
102
|
-
font-size
|
102
|
+
font-size:$smallerfontsize;
|
103
103
|
font-weight:bold;
|
104
104
|
font-family:$bodyfont;
|
105
105
|
mso-fareast-font-family:$bodyfont;
|
@@ -115,10 +115,10 @@ p.TableTitle
|
|
115
115
|
margin-left:0cm;
|
116
116
|
text-align:center;
|
117
117
|
page-break-after:avoid;
|
118
|
-
line-height
|
118
|
+
line-height:$normalfontsize;
|
119
119
|
mso-pagination:widow-orphan;
|
120
120
|
tab-stops:20.15pt;
|
121
|
-
font-size
|
121
|
+
font-size:$smallerfontsize;
|
122
122
|
font-family:$bodyfont;
|
123
123
|
mso-fareast-font-family:$bodyfont;
|
124
124
|
mso-bidi-font-family:$bodyfont;
|
@@ -129,14 +129,14 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
|
129
129
|
mso-style-parent:"";
|
130
130
|
margin-top:0cm;
|
131
131
|
margin-right:0cm;
|
132
|
-
margin-bottom
|
132
|
+
margin-bottom:$normalfontsize;
|
133
133
|
margin-left:0cm;
|
134
134
|
text-align:justify;
|
135
|
-
line-height
|
135
|
+
line-height:$normalfontsize;
|
136
136
|
mso-pagination:widow-orphan;
|
137
137
|
tab-stops:20.15pt;
|
138
|
-
font-size
|
139
|
-
mso-bidi-font-size
|
138
|
+
font-size:$smallerfontsize;
|
139
|
+
mso-bidi-font-size:$smallerfontsize;
|
140
140
|
font-family:$bodyfont;
|
141
141
|
mso-fareast-font-family:$bodyfont;
|
142
142
|
mso-bidi-font-family:$bodyfont;
|
@@ -160,8 +160,8 @@ p.ANNEX, li.ANNEX, div.ANNEX
|
|
160
160
|
mso-outline-level:1;
|
161
161
|
mso-list:l0 level1 lfo12;
|
162
162
|
tab-stops:20.15pt;
|
163
|
-
font-size
|
164
|
-
mso-bidi-font-size
|
163
|
+
font-size:$normalfontsize;
|
164
|
+
mso-bidi-font-size:$smallerfontsize;
|
165
165
|
font-family:$headerfont;
|
166
166
|
color:#0E1A85;
|
167
167
|
mso-fareast-font-family:$headerfont;
|
@@ -182,8 +182,8 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
|
182
182
|
mso-pagination:widow-orphan;
|
183
183
|
mso-outline-level:1;
|
184
184
|
tab-stops:20.15pt;
|
185
|
-
font-size
|
186
|
-
mso-bidi-font-size
|
185
|
+
font-size:$normalfontsize;
|
186
|
+
mso-bidi-font-size:$smallerfontsize;
|
187
187
|
font-family:$headerfont;
|
188
188
|
color:#0E1A85;
|
189
189
|
mso-fareast-font-family:$headerfont;
|
@@ -196,13 +196,13 @@ p.Definition, li.Definition, div.Definition
|
|
196
196
|
mso-style-unhide:no;
|
197
197
|
margin-top:0cm;
|
198
198
|
margin-right:0cm;
|
199
|
-
margin-bottom
|
199
|
+
margin-bottom:$normalfontsize;
|
200
200
|
margin-left:0cm;
|
201
201
|
text-align:justify;
|
202
|
-
line-height
|
202
|
+
line-height:$normalfontsize;
|
203
203
|
mso-pagination:widow-orphan;
|
204
204
|
tab-stops:20.15pt;
|
205
|
-
font-size
|
205
|
+
font-size:$normalfontsize;
|
206
206
|
font-family:$bodyfont;
|
207
207
|
mso-fareast-font-family:$bodyfont;
|
208
208
|
mso-bidi-font-family:$bodyfont;
|
@@ -223,8 +223,8 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
|
223
223
|
mso-outline-level:1;
|
224
224
|
mso-hyphenate:none;
|
225
225
|
tab-stops:20.15pt;
|
226
|
-
font-size
|
227
|
-
mso-bidi-font-size
|
226
|
+
font-size:$normalfontsize;
|
227
|
+
mso-bidi-font-size:$smallerfontsize;
|
228
228
|
font-family:$headerfont;
|
229
229
|
color:#0E1A85;
|
230
230
|
mso-fareast-font-family:$headerfont;
|
@@ -247,8 +247,8 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
|
|
247
247
|
mso-outline-level:1;
|
248
248
|
mso-hyphenate:none;
|
249
249
|
tab-stops:20.15pt;
|
250
|
-
font-size
|
251
|
-
mso-bidi-font-size
|
250
|
+
font-size:$normalfontsize;
|
251
|
+
mso-bidi-font-size:$smallerfontsize;
|
252
252
|
font-family:$headerfont;
|
253
253
|
color:#0E1A85;
|
254
254
|
mso-fareast-font-family:$headerfont;
|
@@ -270,8 +270,8 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
|
270
270
|
page-break-after:avoid;
|
271
271
|
mso-hyphenate:none;
|
272
272
|
tab-stops:20.15pt;
|
273
|
-
font-size
|
274
|
-
mso-bidi-font-size
|
273
|
+
font-size:$normalfontsize;
|
274
|
+
mso-bidi-font-size:$smallerfontsize;
|
275
275
|
font-family:$headerfont;
|
276
276
|
color:#0E1A85;
|
277
277
|
mso-fareast-font-family:$headerfont;
|
@@ -286,12 +286,12 @@ p.Terms, li.Terms, div.Terms
|
|
286
286
|
mso-style-next:Definition;
|
287
287
|
margin:0cm;
|
288
288
|
margin-bottom:.0001pt;
|
289
|
-
line-height
|
289
|
+
line-height:$normalfontsize;
|
290
290
|
mso-pagination:widow-orphan;
|
291
291
|
page-break-after:avoid;
|
292
292
|
mso-hyphenate:none;
|
293
293
|
tab-stops:20.15pt;
|
294
|
-
font-size
|
294
|
+
font-size:$normalfontsize;
|
295
295
|
font-family:$headerfont;
|
296
296
|
mso-fareast-font-family:$headerfont;
|
297
297
|
mso-bidi-font-family:$headerfont;
|
@@ -304,12 +304,12 @@ p.AltTerms, li.AltTerms, div.AltTerms
|
|
304
304
|
mso-style-next:Definition;
|
305
305
|
margin:0cm;
|
306
306
|
margin-bottom:.0001pt;
|
307
|
-
line-height
|
307
|
+
line-height:$normalfontsize;
|
308
308
|
mso-pagination:widow-orphan;
|
309
309
|
page-break-after:avoid;
|
310
310
|
mso-hyphenate:none;
|
311
311
|
tab-stops:20.15pt;
|
312
|
-
font-size
|
312
|
+
font-size:$normalfontsize;
|
313
313
|
font-family:$bodyfont;
|
314
314
|
mso-fareast-font-family:$bodyfont;
|
315
315
|
mso-bidi-font-family:$bodyfont;
|
@@ -322,12 +322,12 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
|
|
322
322
|
mso-style-next:Definition;
|
323
323
|
margin:0cm;
|
324
324
|
margin-bottom:.0001pt;
|
325
|
-
line-height
|
325
|
+
line-height:$normalfontsize;
|
326
326
|
mso-pagination:widow-orphan;
|
327
327
|
page-break-after:avoid;
|
328
328
|
mso-hyphenate:none;
|
329
329
|
tab-stops:20.15pt;
|
330
|
-
font-size
|
330
|
+
font-size:$normalfontsize;
|
331
331
|
font-family:$bodyfont;
|
332
332
|
mso-fareast-font-family:$bodyfont;
|
333
333
|
mso-bidi-font-family:$bodyfont;
|
@@ -340,11 +340,11 @@ p.TermNum, li.TermNum, div.TermNum
|
|
340
340
|
mso-style-next:"Term\(s\)";
|
341
341
|
margin:0cm;
|
342
342
|
margin-bottom:.0001pt;
|
343
|
-
line-height
|
343
|
+
line-height:$normalfontsize;
|
344
344
|
mso-pagination:widow-orphan;
|
345
345
|
page-break-after:avoid;
|
346
346
|
tab-stops:20.15pt;
|
347
|
-
font-size
|
347
|
+
font-size:$normalfontsize;
|
348
348
|
font-family:$headerfont;
|
349
349
|
mso-fareast-font-family:$headerfont;
|
350
350
|
mso-bidi-font-family:$headerfont;
|
@@ -367,8 +367,8 @@ p.zzContents, li.zzContents, div.zzContents
|
|
367
367
|
page-break-after:avoid;
|
368
368
|
mso-hyphenate:none;
|
369
369
|
tab-stops:20.15pt;
|
370
|
-
font-size
|
371
|
-
mso-bidi-font-size
|
370
|
+
font-size:$normalfontsize;
|
371
|
+
mso-bidi-font-size:$smallerfontsize;
|
372
372
|
font-family:$headerfont;
|
373
373
|
color:#0E1A85;
|
374
374
|
mso-fareast-font-family:$headerfont;
|
@@ -382,15 +382,15 @@ p.zzCopyright, li.zzCopyright
|
|
382
382
|
mso-style-next:Normal;
|
383
383
|
margin-top:0cm;
|
384
384
|
margin-right:14.2pt;
|
385
|
-
margin-bottom
|
385
|
+
margin-bottom:$normalfontsize;
|
386
386
|
margin-left:14.2pt;
|
387
387
|
text-align:justify;
|
388
|
-
line-height
|
388
|
+
line-height:$normalfontsize;
|
389
389
|
mso-pagination:widow-orphan;
|
390
390
|
tab-stops:20.15pt 25.7pt 481.15pt;
|
391
391
|
padding:0cm;
|
392
392
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
393
|
-
font-size
|
393
|
+
font-size:$normalfontsize;
|
394
394
|
font-family:$bodyfont;
|
395
395
|
mso-fareast-font-family:$bodyfont;
|
396
396
|
mso-bidi-font-family:$bodyfont;
|
@@ -414,9 +414,9 @@ p.zzCopyright_address
|
|
414
414
|
text-autospace:none;
|
415
415
|
padding-left:20pt;
|
416
416
|
mso-padding-alt-left:20pt;
|
417
|
-
font-size
|
417
|
+
font-size:$normalfontsize;
|
418
418
|
text-align:left;
|
419
|
-
mso-bidi-font-size
|
419
|
+
mso-bidi-font-size:$smallerfontsize;}
|
420
420
|
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
421
421
|
{mso-style-name:zzSTDTitle;
|
422
422
|
mso-style-noshow:yes;
|
@@ -432,7 +432,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
432
432
|
mso-hyphenate:none;
|
433
433
|
tab-stops:20.15pt;
|
434
434
|
font-size:16.0pt;
|
435
|
-
mso-bidi-font-size
|
435
|
+
mso-bidi-font-size:$smallerfontsize;
|
436
436
|
font-family:$headerfont;
|
437
437
|
mso-fareast-font-family:$headerfont;
|
438
438
|
mso-bidi-font-family:$headerfont;
|
@@ -453,7 +453,7 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
|
453
453
|
mso-hyphenate:none;
|
454
454
|
tab-stops:20.15pt;
|
455
455
|
font-size:16.0pt;
|
456
|
-
mso-bidi-font-size
|
456
|
+
mso-bidi-font-size:$smallerfontsize;
|
457
457
|
font-family:$headerfont;
|
458
458
|
mso-fareast-font-family:$headerfont;
|
459
459
|
mso-bidi-font-family:$headerfont;
|
@@ -467,10 +467,10 @@ p.Quote, li.Quote, div.Quote
|
|
467
467
|
margin-bottom:0cm;
|
468
468
|
margin-left:36.0pt;
|
469
469
|
text-align:justify;
|
470
|
-
line-height
|
470
|
+
line-height:$normalfontsize;
|
471
471
|
mso-pagination:widow-orphan;
|
472
472
|
tab-stops:20.15pt;
|
473
|
-
font-size
|
473
|
+
font-size:$normalfontsize;
|
474
474
|
font-family:$bodyfont;
|
475
475
|
mso-fareast-font-family:$bodyfont;
|
476
476
|
mso-bidi-font-family:$bodyfont;
|
@@ -482,10 +482,10 @@ p.QuoteAttribution
|
|
482
482
|
margin-right:36.0pt;
|
483
483
|
margin-bottom:0cm;
|
484
484
|
margin-left:36.0pt;
|
485
|
-
line-height
|
485
|
+
line-height:$normalfontsize;
|
486
486
|
mso-pagination:widow-orphan;
|
487
487
|
tab-stops:20.15pt;
|
488
|
-
font-size
|
488
|
+
font-size:$normalfontsize;
|
489
489
|
font-family:$bodyfont;
|
490
490
|
mso-fareast-font-family:$bodyfont;
|
491
491
|
mso-bidi-font-family:$bodyfont;
|
@@ -504,7 +504,7 @@ p.Admonition, li.Admonition, div.Admonition
|
|
504
504
|
mso-border-themecolor:accent1;
|
505
505
|
padding:0cm;
|
506
506
|
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
507
|
-
font-size
|
507
|
+
font-size:$normalfontsize;
|
508
508
|
font-family:$bodyfont;
|
509
509
|
mso-ascii-font-family:$bodyfont;
|
510
510
|
mso-ascii-theme-font:minor-latin;
|
@@ -528,8 +528,8 @@ p.Code, li.Code, div.Code
|
|
528
528
|
line-height:10.0pt;
|
529
529
|
mso-pagination:widow-orphan;
|
530
530
|
tab-stops:20.15pt;
|
531
|
-
font-size
|
532
|
-
mso-bidi-font-size
|
531
|
+
font-size:$monospacefontsize;
|
532
|
+
mso-bidi-font-size:$smallerfontsize;
|
533
533
|
font-family:$monospacefont;
|
534
534
|
mso-fareast-font-family:Calibri;
|
535
535
|
mso-bidi-font-family:"Source Sans Pro";
|
@@ -540,12 +540,12 @@ p.Formula, li.Formula, div.Formula
|
|
540
540
|
mso-style-unhide:no;
|
541
541
|
margin-top:0cm;
|
542
542
|
margin-right:0cm;
|
543
|
-
margin-bottom
|
543
|
+
margin-bottom:$smallerfontsize;
|
544
544
|
margin-left:20.15pt;
|
545
|
-
line-height
|
545
|
+
line-height:$normalfontsize;
|
546
546
|
mso-pagination:widow-orphan;
|
547
547
|
tab-stops:right 487.45pt;
|
548
|
-
font-size
|
548
|
+
font-size:$normalfontsize;
|
549
549
|
font-family:$bodyfont;
|
550
550
|
mso-fareast-font-family:$bodyfont;
|
551
551
|
mso-bidi-font-family:$bodyfont;
|
@@ -648,7 +648,7 @@ table.MsoISOTable, table.MsoISOTableBig
|
|
648
648
|
mso-yfti-tbllook:480;
|
649
649
|
mso-border-insideh:.75pt solid windowtext;
|
650
650
|
mso-border-insidev:.75pt solid windowtext;
|
651
|
-
font-size
|
651
|
+
font-size:$normalfontsize;
|
652
652
|
font-family:$bodyfont;}
|
653
653
|
table.MsoISOTable th, table.MsoISOTableBig th
|
654
654
|
{border:solid windowtext 1pt;
|
@@ -659,7 +659,7 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
659
659
|
mso-border-alt:solid windowtext 1pt;
|
660
660
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
661
661
|
table.MsoISOTable p, table.MsoISOTableBig p
|
662
|
-
{font-size
|
662
|
+
{font-size:$normalfontsize; }
|
663
663
|
table.MsoTableGrid
|
664
664
|
{mso-style-name:"Table Grid";
|
665
665
|
mso-tstyle-rowband-size:0;
|
@@ -674,7 +674,7 @@ table.MsoTableGrid
|
|
674
674
|
mso-para-margin:0cm;
|
675
675
|
mso-para-margin-bottom:.0001pt;
|
676
676
|
mso-pagination:widow-orphan;
|
677
|
-
font-size
|
677
|
+
font-size:$normalfontsize;
|
678
678
|
font-family:$bodyfont;}
|
679
679
|
div.formula
|
680
680
|
{tab-stops:right 487.45pt;}
|
@@ -686,7 +686,7 @@ body
|
|
686
686
|
font-weight:bold;}
|
687
687
|
.coverpage_techcommittee
|
688
688
|
{text-align:center;
|
689
|
-
font-size
|
689
|
+
font-size:$normalfontsize}
|
690
690
|
.coverpage_docstage
|
691
691
|
{text-align:center;
|
692
692
|
font-size:30.0pt;
|
@@ -696,12 +696,12 @@ div.coverpage_warning
|
|
696
696
|
border:solid windowtext 1.0pt #05164d;
|
697
697
|
mso-border-alt:solid windowtext .5pt;
|
698
698
|
padding:1.0pt 4.0pt 1.0pt 4.0pt #05164d;
|
699
|
-
font-size
|
699
|
+
font-size:$normalfontsize;
|
700
700
|
margin-left:4.25pt;
|
701
701
|
margin-right:4.25pt}
|
702
702
|
.coverpage_warning
|
703
703
|
{color:#fedc5b;
|
704
|
-
font-size
|
704
|
+
font-size:$normalfontsize;}
|
705
705
|
|
706
706
|
a.TableFootnoteRef, span.TableFootnoteRef
|
707
707
|
{mso-style-priority:99;
|
@@ -709,7 +709,7 @@ div.coverpage_warning
|
|
709
709
|
vertical-align:super;}
|
710
710
|
|
711
711
|
aside {
|
712
|
-
font-size
|
712
|
+
font-size:$normalfontsize;
|
713
713
|
}
|
714
714
|
|
715
715
|
.example-title {
|
@@ -731,24 +731,24 @@ div.example {
|
|
731
731
|
|
732
732
|
p.example, li.example, div.example, td.example {
|
733
733
|
mso-pagination:none;
|
734
|
-
font-size
|
734
|
+
font-size:$smallerfontsize;
|
735
735
|
font-family:$bodyfont;}
|
736
736
|
|
737
737
|
td.example p.MsoListParagraph {
|
738
|
-
font-size:
|
738
|
+
font-size: $smallerfontsize;
|
739
739
|
}
|
740
740
|
|
741
741
|
div.example p.MsoListParagraph {
|
742
|
-
font-size:
|
742
|
+
font-size: $smallerfontsize;
|
743
743
|
}
|
744
744
|
|
745
745
|
div.Note p.MsoListParagraph {
|
746
|
-
font-size:
|
746
|
+
font-size: $smallerfontsize;
|
747
747
|
margin-left: 1.0cm;
|
748
748
|
}
|
749
749
|
|
750
750
|
div.Note span.stem {
|
751
|
-
font-size:
|
751
|
+
font-size: $smallerfontsize; }
|
752
752
|
|
753
753
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
754
754
|
font-size: 9.0pt;
|
@@ -756,18 +756,18 @@ div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
|
756
756
|
}
|
757
757
|
|
758
758
|
div.Note table.dl {
|
759
|
-
font-size:
|
759
|
+
font-size: $smallerfontsize;
|
760
760
|
margin-left: 1.0cm;
|
761
761
|
}
|
762
762
|
|
763
763
|
span.note_label, span.example_label, td.example_label, td.note_label
|
764
764
|
{
|
765
|
-
font-size:
|
765
|
+
font-size: $smallerfontsize;
|
766
766
|
font-family:$bodyfont;
|
767
767
|
}
|
768
768
|
|
769
769
|
table.dl
|
770
770
|
{margin-top:0cm;
|
771
771
|
margin-right:0cm;
|
772
|
-
margin-bottom
|
772
|
+
margin-bottom:$smallerfontsize;
|
773
773
|
margin-left:20.15pt;}
|
@@ -79,9 +79,9 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
|
79
79
|
mso-style-qformat: yes;
|
80
80
|
mso-style-parent: "";
|
81
81
|
margin: 0cm;
|
82
|
-
margin-bottom:
|
82
|
+
margin-bottom: {{normalfontsize}};
|
83
83
|
mso-pagination: widow-orphan;
|
84
|
-
font-size:
|
84
|
+
font-size: {{normalfontsize}};
|
85
85
|
font-family: {{bodyfont}};
|
86
86
|
mso-fareast-font-family: "Times New Roman";
|
87
87
|
mso-ansi-language: EN-US;
|
@@ -93,11 +93,11 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
|
93
93
|
mso-style-qformat: yes;
|
94
94
|
margin-top: 0cm;
|
95
95
|
margin-right: 0cm;
|
96
|
-
margin-bottom:
|
96
|
+
margin-bottom: {{normalfontsize}};
|
97
97
|
/* do not put in margin-left, it is specific to list level */
|
98
98
|
/*mso-add-space:auto;*/
|
99
99
|
mso-pagination: widow-orphan;
|
100
|
-
font-size:
|
100
|
+
font-size: {{normalfontsize}};
|
101
101
|
font-family: {{bodyfont}};
|
102
102
|
mso-ansi-language: EN-AU;
|
103
103
|
mso-fareast-language: EN-US; }
|
@@ -109,11 +109,11 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
109
109
|
mso-style-type: export-only;
|
110
110
|
margin-top: 0cm;
|
111
111
|
margin-right: 0cm;
|
112
|
-
margin-bottom:
|
112
|
+
margin-bottom: {{normalfontsize}};
|
113
113
|
/* do not put in margin-left, it is specific to list level */
|
114
114
|
/*mso-add-space:auto;*/
|
115
115
|
mso-pagination: widow-orphan;
|
116
|
-
font-size:
|
116
|
+
font-size: {{normalfontsize}};
|
117
117
|
font-family: {{bodyfont}};
|
118
118
|
mso-ansi-language: EN-AU;
|
119
119
|
mso-fareast-language: EN-US; }
|
@@ -125,11 +125,11 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
125
125
|
mso-style-type: export-only;
|
126
126
|
margin-top: 0cm;
|
127
127
|
margin-right: 0cm;
|
128
|
-
margin-bottom:
|
128
|
+
margin-bottom: {{normalfontsize}};
|
129
129
|
/* do not put in margin-left, it is specific to list level */
|
130
130
|
/*mso-add-space:auto;*/
|
131
131
|
mso-pagination: widow-orphan;
|
132
|
-
font-size:
|
132
|
+
font-size: {{normalfontsize}};
|
133
133
|
font-family: {{bodyfont}};
|
134
134
|
mso-ansi-language: EN-AU;
|
135
135
|
mso-fareast-language: EN-US; }
|
@@ -141,11 +141,11 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
141
141
|
mso-style-type: export-only;
|
142
142
|
margin-top: 0cm;
|
143
143
|
margin-right: 0cm;
|
144
|
-
margin-bottom:
|
144
|
+
margin-bottom: {{normalfontsize}};
|
145
145
|
/* do not put in margin-left, it is specific to list level */
|
146
146
|
/*mso-add-space:auto;*/
|
147
147
|
mso-pagination: widow-orphan;
|
148
|
-
font-size:
|
148
|
+
font-size: {{normalfontsize}};
|
149
149
|
font-family: {{bodyfont}};
|
150
150
|
mso-ansi-language: EN-AU;
|
151
151
|
mso-fareast-language: EN-US; }
|
@@ -156,7 +156,7 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
|
156
156
|
margin: 0cm;
|
157
157
|
margin-bottom: .0001pt;
|
158
158
|
mso-pagination: widow-orphan;
|
159
|
-
font-size:
|
159
|
+
font-size: {{footnotefontsize}};
|
160
160
|
font-family: {{bodyfont}};
|
161
161
|
mso-fareast-font-family: "Times New Roman";
|
162
162
|
mso-ansi-language: EN-US;
|
@@ -168,7 +168,7 @@ p.MsoHeader, li.MsoHeader, div.MsoHeader {
|
|
168
168
|
margin-bottom: .0001pt;
|
169
169
|
mso-pagination: widow-orphan;
|
170
170
|
tab-stops: center 216.0pt right 482.0pt;
|
171
|
-
font-size:
|
171
|
+
font-size: {{normalfontsize}};
|
172
172
|
font-family: {{bodyfont}};
|
173
173
|
mso-fareast-font-family: "Times New Roman";
|
174
174
|
mso-ansi-language: EN-US;
|
@@ -180,7 +180,7 @@ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
|
|
180
180
|
margin-bottom: .0001pt;
|
181
181
|
mso-pagination: widow-orphan;
|
182
182
|
tab-stops: center 367.0pt right 734.0pt;
|
183
|
-
font-size:
|
183
|
+
font-size: {{normalfontsize}};
|
184
184
|
font-family: {{bodyfont}};
|
185
185
|
mso-fareast-font-family: "Times New Roman";
|
186
186
|
mso-ansi-language: EN-US;
|
@@ -225,7 +225,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
225
225
|
margin-left: 0cm;
|
226
226
|
margin-bottom: .0001pt;
|
227
227
|
mso-pagination: widow-orphan;
|
228
|
-
font-size:
|
228
|
+
font-size: {{normalfontsize}};
|
229
229
|
font-family: {{bodyfont}};
|
230
230
|
mso-fareast-font-family: "Times New Roman";
|
231
231
|
mso-bidi-font-family: "Times New Roman";
|
@@ -333,7 +333,7 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
|
333
333
|
margin: 0cm;
|
334
334
|
margin-bottom: .0001pt;
|
335
335
|
mso-pagination: widow-orphan;
|
336
|
-
font-size:
|
336
|
+
font-size: {{footnotefontsize}};
|
337
337
|
font-family: {{bodyfont}};
|
338
338
|
mso-fareast-font-family: "Times New Roman";
|
339
339
|
mso-ansi-language: EN-US;
|
@@ -377,7 +377,7 @@ h1 {
|
|
377
377
|
mso-style-next: Normal;
|
378
378
|
margin-top: 13.5pt;
|
379
379
|
margin-right: 0cm;
|
380
|
-
margin-bottom:
|
380
|
+
margin-bottom: {{normalfontsize}};
|
381
381
|
margin-left: 0cm;
|
382
382
|
text-indent: 0cm;
|
383
383
|
line-height: 13.5pt;
|
@@ -388,7 +388,7 @@ h1 {
|
|
388
388
|
mso-hyphenate: none;
|
389
389
|
tab-stops: 20.0pt list 21.6pt left 28.0pt;
|
390
390
|
font-size: 13.0pt;
|
391
|
-
mso-bidi-font-size:
|
391
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
392
392
|
font-family: {{headerfont}};
|
393
393
|
mso-fareast-font-family: {{headerfont}};
|
394
394
|
font-weight: normal;
|
@@ -405,7 +405,7 @@ h1.Annex {
|
|
405
405
|
mso-style-next: Normal;
|
406
406
|
margin-top: 3.0pt;
|
407
407
|
margin-right: 0cm;
|
408
|
-
margin-bottom:
|
408
|
+
margin-bottom: {{normalfontsize}};
|
409
409
|
margin-left: 0cm;
|
410
410
|
text-indent: 0cm;
|
411
411
|
line-height: 12.5pt;
|
@@ -418,7 +418,7 @@ h1.Annex {
|
|
418
418
|
mso-hyphenate: none;
|
419
419
|
tab-stops: 20.0pt list 21.6pt left 28.0pt;
|
420
420
|
font-size: 13.0pt;
|
421
|
-
mso-bidi-font-size:
|
421
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
422
422
|
font-family: {{headerfont}};
|
423
423
|
font-weight: normal;
|
424
424
|
mso-fareast-font-family: {{headerfont}};
|
@@ -436,7 +436,7 @@ h1.Annex {
|
|
436
436
|
mso-style-next: Normal;
|
437
437
|
margin-top: 3.0pt;
|
438
438
|
margin-right: 0cm;
|
439
|
-
margin-bottom:
|
439
|
+
margin-bottom: {{normalfontsize}};
|
440
440
|
margin-left: 0cm;
|
441
441
|
text-indent: 0cm;
|
442
442
|
line-height: 12.5pt;
|
@@ -445,8 +445,8 @@ h1.Annex {
|
|
445
445
|
mso-outline-level: 2;
|
446
446
|
mso-hyphenate: none;
|
447
447
|
tab-stops: 27.0pt 35.0pt;
|
448
|
-
font-size:
|
449
|
-
mso-bidi-font-size:
|
448
|
+
font-size: {{normalfontsize}};
|
449
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
450
450
|
font-family: {{headerfont}};
|
451
451
|
font-weight: normal;
|
452
452
|
mso-fareast-font-family: {{headerfont}};
|
@@ -463,7 +463,7 @@ h2 {
|
|
463
463
|
mso-style-next: Normal;
|
464
464
|
margin-top: 3.0pt;
|
465
465
|
margin-right: 0cm;
|
466
|
-
margin-bottom:
|
466
|
+
margin-bottom: {{normalfontsize}};
|
467
467
|
margin-left: 0cm;
|
468
468
|
text-indent: 0cm;
|
469
469
|
line-height: 12.5pt;
|
@@ -473,8 +473,8 @@ h2 {
|
|
473
473
|
mso-list: l1 level2 lfo6;
|
474
474
|
mso-hyphenate: none;
|
475
475
|
tab-stops: 27.0pt 35.0pt;
|
476
|
-
font-size:
|
477
|
-
mso-bidi-font-size:
|
476
|
+
font-size: {{normalfontsize}};
|
477
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
478
478
|
font-family: {{headerfont}};
|
479
479
|
font-weight: normal;
|
480
480
|
mso-fareast-font-family: {{headerfont}};
|
@@ -491,17 +491,17 @@ h3 {
|
|
491
491
|
mso-style-next: Normal;
|
492
492
|
margin-top: 3.0pt;
|
493
493
|
margin-right: 0cm;
|
494
|
-
margin-bottom:
|
494
|
+
margin-bottom: {{normalfontsize}};
|
495
495
|
margin-left: 0cm;
|
496
496
|
text-indent: 0cm;
|
497
|
-
line-height:
|
497
|
+
line-height: {{normalfontsize}};
|
498
498
|
mso-pagination: widow-orphan;
|
499
499
|
page-break-after: avoid;
|
500
500
|
mso-outline-level: 3;
|
501
501
|
mso-list: l1 level3 lfo6;
|
502
502
|
mso-hyphenate: none;
|
503
503
|
tab-stops: list 36.0pt left 44.0pt;
|
504
|
-
font-size:
|
504
|
+
font-size: {{smallerfontsize}};
|
505
505
|
font-family: {{headerfont}};
|
506
506
|
font-weight: normal;
|
507
507
|
mso-fareast-font-family: {{headerfont}};
|
@@ -518,17 +518,17 @@ h4 {
|
|
518
518
|
mso-style-next: Normal;
|
519
519
|
margin-top: 3.0pt;
|
520
520
|
margin-right: 0cm;
|
521
|
-
margin-bottom:
|
521
|
+
margin-bottom: {{normalfontsize}};
|
522
522
|
margin-left: 0cm;
|
523
523
|
text-indent: 0cm;
|
524
|
-
line-height:
|
524
|
+
line-height: {{normalfontsize}};
|
525
525
|
mso-pagination: widow-orphan;
|
526
526
|
page-break-after: avoid;
|
527
527
|
mso-outline-level: 4;
|
528
528
|
mso-list: l1 level4 lfo6;
|
529
529
|
mso-hyphenate: none;
|
530
530
|
tab-stops: 51.05pt 57.0pt 68.0pt;
|
531
|
-
font-size:
|
531
|
+
font-size: {{smallerfontsize}};
|
532
532
|
font-family: {{headerfont}};
|
533
533
|
font-weight: normal;
|
534
534
|
mso-fareast-font-family: {{headerfont}};
|
@@ -545,17 +545,17 @@ h5 {
|
|
545
545
|
mso-style-next: Normal;
|
546
546
|
margin-top: 3.0pt;
|
547
547
|
margin-right: 0cm;
|
548
|
-
margin-bottom:
|
548
|
+
margin-bottom: {{normalfontsize}};
|
549
549
|
margin-left: 0cm;
|
550
550
|
text-indent: 0cm;
|
551
|
-
line-height:
|
551
|
+
line-height: {{normalfontsize}};
|
552
552
|
mso-pagination: widow-orphan;
|
553
553
|
page-break-after: avoid;
|
554
554
|
mso-outline-level: 5;
|
555
555
|
mso-list: l1 level5 lfo6;
|
556
556
|
mso-hyphenate: none;
|
557
557
|
tab-stops: 51.05pt list 54.0pt;
|
558
|
-
font-size:
|
558
|
+
font-size: {{smallerfontsize}};
|
559
559
|
font-family: {{headerfont}};
|
560
560
|
font-weight: normal;
|
561
561
|
mso-fareast-font-family: {{headerfont}};
|
@@ -572,17 +572,17 @@ h6 {
|
|
572
572
|
mso-style-next: Normal;
|
573
573
|
margin-top: 3.0pt;
|
574
574
|
margin-right: 0cm;
|
575
|
-
margin-bottom:
|
575
|
+
margin-bottom: {{normalfontsize}};
|
576
576
|
margin-left: 0cm;
|
577
577
|
text-indent: 0cm;
|
578
|
-
line-height:
|
578
|
+
line-height: {{normalfontsize}};
|
579
579
|
mso-pagination: widow-orphan;
|
580
580
|
page-break-after: avoid;
|
581
581
|
mso-outline-level: 6;
|
582
582
|
mso-list: l1 level6 lfo6;
|
583
583
|
mso-hyphenate: none;
|
584
584
|
tab-stops: 51.05pt list 72.0pt;
|
585
|
-
font-size:
|
585
|
+
font-size: {{smallerfontsize}};
|
586
586
|
font-family: {{headerfont}};
|
587
587
|
font-weight: normal;
|
588
588
|
mso-fareast-font-family: {{headerfont}};
|
@@ -600,11 +600,11 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
|
600
600
|
margin-left: 36.0pt;
|
601
601
|
margin-bottom: .0001pt;
|
602
602
|
text-indent: -36.0pt;
|
603
|
-
line-height:
|
603
|
+
line-height: {{normalfontsize}};
|
604
604
|
mso-pagination: widow-orphan;
|
605
605
|
mso-hyphenate: none;
|
606
606
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
607
|
-
font-size:
|
607
|
+
font-size: {{normalfontsize}};
|
608
608
|
font-family: {{bodyfont}};
|
609
609
|
mso-fareast-font-family: {{bodyfont}};
|
610
610
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -624,11 +624,11 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
|
|
624
624
|
margin-left: 36.0pt;
|
625
625
|
margin-bottom: .0001pt;
|
626
626
|
text-indent: -36.0pt;
|
627
|
-
line-height:
|
627
|
+
line-height: {{normalfontsize}};
|
628
628
|
mso-pagination: widow-orphan;
|
629
629
|
mso-hyphenate: none;
|
630
630
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
631
|
-
font-size:
|
631
|
+
font-size: {{normalfontsize}};
|
632
632
|
font-family: {{bodyfont}};
|
633
633
|
mso-fareast-font-family: {{bodyfont}};
|
634
634
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -648,11 +648,11 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
648
648
|
margin-left: 36.0pt;
|
649
649
|
margin-bottom: .0001pt;
|
650
650
|
text-indent: -36.0pt;
|
651
|
-
line-height:
|
651
|
+
line-height: {{normalfontsize}};
|
652
652
|
mso-pagination: widow-orphan;
|
653
653
|
mso-hyphenate: none;
|
654
654
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
655
|
-
font-size:
|
655
|
+
font-size: {{normalfontsize}};
|
656
656
|
font-family: {{bodyfont}};
|
657
657
|
mso-fareast-font-family: {{bodyfont}};
|
658
658
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -670,13 +670,13 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
|
|
670
670
|
mso-style-link: "Footnote Text Char";
|
671
671
|
margin-top: 0cm;
|
672
672
|
margin-right: 0cm;
|
673
|
-
margin-bottom:
|
673
|
+
margin-bottom: {{normalfontsize}};
|
674
674
|
margin-left: 0cm;
|
675
675
|
text-align: justify;
|
676
|
-
line-height:
|
676
|
+
line-height: {{normalfontsize}};
|
677
677
|
mso-pagination: widow-orphan;
|
678
678
|
tab-stops: 20.15pt;
|
679
|
-
font-size:
|
679
|
+
font-size: {{footnotefontsize}};
|
680
680
|
font-family: {{bodyfont}};
|
681
681
|
mso-fareast-font-family: {{bodyfont}};
|
682
682
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -693,9 +693,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
693
693
|
margin-bottom: 6.0pt;
|
694
694
|
margin-left: 0cm;
|
695
695
|
text-align: justify;
|
696
|
-
line-height:
|
696
|
+
line-height: {{normalfontsize}};
|
697
697
|
mso-pagination: widow-orphan;
|
698
|
-
font-size:
|
698
|
+
font-size: {{normalfontsize}};
|
699
699
|
font-family: {{bodyfont}};
|
700
700
|
mso-fareast-font-family: {{bodyfont}};
|
701
701
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -725,7 +725,7 @@ span.Heading2Char {
|
|
725
725
|
mso-style-locked: yes;
|
726
726
|
mso-style-parent: "";
|
727
727
|
mso-style-link: "Heading 2";
|
728
|
-
mso-ansi-font-size:
|
728
|
+
mso-ansi-font-size: {{normalfontsize}};
|
729
729
|
font-family: {{headerfont}};
|
730
730
|
font-weight: normal;
|
731
731
|
mso-ascii-font-family: Cambria;
|
@@ -742,7 +742,7 @@ span.Heading3Char {
|
|
742
742
|
mso-style-locked: yes;
|
743
743
|
mso-style-parent: "";
|
744
744
|
mso-style-link: "Heading 3";
|
745
|
-
mso-ansi-font-size:
|
745
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
746
746
|
font-family: {{headerfont}};
|
747
747
|
font-weight: normal;
|
748
748
|
mso-ascii-font-family: {{headerfont}};
|
@@ -759,7 +759,7 @@ span.Heading4Char {
|
|
759
759
|
mso-style-locked: yes;
|
760
760
|
mso-style-parent: "";
|
761
761
|
mso-style-link: "Heading 4";
|
762
|
-
mso-ansi-font-size:
|
762
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
763
763
|
font-family: {{headerfont}};
|
764
764
|
font-weight: normal;
|
765
765
|
mso-ascii-font-family: {{headerfont}};
|
@@ -776,7 +776,7 @@ span.Heading5Char {
|
|
776
776
|
mso-style-locked: yes;
|
777
777
|
mso-style-parent: "";
|
778
778
|
mso-style-link: "Heading 5";
|
779
|
-
mso-ansi-font-size:
|
779
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
780
780
|
font-family: {{headerfont}};
|
781
781
|
font-weight: normal;
|
782
782
|
mso-ascii-font-family: {{headerfont}};
|
@@ -793,7 +793,7 @@ span.Heading6Char {
|
|
793
793
|
mso-style-locked: yes;
|
794
794
|
mso-style-parent: "";
|
795
795
|
mso-style-link: "Heading 6";
|
796
|
-
mso-ansi-font-size:
|
796
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
797
797
|
font-family: {{headerfont}};
|
798
798
|
font-weight: normal;
|
799
799
|
mso-ascii-font-family: {{headerfont}};
|
@@ -814,7 +814,7 @@ p.Tablebody, li.Tablebody, div.Tablebody {
|
|
814
814
|
line-height: 10.5pt;
|
815
815
|
mso-pagination: widow-orphan;
|
816
816
|
font-size: 10.0pt;
|
817
|
-
mso-bidi-font-size:
|
817
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
818
818
|
font-family: {{bodyfont}};
|
819
819
|
mso-fareast-font-family: {{bodyfont}};
|
820
820
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -1240,7 +1240,7 @@ table.MsoNormalTable {
|
|
1240
1240
|
mso-para-margin: 0cm;
|
1241
1241
|
mso-para-margin-bottom: .0001pt;
|
1242
1242
|
mso-pagination: widow-orphan;
|
1243
|
-
font-size:
|
1243
|
+
font-size: {{normalfontsize}};
|
1244
1244
|
font-family: {{bodyfont}}; }
|
1245
1245
|
|
1246
1246
|
ol {
|