metanorma-itu 1.4.1 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1164c6fb0287be4c0c1f9f8d437cbcfedf5c7905d86c13f8992847a0bfb696d
4
- data.tar.gz: 06a084cdde9d262683e457ea5b2f9c3d57a1e3f14dcd17fc255854f8ff9c79e2
3
+ metadata.gz: 5619cbb2db8525ff93cb36caa9db4131c780b144cb75dc5d415047a65ca20c75
4
+ data.tar.gz: 294066a345df88c036b18af7a2912cd4f1ddfa4f90b85ed77858032464685366
5
5
  SHA512:
6
- metadata.gz: 0b965a8f12e85d64c07ce2b36ebe51151c38e0c43542b3dd7a497cc2b344fbd7a58b2c4087f2f1ee90f9b1d67e4b9c73d1b7b43ddc2d5847af672602427cd357
7
- data.tar.gz: d3dc91a7831b1f94ec6abffa2f3a925218bb73c002e68c244c7c215ac051c2ac62fb6ba7951da04bf3a2b872d7ce3645bad326872fe50346b7fb8c0b366dade6
6
+ metadata.gz: 613682ce842a94efcee47298ca077c5fbbe5eadc6fb2f6bffba6f7649b4e2b4af9fa277063c9987f6d807059ced490b0d99f08476d8bfd85d3a63f2075b87a4f
7
+ data.tar.gz: e8135000aedbe9e46b7201b15a1fb9402abb628212ab95504e861bb5ed2f88cceb8b02732bbd203419eed6f93816b424bfb72e5b3a8872406e4b607a9701ea97
@@ -8,9 +8,6 @@ require_relative "./cleanup"
8
8
 
9
9
  module Asciidoctor
10
10
  module ITU
11
- # A {Converter} implementation that generates RSD output, and a document
12
- # schema encapsulation of the document for validation
13
- #
14
11
  class Converter < Standoc::Converter
15
12
  XML_ROOT_TAG = "itu-standard".freeze
16
13
  XML_NAMESPACE = "https://www.metanorma.org/ns/itu".freeze
@@ -72,11 +69,11 @@ module Asciidoctor
72
69
 
73
70
  def sectiontype_streamline(ret)
74
71
  case ret
75
- when "definitions" then "terms and definitions"
72
+ when "definitions", "terms defined elsewhere",
73
+ "terms defined in this recommendation"
74
+ "terms and definitions"
76
75
  when "abbreviations and acronyms" then "symbols and abbreviated terms"
77
76
  when "references" then "normative references"
78
- when "terms defined elsewhere" then "terms and definitions"
79
- when "terms defined in this recommendation" then "terms and definitions"
80
77
  else
81
78
  super
82
79
  end
@@ -144,7 +141,7 @@ module Asciidoctor
144
141
  end
145
142
 
146
143
  def pdf_converter(node)
147
- IsoDoc::ITU::PdfConvert.new(html_extract_attributes(node))
144
+ IsoDoc::ITU::PdfConvert.new(pdf_extract_attributes(node))
148
145
  end
149
146
 
150
147
  def doc_converter(node)
@@ -58,7 +58,7 @@
58
58
  <attribute name="alt"/>
59
59
  </optional>
60
60
  <optional>
61
- <attribute name="updatetype">
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="geographicArea"/>
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
- <ref name="PureTextElement"/>
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="abbreviationType">
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="grammarInfo">
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="grammarvalue">
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="verbaldefinition">
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="nonverbalrepresentation">
2122
+ <element name="non-verbal-representation">
2080
2123
  <oneOrMore>
2081
2124
  <choice>
2082
2125
  <ref name="table"/>
@@ -130,7 +130,7 @@ module Asciidoctor
130
130
 
131
131
  def termdef_style(xmldoc)
132
132
  xmldoc.xpath("//term").each do |t|
133
- para = t.at("./definition/verbaldefinition") || return
133
+ para = t.at("./definition/verbal-definition") || return
134
134
  term = t.at("./preferred//name").text
135
135
  termdef_warn(term, /^[A-Z][a-z]+/, t, term, "term is not lowercase")
136
136
  termdef_warn(para.text, /^[a-z]/, t, term,
@@ -33,7 +33,7 @@ module IsoDoc
33
33
 
34
34
  def term_cleanup2(docxml)
35
35
  docxml.xpath("//p[@class = 'TermNum']").each do |d|
36
- d1 = d.next_element and d1.name == "p" or next
36
+ (d1 = d.next_element and d1.name == "p") or next
37
37
  d1.children.each { |e| e.parent = d }
38
38
  d1.remove
39
39
  end
@@ -68,6 +68,12 @@ code *, pre *, tt *, kbd *, samp * {
68
68
  font-family: {{monospacefont}} !important;
69
69
  font-variant-ligatures: none; }
70
70
 
71
+ p code, dt code, li code, label code, legend code, caption code, th code, td code,
72
+ p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
73
+ p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
74
+ p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
75
+ font-size: {{monospacefontsize}}; }
76
+
71
77
  article, aside, details, figcaption, figure,
72
78
  footer, header, hgroup, menu, nav, section {
73
79
  display: block; }
@@ -79,6 +85,9 @@ table {
79
85
  h1, h2, h3, h4, h5, h6 {
80
86
  font-family: {{headerfont}}; }
81
87
 
88
+ .h1, .h2, .h3, .h4, .h5, .h6 {
89
+ font-family: {{headerfont}}; }
90
+
82
91
  blockquote, q {
83
92
  quotes: none; }
84
93
  blockquote:before, blockquote:after, q:before, q:after {
@@ -68,6 +68,12 @@ code *, pre *, tt *, kbd *, samp * {
68
68
  font-family: {{monospacefont}} !important;
69
69
  font-variant-ligatures: none; }
70
70
 
71
+ p code, dt code, li code, label code, legend code, caption code, th code, td code,
72
+ p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
73
+ p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
74
+ p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
75
+ font-size: {{monospacefontsize}}; }
76
+
71
77
  article, aside, details, figcaption, figure,
72
78
  footer, header, hgroup, menu, nav, section {
73
79
  display: block; }
@@ -79,6 +85,9 @@ table {
79
85
  h1, h2, h3, h4, h5, h6 {
80
86
  font-family: {{headerfont}}; }
81
87
 
88
+ .h1, .h2, .h3, .h4, .h5, .h6 {
89
+ font-family: {{headerfont}}; }
90
+
82
91
  blockquote, q {
83
92
  quotes: none; }
84
93
  blockquote:before, blockquote:after, q:before, q:after {
@@ -305,6 +314,12 @@ code *, pre *, tt *, kbd *, samp * {
305
314
  font-family: {{monospacefont}} !important;
306
315
  font-variant-ligatures: none; }
307
316
 
317
+ p code, dt code, li code, label code, legend code, caption code, th code, td code,
318
+ p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
319
+ p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
320
+ p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
321
+ font-size: {{monospacefontsize}}; }
322
+
308
323
  article, aside, details, figcaption, figure,
309
324
  footer, header, hgroup, menu, nav, section {
310
325
  display: block; }
@@ -316,6 +331,9 @@ table {
316
331
  h1, h2, h3, h4, h5, h6 {
317
332
  font-family: {{headerfont}}; }
318
333
 
334
+ .h1, .h2, .h3, .h4, .h5, .h6 {
335
+ font-family: {{headerfont}}; }
336
+
319
337
  blockquote, q {
320
338
  quotes: none; }
321
339
  blockquote:before, blockquote:after, q:before, q:after {
@@ -907,27 +925,27 @@ svg {
907
925
  font-style: italic; }
908
926
 
909
927
  /* Headings */
910
- h1, h2, h3, h4, h5, h6, .h1Annex {
928
+ h1, h2, h3, h4, h5, h6, .h1Annex, p.h1, .h2, .h3, .h4, .h5, .h6 {
911
929
  font-weight: 400;
912
930
  margin-top: 1.6em;
913
931
  margin-bottom: 0.3em; }
914
932
 
915
933
  @media print {
916
- h1, h2, h3, h4, .h1Annex {
934
+ h1, h2, h3, h4, .h1Annex, p.h1, .h2, .h3, .h4 {
917
935
  page-break-after: avoid;
918
936
  margin-top: 1.2em; } }
919
937
 
920
- h1, .h1Annex {
938
+ h1, .h1Annex, p.h1 {
921
939
  font-size: 1.4em;
922
940
  text-transform: uppercase;
923
941
  margin-top: 2em; }
924
- h1#content, #content.h1Annex {
942
+ h1#content, #content.h1Annex, p#content.h1 {
925
943
  margin-top: 2em; }
926
944
  @media print {
927
- h1, .h1Annex {
945
+ h1, .h1Annex, p.h1 {
928
946
  font-size: 1.5em;
929
947
  line-height: 1.5; }
930
- h1.content, .h1Annex.content {
948
+ h1.content, .h1Annex.content, p.h1.content {
931
949
  margin-top: 2em;
932
950
  line-height: 2.5em; } }
933
951
  p.supertitle {
@@ -941,25 +959,25 @@ p.supertitle {
941
959
  p.supertitle.content {
942
960
  margin-top: 2em;
943
961
  line-height: 2.5em; } }
944
- h2 {
962
+ h2, .h2 {
945
963
  margin-top: 1.7em;
946
964
  font-size: 1.5em; }
947
- h2 p {
965
+ h2 p, .h2 p {
948
966
  display: inline; }
949
967
  @media print {
950
- h2 {
968
+ h2, .h2 {
951
969
  font-size: 1.2em; } }
952
- h3 {
970
+ h3, .h3 {
953
971
  margin-top: 1.5em;
954
972
  font-size: 1.4em; }
955
973
  @media print {
956
- h3 {
974
+ h3, .h3 {
957
975
  font-size: 1em; } }
958
- h4 {
976
+ h4, .h4 {
959
977
  font-size: 1.2em; }
960
978
 
961
979
  /* Terms */
962
- .TermNum, .Terms, .AltTerms {
980
+ .TermNum {
963
981
  font-weight: 400; }
964
982
 
965
983
  h2.TermNum {
@@ -215,20 +215,20 @@ svg {
215
215
 
216
216
  /* Headings */
217
217
 
218
- h1, h2, h3, h4, h5, h6, .h1Annex {
218
+ h1, h2, h3, h4, h5, h6, .h1Annex, p.h1, .h2, .h3, .h4, .h5, .h6 {
219
219
  font-weight: 400;
220
220
  margin-top: 1.6em;
221
221
  margin-bottom: 0.3em;
222
222
  }
223
223
 
224
- h1, h2, h3, h4, .h1Annex {
224
+ h1, h2, h3, h4, .h1Annex, p.h1, .h2, .h3, .h4 {
225
225
  @media print {
226
226
  page-break-after: avoid;
227
227
  margin-top: 1.2em;
228
228
  }
229
229
  }
230
230
 
231
- h1, .h1Annex {
231
+ h1, .h1Annex, p.h1 {
232
232
  font-size: 1.4em;
233
233
  text-transform: uppercase;
234
234
  margin-top: 2em;
@@ -265,7 +265,7 @@ p.supertitle {
265
265
 
266
266
  }
267
267
 
268
- h2 {
268
+ h2, .h2 {
269
269
  margin-top: 1.7em;
270
270
  font-size: 1.5em;
271
271
 
@@ -278,7 +278,7 @@ h2 {
278
278
  }
279
279
  }
280
280
 
281
- h3 {
281
+ h3, .h3 {
282
282
  margin-top: 1.5em;
283
283
  font-size: 1.4em;
284
284
 
@@ -287,14 +287,14 @@ h3 {
287
287
  }
288
288
  }
289
289
 
290
- h4 {
290
+ h4, .h4 {
291
291
  font-size: 1.2em;
292
292
  }
293
293
 
294
294
 
295
295
  /* Terms */
296
296
 
297
- .TermNum, .Terms, .AltTerms {
297
+ .TermNum {
298
298
  font-weight: 400;
299
299
  }
300
300
 
@@ -445,7 +445,6 @@ p.Terms, li.Terms, div.Terms {
445
445
  mso-fareast-font-family: {{headerfont}};
446
446
  mso-bidi-font-family: {{headerfont}};
447
447
  mso-ansi-language: EN-GB;
448
- font-weight: bold;
449
448
  mso-bidi-font-weight: normal; }
450
449
 
451
450
  p.AltTerms, li.AltTerms, div.AltTerms {
@@ -427,7 +427,6 @@ p.Terms, li.Terms, div.Terms
427
427
  mso-fareast-font-family:$headerfont;
428
428
  mso-bidi-font-family:$headerfont;
429
429
  mso-ansi-language:EN-GB;
430
- font-weight:bold;
431
430
  mso-bidi-font-weight:normal;}
432
431
  p.AltTerms, li.AltTerms, div.AltTerms
433
432
  {mso-style-name:"AltTerm\(s\)";
@@ -17,7 +17,6 @@ $('#toggle').on('click', function(){
17
17
  else {
18
18
  $('nav').show();
19
19
  $('nav').animate({ 'left': '0px' }, 'slow');
20
- $('.container').animate({ 'padding-left': '360px' }, 'slow');
21
20
  }
22
21
  });
23
22
  </script>
@@ -462,7 +462,7 @@ div.pseudocode, p.pseudocode, li.pseudocode {
462
462
  text-align: left;
463
463
  font-size: 10pt; }
464
464
 
465
- h1 {
465
+ h1, .h1 {
466
466
  mso-style-priority: 1;
467
467
  mso-style-unhide: no;
468
468
  mso-style-qformat: yes;
@@ -477,14 +477,12 @@ h1 {
477
477
  text-indent: -39.7pt;
478
478
  mso-pagination: widow-orphan lines-together;
479
479
  page-break-after: avoid;
480
- mso-outline-level: 1;
481
480
  tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
482
481
  mso-layout-grid-align: none;
483
482
  punctuation-wrap: simple;
484
483
  text-autospace: none;
485
484
  font-size: {{normalfontsize}};
486
485
  mso-bidi-font-size: 10.0pt;
487
- mso-list: l1 level1 lfo6;
488
486
  mso-hyphenate: none;
489
487
  font-family: {{headerfont}};
490
488
  mso-fareast-font-family: {{headerfont}};
@@ -498,6 +496,10 @@ h1 {
498
496
  mso-fareast-language: JA;
499
497
  mso-bidi-font-weight: normal; }
500
498
 
499
+ h1 {
500
+ mso-outline-level: 1;
501
+ mso-list: l1 level1 lfo6; }
502
+
501
503
  p.supertitle {
502
504
  mso-style-priority: 1;
503
505
  mso-style-unhide: no;
@@ -648,7 +650,7 @@ h1.Annex {
648
650
  mso-fareast-language: JA;
649
651
  mso-bidi-font-weight: normal; }
650
652
 
651
- h2 {
653
+ h2, .h2 {
652
654
  mso-style-priority: 2;
653
655
  mso-style-unhide: no;
654
656
  mso-style-qformat: yes;
@@ -664,8 +666,6 @@ h2 {
664
666
  text-indent: -39.7pt;
665
667
  mso-pagination: widow-orphan lines-together;
666
668
  page-break-after: avoid;
667
- mso-outline-level: 2;
668
- mso-list: l1 level2 lfo6;
669
669
  mso-hyphenate: none;
670
670
  tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
671
671
  punctuation-wrap: simple;
@@ -680,7 +680,11 @@ h2 {
680
680
  mso-fareast-language: JA;
681
681
  mso-bidi-font-weight: normal; }
682
682
 
683
- h3 {
683
+ h2 {
684
+ mso-outline-level: 2;
685
+ mso-list: l1 level2 lfo6; }
686
+
687
+ h3, .h3 {
684
688
  mso-style-priority: 3;
685
689
  mso-style-unhide: no;
686
690
  mso-style-qformat: yes;
@@ -696,8 +700,6 @@ h3 {
696
700
  text-indent: -39.7pt;
697
701
  mso-pagination: widow-orphan lines-together;
698
702
  page-break-after: avoid;
699
- mso-outline-level: 3;
700
- mso-list: l1 level3 lfo6;
701
703
  mso-hyphenate: none;
702
704
  tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
703
705
  font-size: {{normalfontsize}};
@@ -710,7 +712,11 @@ h3 {
710
712
  mso-fareast-language: JA;
711
713
  mso-bidi-font-weight: normal; }
712
714
 
713
- h4 {
715
+ h3 {
716
+ mso-outline-level: 3;
717
+ mso-list: l1 level3 lfo6; }
718
+
719
+ h4, .h4 {
714
720
  mso-style-priority: 4;
715
721
  mso-style-unhide: no;
716
722
  mso-style-qformat: yes;
@@ -726,8 +732,6 @@ h4 {
726
732
  text-indent: -51.05pt;
727
733
  mso-pagination: widow-orphan lines-together;
728
734
  page-break-after: avoid;
729
- mso-outline-level: 4;
730
- mso-list: l1 level4 lfo6;
731
735
  mso-hyphenate: none;
732
736
  tab-stops: 51.05pt 59.55pt 79.4pt 99.25pt;
733
737
  mso-layout-grid-align: none;
@@ -743,7 +747,11 @@ h4 {
743
747
  mso-fareast-language: JA;
744
748
  mso-bidi-font-weight: normal; }
745
749
 
746
- h5 {
750
+ h4 {
751
+ mso-outline-level: 4;
752
+ mso-list: l1 level4 lfo6; }
753
+
754
+ h5, .h5 {
747
755
  mso-style-priority: 5;
748
756
  mso-style-unhide: no;
749
757
  mso-style-qformat: yes;
@@ -759,8 +767,6 @@ h5 {
759
767
  text-indent: -51.05pt;
760
768
  mso-pagination: widow-orphan lines-together;
761
769
  page-break-after: avoid;
762
- mso-outline-level: 5;
763
- mso-list: l1 level5 lfo6;
764
770
  mso-hyphenate: none;
765
771
  tab-stops: 51.05pt 59.55pt 79.4pt 99.25pt;
766
772
  mso-layout-grid-align: none;
@@ -776,7 +782,11 @@ h5 {
776
782
  mso-fareast-language: JA;
777
783
  mso-bidi-font-weight: normal; }
778
784
 
779
- h6 {
785
+ h5 {
786
+ mso-outline-level: 5;
787
+ mso-list: l1 level5 lfo6; }
788
+
789
+ h6, .h6 {
780
790
  mso-style-priority: 6;
781
791
  mso-style-unhide: no;
782
792
  mso-style-qformat: yes;
@@ -792,14 +802,12 @@ h6 {
792
802
  text-indent: -79.4pt;
793
803
  mso-pagination: widow-orphan lines-together;
794
804
  page-break-after: avoid;
795
- mso-outline-level: 6;
796
805
  tab-stops: 79.4pt 99.25pt;
797
806
  mso-layout-grid-align: none;
798
807
  punctuation-wrap: simple;
799
808
  text-autospace: none;
800
809
  font-size: {{normalfontsize}};
801
810
  mso-bidi-font-size: 10.0pt;
802
- mso-list: l1 level6 lfo6;
803
811
  mso-hyphenate: none;
804
812
  font-family: {{headerfont}};
805
813
  color: black;
@@ -809,6 +817,10 @@ h6 {
809
817
  mso-fareast-language: JA;
810
818
  mso-bidi-font-weight: normal; }
811
819
 
820
+ h6 {
821
+ mso-outline-level: 6;
822
+ mso-list: l1 level6 lfo6; }
823
+
812
824
  p.MsoHeading7, li.MsoHeading7, div.MsoHeading7 {
813
825
  mso-style-unhide: no;
814
826
  mso-style-qformat: yes;