metanorma-iho 0.4.1 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/iho/converter.rb +1 -1
- data/lib/asciidoctor/iho/isodoc.rng +61 -18
- data/lib/isodoc/iho/html/htmlstyle.css +25 -12
- data/lib/isodoc/iho/html/htmlstyle.scss +16 -11
- data/lib/isodoc/iho/html/scripts.html +0 -1
- data/lib/isodoc/iho/html/wordstyle.css +30 -18
- data/lib/isodoc/iho/html/wordstyle.scss +30 -18
- data/lib/isodoc/iho/iho.specification.xsl +330 -123
- data/lib/isodoc/iho/iho.standard.xsl +330 -123
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe0847c09cfdfde2e17055709884e36114585df1c82e72ca972959da5537b915
|
4
|
+
data.tar.gz: 61017f76453d1a730328e274a5f6b150c0761c69340cbd92244b2ce1fc01efba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4be9b3b344e0ea3c98bf779a1880770a97a5099c56857ecce0d2f55b05ad34d67288b092b71d10a25d520da7b6777bb41d648bb1fba6e2451ca34d15a66d34d
|
7
|
+
data.tar.gz: d67e94e5dc7b1460503b60da913339dd59e46b709917e97af3daa064b67ef21c586333f8860b36fcb15e2301a960bf44f86340c87c0effbe0c0a8685085fa37d
|
@@ -104,7 +104,7 @@ module Asciidoctor
|
|
104
104
|
def pdf_converter(node)
|
105
105
|
return nil if node.attr("no-pdf")
|
106
106
|
|
107
|
-
IsoDoc::IHO::PdfConvert.new(
|
107
|
+
IsoDoc::IHO::PdfConvert.new(pdf_extract_attributes(node))
|
108
108
|
end
|
109
109
|
|
110
110
|
def doc_converter(node)
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<attribute name="alt"/>
|
59
59
|
</optional>
|
60
60
|
<optional>
|
61
|
-
<attribute name="
|
61
|
+
<attribute name="update-type">
|
62
62
|
<data type="boolean"/>
|
63
63
|
</attribute>
|
64
64
|
</optional>
|
@@ -1796,6 +1796,20 @@
|
|
1796
1796
|
<data type="ID"/>
|
1797
1797
|
</attribute>
|
1798
1798
|
</optional>
|
1799
|
+
<optional>
|
1800
|
+
<attribute name="language"/>
|
1801
|
+
</optional>
|
1802
|
+
<optional>
|
1803
|
+
<attribute name="script"/>
|
1804
|
+
</optional>
|
1805
|
+
<optional>
|
1806
|
+
<attribute name="tag"/>
|
1807
|
+
</optional>
|
1808
|
+
<optional>
|
1809
|
+
<attribute name="multilingual-rendering">
|
1810
|
+
<ref name="MultilingualRenderingType"/>
|
1811
|
+
</attribute>
|
1812
|
+
</optional>
|
1799
1813
|
<oneOrMore>
|
1800
1814
|
<ref name="preferred"/>
|
1801
1815
|
</oneOrMore>
|
@@ -1814,9 +1828,6 @@
|
|
1814
1828
|
<optional>
|
1815
1829
|
<ref name="termsubject"/>
|
1816
1830
|
</optional>
|
1817
|
-
<optional>
|
1818
|
-
<ref name="termusage"/>
|
1819
|
-
</optional>
|
1820
1831
|
<oneOrMore>
|
1821
1832
|
<ref name="termdefinition"/>
|
1822
1833
|
</oneOrMore>
|
@@ -1880,17 +1891,37 @@
|
|
1880
1891
|
</attribute>
|
1881
1892
|
</optional>
|
1882
1893
|
<optional>
|
1883
|
-
<attribute name="
|
1894
|
+
<attribute name="geographic-area"/>
|
1884
1895
|
</optional>
|
1885
1896
|
<choice>
|
1886
1897
|
<ref name="expression_designation"/>
|
1887
1898
|
<ref name="letter_symbol_designation"/>
|
1888
1899
|
<ref name="graphical_symbol_designation"/>
|
1889
1900
|
</choice>
|
1901
|
+
<optional>
|
1902
|
+
<ref name="fieldofapplication"/>
|
1903
|
+
</optional>
|
1904
|
+
<optional>
|
1905
|
+
<ref name="usageinfo"/>
|
1906
|
+
</optional>
|
1890
1907
|
<zeroOrMore>
|
1891
1908
|
<ref name="termsource"/>
|
1892
1909
|
</zeroOrMore>
|
1893
1910
|
</define>
|
1911
|
+
<define name="fieldofapplication">
|
1912
|
+
<element name="field-of-application">
|
1913
|
+
<oneOrMore>
|
1914
|
+
<ref name="PureTextElement"/>
|
1915
|
+
</oneOrMore>
|
1916
|
+
</element>
|
1917
|
+
</define>
|
1918
|
+
<define name="usageinfo">
|
1919
|
+
<element name="usage-info">
|
1920
|
+
<oneOrMore>
|
1921
|
+
<ref name="PureTextElement"/>
|
1922
|
+
</oneOrMore>
|
1923
|
+
</element>
|
1924
|
+
</define>
|
1894
1925
|
<define name="letter_symbol_designation">
|
1895
1926
|
<element name="letter-symbol">
|
1896
1927
|
<optional>
|
@@ -1942,11 +1973,15 @@
|
|
1942
1973
|
</optional>
|
1943
1974
|
<element name="name">
|
1944
1975
|
<zeroOrMore>
|
1945
|
-
<
|
1976
|
+
<choice>
|
1977
|
+
<ref name="PureTextElement"/>
|
1978
|
+
<ref name="stem"/>
|
1979
|
+
<ref name="index"/>
|
1980
|
+
</choice>
|
1946
1981
|
</zeroOrMore>
|
1947
1982
|
</element>
|
1948
1983
|
<optional>
|
1949
|
-
<element name="
|
1984
|
+
<element name="abbreviation-type">
|
1950
1985
|
<ref name="AbbreviationType"/>
|
1951
1986
|
</element>
|
1952
1987
|
</optional>
|
@@ -1956,7 +1991,7 @@
|
|
1956
1991
|
</element>
|
1957
1992
|
</optional>
|
1958
1993
|
<optional>
|
1959
|
-
<element name="
|
1994
|
+
<element name="grammar">
|
1960
1995
|
<ref name="Grammar"/>
|
1961
1996
|
</element>
|
1962
1997
|
</optional>
|
@@ -1983,6 +2018,11 @@
|
|
1983
2018
|
<ref name="GrammarGender"/>
|
1984
2019
|
</element>
|
1985
2020
|
</zeroOrMore>
|
2021
|
+
<zeroOrMore>
|
2022
|
+
<element name="number">
|
2023
|
+
<ref name="GrammarNumber"/>
|
2024
|
+
</element>
|
2025
|
+
</zeroOrMore>
|
1986
2026
|
<optional>
|
1987
2027
|
<element name="isPreposition">
|
1988
2028
|
<data type="boolean"/>
|
@@ -2014,7 +2054,7 @@
|
|
2014
2054
|
</element>
|
2015
2055
|
</optional>
|
2016
2056
|
<zeroOrMore>
|
2017
|
-
<element name="
|
2057
|
+
<element name="grammar-value">
|
2018
2058
|
<text/>
|
2019
2059
|
</element>
|
2020
2060
|
</zeroOrMore>
|
@@ -2027,6 +2067,13 @@
|
|
2027
2067
|
<value>common</value>
|
2028
2068
|
</choice>
|
2029
2069
|
</define>
|
2070
|
+
<define name="GrammarNumber">
|
2071
|
+
<choice>
|
2072
|
+
<value>singular</value>
|
2073
|
+
<value>dual</value>
|
2074
|
+
<value>plural</value>
|
2075
|
+
</choice>
|
2076
|
+
</define>
|
2030
2077
|
<define name="termdomain">
|
2031
2078
|
<element name="domain">
|
2032
2079
|
<oneOrMore>
|
@@ -2041,13 +2088,6 @@
|
|
2041
2088
|
</oneOrMore>
|
2042
2089
|
</element>
|
2043
2090
|
</define>
|
2044
|
-
<define name="termusage">
|
2045
|
-
<element name="usageinfo">
|
2046
|
-
<oneOrMore>
|
2047
|
-
<ref name="BasicBlock"/>
|
2048
|
-
</oneOrMore>
|
2049
|
-
</element>
|
2050
|
-
</define>
|
2051
2091
|
<define name="termdefinition">
|
2052
2092
|
<element name="definition">
|
2053
2093
|
<choice>
|
@@ -2061,13 +2101,16 @@
|
|
2061
2101
|
</element>
|
2062
2102
|
</define>
|
2063
2103
|
<define name="verbaldefinition">
|
2064
|
-
<element name="
|
2104
|
+
<element name="verbal-definition">
|
2065
2105
|
<oneOrMore>
|
2066
2106
|
<choice>
|
2067
2107
|
<ref name="paragraph"/>
|
2068
2108
|
<ref name="dl"/>
|
2069
2109
|
<ref name="ol"/>
|
2070
2110
|
<ref name="ul"/>
|
2111
|
+
<ref name="table"/>
|
2112
|
+
<ref name="figure"/>
|
2113
|
+
<ref name="formula"/>
|
2071
2114
|
</choice>
|
2072
2115
|
</oneOrMore>
|
2073
2116
|
<zeroOrMore>
|
@@ -2076,7 +2119,7 @@
|
|
2076
2119
|
</element>
|
2077
2120
|
</define>
|
2078
2121
|
<define name="nonverbalrep">
|
2079
|
-
<element name="
|
2122
|
+
<element name="non-verbal-representation">
|
2080
2123
|
<oneOrMore>
|
2081
2124
|
<choice>
|
2082
2125
|
<ref name="table"/>
|
@@ -75,6 +75,12 @@ code *, pre *, tt *, kbd *, samp * {
|
|
75
75
|
font-family: {{monospacefont}} !important;
|
76
76
|
font-variant-ligatures: none; }
|
77
77
|
|
78
|
+
p code, dt code, li code, label code, legend code, caption code, th code, td code,
|
79
|
+
p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
|
80
|
+
p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
|
81
|
+
p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
|
82
|
+
font-size: {{monospacefontsize}}; }
|
83
|
+
|
78
84
|
article, aside, details, figcaption, figure,
|
79
85
|
footer, header, hgroup, menu, nav, section {
|
80
86
|
display: block; }
|
@@ -86,6 +92,9 @@ table {
|
|
86
92
|
h1, h2, h3, h4, h5, h6 {
|
87
93
|
font-family: {{headerfont}}; }
|
88
94
|
|
95
|
+
.h1, .h2, .h3, .h4, .h5, .h6 {
|
96
|
+
font-family: {{headerfont}}; }
|
97
|
+
|
89
98
|
blockquote, q {
|
90
99
|
quotes: none; }
|
91
100
|
blockquote:before, blockquote:after, q:before, q:after {
|
@@ -537,27 +546,28 @@ h2,
|
|
537
546
|
h3,
|
538
547
|
h4,
|
539
548
|
h5,
|
540
|
-
h6
|
549
|
+
h6,
|
550
|
+
.h1, .h2, .h3, .h4, .h5, .h6 {
|
541
551
|
font-family: {{headerfont}};
|
542
552
|
color: #05164D;
|
543
553
|
font-weight: 300;
|
544
554
|
margin-top: 1.6em;
|
545
555
|
margin-bottom: 0.3em; }
|
546
556
|
|
547
|
-
h1 {
|
557
|
+
h1, .h1 {
|
548
558
|
font-size: 1.6em;
|
549
559
|
text-transform: uppercase;
|
550
560
|
margin-top: 2em; }
|
551
561
|
|
552
|
-
h1#content {
|
562
|
+
h1#content, #content.h1 {
|
553
563
|
margin-top: 2em; }
|
554
564
|
|
555
|
-
h2 {
|
565
|
+
h2, .h2 {
|
556
566
|
margin-top: 1.3em;
|
557
567
|
font-size: 1.3em;
|
558
568
|
font-weight: 400; }
|
559
569
|
|
560
|
-
h3 {
|
570
|
+
h3, .h3 {
|
561
571
|
margin-top: 1.1em;
|
562
572
|
font-size: 1.1em;
|
563
573
|
font-weight: 100; }
|
@@ -565,7 +575,9 @@ h3 {
|
|
565
575
|
.TermNum,
|
566
576
|
.Terms,
|
567
577
|
.AltTerms {
|
568
|
-
color: #05164D;
|
578
|
+
color: #05164D; }
|
579
|
+
|
580
|
+
.TermNum {
|
569
581
|
font-weight: 100; }
|
570
582
|
|
571
583
|
h2.TermNum {
|
@@ -840,7 +852,7 @@ p {
|
|
840
852
|
margin-top: 1em;
|
841
853
|
margin-bottom: 1em; }
|
842
854
|
|
843
|
-
h2 p {
|
855
|
+
h2 p, .h2 p {
|
844
856
|
display: inline; }
|
845
857
|
|
846
858
|
/*
|
@@ -973,7 +985,8 @@ To top button
|
|
973
985
|
h1,
|
974
986
|
h2,
|
975
987
|
h3,
|
976
|
-
h4
|
988
|
+
h4,
|
989
|
+
.h1, .h2, .h3, .h4 {
|
977
990
|
page-break-after: avoid;
|
978
991
|
margin-top: 1.2em; }
|
979
992
|
.note,
|
@@ -996,15 +1009,15 @@ To top button
|
|
996
1009
|
background-color: white; }
|
997
1010
|
.container {
|
998
1011
|
padding-left: 0; }
|
999
|
-
h1.content {
|
1012
|
+
h1.content, .h1.content {
|
1000
1013
|
margin-top: 2em;
|
1001
1014
|
line-height: 2.5em; }
|
1002
|
-
h1 {
|
1015
|
+
h1, .h1 {
|
1003
1016
|
font-size: 1.5em;
|
1004
1017
|
line-height: 1.5; }
|
1005
|
-
h2 {
|
1018
|
+
h2, .h2 {
|
1006
1019
|
font-size: 1.2em; }
|
1007
|
-
h3 {
|
1020
|
+
h3, .h3 {
|
1008
1021
|
font-size: 1em; }
|
1009
1022
|
.Note {
|
1010
1023
|
background-color: #fedc5b;
|
@@ -203,7 +203,8 @@ h2,
|
|
203
203
|
h3,
|
204
204
|
h4,
|
205
205
|
h5,
|
206
|
-
h6
|
206
|
+
h6,
|
207
|
+
.h1, .h2, .h3, .h4, .h5, .h6 {
|
207
208
|
font-family: $headerfont;
|
208
209
|
color: #05164D;
|
209
210
|
font-weight: 300;
|
@@ -211,23 +212,23 @@ h6 {
|
|
211
212
|
margin-bottom: 0.3em;
|
212
213
|
}
|
213
214
|
|
214
|
-
h1 {
|
215
|
+
h1, .h1 {
|
215
216
|
font-size: 1.6em;
|
216
217
|
text-transform: uppercase;
|
217
218
|
margin-top: 2em;
|
218
219
|
}
|
219
220
|
|
220
|
-
h1#content {
|
221
|
+
h1#content, .h1#content {
|
221
222
|
margin-top: 2em;
|
222
223
|
}
|
223
224
|
|
224
|
-
h2 {
|
225
|
+
h2, .h2 {
|
225
226
|
margin-top: 1.3em;
|
226
227
|
font-size: 1.3em;
|
227
228
|
font-weight: 400;
|
228
229
|
}
|
229
230
|
|
230
|
-
h3 {
|
231
|
+
h3, .h3 {
|
231
232
|
margin-top: 1.1em;
|
232
233
|
font-size: 1.1em;
|
233
234
|
font-weight: 100;
|
@@ -237,6 +238,9 @@ h3 {
|
|
237
238
|
.Terms,
|
238
239
|
.AltTerms {
|
239
240
|
color: #05164D;
|
241
|
+
}
|
242
|
+
|
243
|
+
.TermNum {
|
240
244
|
font-weight: 100;
|
241
245
|
}
|
242
246
|
|
@@ -500,7 +504,7 @@ p {
|
|
500
504
|
margin-bottom: 1em;
|
501
505
|
}
|
502
506
|
|
503
|
-
h2 p {
|
507
|
+
h2 p, .h2 p {
|
504
508
|
display: inline;
|
505
509
|
}
|
506
510
|
|
@@ -678,7 +682,8 @@ To top button
|
|
678
682
|
h1,
|
679
683
|
h2,
|
680
684
|
h3,
|
681
|
-
h4
|
685
|
+
h4,
|
686
|
+
.h1, .h2, .h3, .h4 {
|
682
687
|
page-break-after: avoid;
|
683
688
|
margin-top: 1.2em;
|
684
689
|
}
|
@@ -717,21 +722,21 @@ To top button
|
|
717
722
|
padding-left: 0;
|
718
723
|
}
|
719
724
|
|
720
|
-
h1.content {
|
725
|
+
h1.content, .h1.content {
|
721
726
|
margin-top: 2em;
|
722
727
|
line-height: 2.5em;
|
723
728
|
}
|
724
729
|
|
725
|
-
h1 {
|
730
|
+
h1, .h1 {
|
726
731
|
font-size: 1.5em;
|
727
732
|
line-height: 1.5;
|
728
733
|
}
|
729
734
|
|
730
|
-
h2 {
|
735
|
+
h2, .h2 {
|
731
736
|
font-size: 1.2em
|
732
737
|
}
|
733
738
|
|
734
|
-
h3 {
|
739
|
+
h3, .h3 {
|
735
740
|
font-size: 1em;
|
736
741
|
}
|
737
742
|
|
@@ -370,7 +370,7 @@ span.blackgraphtx {
|
|
370
370
|
div.figure, p.figure {
|
371
371
|
text-align: center; }
|
372
372
|
|
373
|
-
h1 {
|
373
|
+
h1, .h1 {
|
374
374
|
mso-style-priority: 1;
|
375
375
|
mso-style-unhide: no;
|
376
376
|
mso-style-qformat: yes;
|
@@ -385,8 +385,6 @@ h1 {
|
|
385
385
|
line-height: 13.5pt;
|
386
386
|
mso-pagination: widow-orphan;
|
387
387
|
page-break-after: avoid;
|
388
|
-
mso-outline-level: 1;
|
389
|
-
mso-list: l1 level1 lfo6;
|
390
388
|
mso-hyphenate: none;
|
391
389
|
tab-stops: 20.0pt list 21.6pt left 28.0pt;
|
392
390
|
font-size: 13.0pt;
|
@@ -399,6 +397,10 @@ h1 {
|
|
399
397
|
mso-fareast-language: JA;
|
400
398
|
mso-bidi-font-weight: normal; }
|
401
399
|
|
400
|
+
h1 {
|
401
|
+
mso-outline-level: 1;
|
402
|
+
mso-list: l1 level1 lfo6; }
|
403
|
+
|
402
404
|
h1.Annex {
|
403
405
|
mso-style-priority: 1;
|
404
406
|
mso-style-unhide: no;
|
@@ -456,7 +458,7 @@ h1.Annex {
|
|
456
458
|
mso-fareast-language: JA;
|
457
459
|
mso-bidi-font-weight: normal; }
|
458
460
|
|
459
|
-
h2 {
|
461
|
+
h2, .h2 {
|
460
462
|
mso-style-priority: 2;
|
461
463
|
mso-style-unhide: no;
|
462
464
|
mso-style-qformat: yes;
|
@@ -472,8 +474,6 @@ h2 {
|
|
472
474
|
line-height: 12.5pt;
|
473
475
|
mso-pagination: widow-orphan;
|
474
476
|
page-break-after: avoid;
|
475
|
-
mso-outline-level: 2;
|
476
|
-
mso-list: l1 level2 lfo6;
|
477
477
|
mso-hyphenate: none;
|
478
478
|
tab-stops: 27.0pt 35.0pt;
|
479
479
|
font-size: {{normalfontsize}};
|
@@ -485,7 +485,11 @@ h2 {
|
|
485
485
|
mso-fareast-language: JA;
|
486
486
|
mso-bidi-font-weight: normal; }
|
487
487
|
|
488
|
-
|
488
|
+
h2 {
|
489
|
+
mso-outline-level: 2;
|
490
|
+
mso-list: l1 level2 lfo6; }
|
491
|
+
|
492
|
+
h3, .h3 {
|
489
493
|
mso-style-priority: 3;
|
490
494
|
mso-style-unhide: no;
|
491
495
|
mso-style-qformat: yes;
|
@@ -501,8 +505,6 @@ h3 {
|
|
501
505
|
line-height: {{normalfontsize}};
|
502
506
|
mso-pagination: widow-orphan;
|
503
507
|
page-break-after: avoid;
|
504
|
-
mso-outline-level: 3;
|
505
|
-
mso-list: l1 level3 lfo6;
|
506
508
|
mso-hyphenate: none;
|
507
509
|
tab-stops: list 36.0pt left 44.0pt;
|
508
510
|
font-size: {{smallerfontsize}};
|
@@ -513,7 +515,11 @@ h3 {
|
|
513
515
|
mso-fareast-language: JA;
|
514
516
|
mso-bidi-font-weight: normal; }
|
515
517
|
|
516
|
-
|
518
|
+
h3 {
|
519
|
+
mso-outline-level: 3;
|
520
|
+
mso-list: l1 level3 lfo6; }
|
521
|
+
|
522
|
+
h4, .h4 {
|
517
523
|
mso-style-priority: 4;
|
518
524
|
mso-style-unhide: no;
|
519
525
|
mso-style-qformat: yes;
|
@@ -529,8 +535,6 @@ h4 {
|
|
529
535
|
line-height: {{normalfontsize}};
|
530
536
|
mso-pagination: widow-orphan;
|
531
537
|
page-break-after: avoid;
|
532
|
-
mso-outline-level: 4;
|
533
|
-
mso-list: l1 level4 lfo6;
|
534
538
|
mso-hyphenate: none;
|
535
539
|
tab-stops: 51.05pt 57.0pt 68.0pt;
|
536
540
|
font-size: {{smallerfontsize}};
|
@@ -541,7 +545,11 @@ h4 {
|
|
541
545
|
mso-fareast-language: JA;
|
542
546
|
mso-bidi-font-weight: normal; }
|
543
547
|
|
544
|
-
|
548
|
+
h4 {
|
549
|
+
mso-outline-level: 4;
|
550
|
+
mso-list: l1 level4 lfo6; }
|
551
|
+
|
552
|
+
h5, .h5 {
|
545
553
|
mso-style-priority: 5;
|
546
554
|
mso-style-unhide: no;
|
547
555
|
mso-style-qformat: yes;
|
@@ -557,8 +565,6 @@ h5 {
|
|
557
565
|
line-height: {{normalfontsize}};
|
558
566
|
mso-pagination: widow-orphan;
|
559
567
|
page-break-after: avoid;
|
560
|
-
mso-outline-level: 5;
|
561
|
-
mso-list: l1 level5 lfo6;
|
562
568
|
mso-hyphenate: none;
|
563
569
|
tab-stops: 51.05pt list 54.0pt;
|
564
570
|
font-size: {{smallerfontsize}};
|
@@ -569,7 +575,11 @@ h5 {
|
|
569
575
|
mso-fareast-language: JA;
|
570
576
|
mso-bidi-font-weight: normal; }
|
571
577
|
|
572
|
-
|
578
|
+
h5 {
|
579
|
+
mso-outline-level: 5;
|
580
|
+
mso-list: l1 level5 lfo6; }
|
581
|
+
|
582
|
+
h6, .h6 {
|
573
583
|
mso-style-priority: 6;
|
574
584
|
mso-style-unhide: no;
|
575
585
|
mso-style-qformat: yes;
|
@@ -585,8 +595,6 @@ h6 {
|
|
585
595
|
line-height: {{normalfontsize}};
|
586
596
|
mso-pagination: widow-orphan;
|
587
597
|
page-break-after: avoid;
|
588
|
-
mso-outline-level: 6;
|
589
|
-
mso-list: l1 level6 lfo6;
|
590
598
|
mso-hyphenate: none;
|
591
599
|
tab-stops: 51.05pt list 72.0pt;
|
592
600
|
font-size: {{smallerfontsize}};
|
@@ -597,6 +605,10 @@ h6 {
|
|
597
605
|
mso-fareast-language: JA;
|
598
606
|
mso-bidi-font-weight: normal; }
|
599
607
|
|
608
|
+
h6 {
|
609
|
+
mso-outline-level: 6;
|
610
|
+
mso-list: l1 level6 lfo6; }
|
611
|
+
|
600
612
|
p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
601
613
|
mso-style-priority: 39;
|
602
614
|
mso-style-unhide: no;
|
@@ -340,7 +340,7 @@ div.figure, p.figure
|
|
340
340
|
|
341
341
|
|
342
342
|
|
343
|
-
h1
|
343
|
+
h1, .h1
|
344
344
|
{mso-style-priority:1;
|
345
345
|
mso-style-unhide:no;
|
346
346
|
mso-style-qformat:yes;
|
@@ -355,8 +355,6 @@ h1
|
|
355
355
|
line-height:13.5pt;
|
356
356
|
mso-pagination:widow-orphan;
|
357
357
|
page-break-after:avoid;
|
358
|
-
mso-outline-level:1;
|
359
|
-
mso-list:l1 level1 lfo6;
|
360
358
|
mso-hyphenate:none;
|
361
359
|
tab-stops:20.0pt list 21.6pt left 28.0pt;
|
362
360
|
font-size:13.0pt;
|
@@ -368,6 +366,10 @@ h1
|
|
368
366
|
mso-ansi-language:EN-GB;
|
369
367
|
mso-fareast-language:JA;
|
370
368
|
mso-bidi-font-weight:normal;}
|
369
|
+
h1 {
|
370
|
+
mso-outline-level:1;
|
371
|
+
mso-list:l1 level1 lfo6;
|
372
|
+
}
|
371
373
|
h1.Annex
|
372
374
|
{mso-style-priority:1;
|
373
375
|
mso-style-unhide:no;
|
@@ -423,7 +425,7 @@ h1.Annex
|
|
423
425
|
mso-ansi-language:EN-GB;
|
424
426
|
mso-fareast-language:JA;
|
425
427
|
mso-bidi-font-weight:normal;}
|
426
|
-
h2
|
428
|
+
h2, .h2
|
427
429
|
{mso-style-priority:2;
|
428
430
|
mso-style-unhide:no;
|
429
431
|
mso-style-qformat:yes;
|
@@ -439,8 +441,6 @@ h2
|
|
439
441
|
line-height:12.5pt;
|
440
442
|
mso-pagination:widow-orphan;
|
441
443
|
page-break-after:avoid;
|
442
|
-
mso-outline-level:2;
|
443
|
-
mso-list:l1 level2 lfo6;
|
444
444
|
mso-hyphenate:none;
|
445
445
|
tab-stops:27.0pt 35.0pt;
|
446
446
|
font-size:$normalfontsize;
|
@@ -451,7 +451,11 @@ h2
|
|
451
451
|
mso-ansi-language:EN-GB;
|
452
452
|
mso-fareast-language:JA;
|
453
453
|
mso-bidi-font-weight:normal;}
|
454
|
-
|
454
|
+
h2 {
|
455
|
+
mso-outline-level:2;
|
456
|
+
mso-list:l1 level2 lfo6;
|
457
|
+
}
|
458
|
+
h3, .h3
|
455
459
|
{mso-style-priority:3;
|
456
460
|
mso-style-unhide:no;
|
457
461
|
mso-style-qformat:yes;
|
@@ -467,8 +471,6 @@ h3
|
|
467
471
|
line-height:$normalfontsize;
|
468
472
|
mso-pagination:widow-orphan;
|
469
473
|
page-break-after:avoid;
|
470
|
-
mso-outline-level:3;
|
471
|
-
mso-list:l1 level3 lfo6;
|
472
474
|
mso-hyphenate:none;
|
473
475
|
tab-stops:list 36.0pt left 44.0pt;
|
474
476
|
font-size:$smallerfontsize;
|
@@ -478,7 +480,11 @@ h3
|
|
478
480
|
mso-ansi-language:EN-GB;
|
479
481
|
mso-fareast-language:JA;
|
480
482
|
mso-bidi-font-weight:normal;}
|
481
|
-
|
483
|
+
h3 {
|
484
|
+
mso-outline-level:3;
|
485
|
+
mso-list:l1 level3 lfo6;
|
486
|
+
}
|
487
|
+
h4, .h4
|
482
488
|
{mso-style-priority:4;
|
483
489
|
mso-style-unhide:no;
|
484
490
|
mso-style-qformat:yes;
|
@@ -494,8 +500,6 @@ h4
|
|
494
500
|
line-height:$normalfontsize;
|
495
501
|
mso-pagination:widow-orphan;
|
496
502
|
page-break-after:avoid;
|
497
|
-
mso-outline-level:4;
|
498
|
-
mso-list:l1 level4 lfo6;
|
499
503
|
mso-hyphenate:none;
|
500
504
|
tab-stops:51.05pt 57.0pt 68.0pt;
|
501
505
|
font-size:$smallerfontsize;
|
@@ -505,7 +509,11 @@ h4
|
|
505
509
|
mso-ansi-language:EN-GB;
|
506
510
|
mso-fareast-language:JA;
|
507
511
|
mso-bidi-font-weight:normal;}
|
508
|
-
|
512
|
+
h4 {
|
513
|
+
mso-outline-level:4;
|
514
|
+
mso-list:l1 level4 lfo6;
|
515
|
+
}
|
516
|
+
h5, .h5
|
509
517
|
{mso-style-priority:5;
|
510
518
|
mso-style-unhide:no;
|
511
519
|
mso-style-qformat:yes;
|
@@ -521,8 +529,6 @@ h5
|
|
521
529
|
line-height:$normalfontsize;
|
522
530
|
mso-pagination:widow-orphan;
|
523
531
|
page-break-after:avoid;
|
524
|
-
mso-outline-level:5;
|
525
|
-
mso-list:l1 level5 lfo6;
|
526
532
|
mso-hyphenate:none;
|
527
533
|
tab-stops:51.05pt list 54.0pt;
|
528
534
|
font-size:$smallerfontsize;
|
@@ -532,7 +538,11 @@ h5
|
|
532
538
|
mso-ansi-language:EN-GB;
|
533
539
|
mso-fareast-language:JA;
|
534
540
|
mso-bidi-font-weight:normal;}
|
535
|
-
|
541
|
+
h5 {
|
542
|
+
mso-outline-level:5;
|
543
|
+
mso-list:l1 level5 lfo6;
|
544
|
+
}
|
545
|
+
h6, .h6
|
536
546
|
{mso-style-priority:6;
|
537
547
|
mso-style-unhide:no;
|
538
548
|
mso-style-qformat:yes;
|
@@ -548,8 +558,6 @@ h6
|
|
548
558
|
line-height:$normalfontsize;
|
549
559
|
mso-pagination:widow-orphan;
|
550
560
|
page-break-after:avoid;
|
551
|
-
mso-outline-level:6;
|
552
|
-
mso-list:l1 level6 lfo6;
|
553
561
|
mso-hyphenate:none;
|
554
562
|
tab-stops:51.05pt list 72.0pt;
|
555
563
|
font-size:$smallerfontsize;
|
@@ -559,6 +567,10 @@ h6
|
|
559
567
|
mso-ansi-language:EN-GB;
|
560
568
|
mso-fareast-language:JA;
|
561
569
|
mso-bidi-font-weight:normal;}
|
570
|
+
h6 {
|
571
|
+
mso-outline-level:6;
|
572
|
+
mso-list:l1 level6 lfo6;
|
573
|
+
}
|
562
574
|
p.MsoToc1, li.MsoToc1, div.MsoToc1
|
563
575
|
{mso-style-priority:39;
|
564
576
|
mso-style-unhide:no;
|