metanorma-mpfa 0.7.4 → 0.8.2

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: f1856ecde5c7f52e4b8287bb3540ab3aebf463c08b80d90cf39b65f8fa3628d6
4
- data.tar.gz: a185cb883f506cf8a609a836e3192643dcaf5e7ccaabe96b458709fc68e59fc0
3
+ metadata.gz: 2651688661f171667344c98cc00f9e3ffe9e5b68c4291b1fde54d1b719d7601d
4
+ data.tar.gz: 74aa78d7d70a2110580c6c3670fd1b5df9f01092395083fd5a6fb3a0fc8c0661
5
5
  SHA512:
6
- metadata.gz: c79d6153c881b5e9c7328c2ab44b4405492b48388b756fafe8ae359001873f2fed8d4059f25cd5b06b630465e80f50f447ecdec1742474067a804dfcadbe1975
7
- data.tar.gz: 7edd6a6ce865b9bb0e993953e9606a16ae666d2c3eb656267183c75a14348a943cf7b6cffee5f9b98f7ffc46ad1c0db36cfc6c8c78cbcf0f47d5ca08a962a73f
6
+ metadata.gz: 8ce9e81eda544f3ccc445f95edc5d317ef09eb55f8b8ea057ee49b7455294feb7461bd43866a91fbbeb53d947b57f372a85e8c841ca88dd021e3e09fb43ca7f7
7
+ data.tar.gz: 47d3d0f7879c9696f5706c3d7202d65dc1c2d26ed1aad754981d9e7e90082e369043af616cf8836a878033741f6481aa6c9c5a52ed33af09eb0b30faf5ba8c68
@@ -9,35 +9,7 @@ on:
9
9
  pull_request:
10
10
 
11
11
  jobs:
12
- rake:
13
- name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
14
- runs-on: ${{ matrix.os }}
15
- continue-on-error: ${{ matrix.experimental }}
16
- strategy:
17
- fail-fast: false
18
- matrix:
19
- ruby: [ '3.0', '2.7', '2.6', '2.5' ]
20
- os: [ ubuntu-latest, windows-latest, macos-latest ]
21
- experimental: [ false ]
22
- steps:
23
- - uses: actions/checkout@v2
24
- with:
25
- submodules: true
26
-
27
- - uses: ruby/setup-ruby@v1
28
- with:
29
- ruby-version: ${{ matrix.ruby }}
30
- bundler-cache: true
31
-
32
- - run: bundle exec rake
33
-
34
- tests-passed:
35
- needs: rake
36
- runs-on: ubuntu-latest
37
- steps:
38
- - uses: peter-evans/repository-dispatch@v1
39
- with:
40
- token: ${{ secrets.METANORMA_CI_PAT_TOKEN || secrets.GITHUB_TOKEN }}
41
- repository: ${{ github.repository }}
42
- event-type: tests-passed
43
- client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
12
+ notify:
13
+ uses: metanorma/metanorma-build-scripts/.github/workflows/mn-processor-rake.yml@main
14
+ secrets:
15
+ pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
data/.gitignore CHANGED
@@ -1,3 +1,8 @@
1
1
  .DS_Store
2
2
 
3
3
  .rubocop-https--*
4
+
5
+ /.rspec_status
6
+ /Gemfile.devel
7
+ /Gemfile.lock
8
+ /coverage/
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "asciidoctor/rsd"
4
+ require "metanorma-mpfa"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -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 {
@@ -241,56 +250,62 @@ body {
241
250
  body main {
242
251
  margin: 0 0 0 6em; }
243
252
 
244
- #toc {
253
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
245
254
  font-family: {{bodyfont}};
246
255
  font-weight: 400; }
247
- #toc ul {
256
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
248
257
  margin: 0;
249
258
  padding: 0;
250
259
  list-style: none; }
251
- #toc ul li a {
260
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
252
261
  padding: 5px 10px; }
253
- #toc ul a {
262
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
254
263
  color: #301907;
255
264
  text-decoration: none;
256
265
  display: block; }
257
- #toc ul a:hover {
266
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
258
267
  box-shadow: none;
259
268
  color: #301907; }
260
- #toc .h2 {
269
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
261
270
  padding-left: 30px; }
262
- #toc .h3 {
271
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
263
272
  padding-left: 50px; }
264
- #toc .toc-active, #toc li:hover {
273
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
265
274
  background: #301907;
266
275
  box-shadow: inset -5px 0px 10px -5px #301907 !important; }
267
- #toc .toc-active a, #toc li:hover a {
276
+ #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
268
277
  color: #301907; }
269
278
  @media print {
270
- #toc .toc-active, #toc li:hover {
279
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
271
280
  background: white;
272
281
  box-shadow: none !important; }
273
- #toc .toc-active a {
282
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
274
283
  color: #301907; }
275
- #toc li:hover a {
284
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
276
285
  color: black; } }
277
286
  @media screen and (max-width: 768px) {
278
- #toc {
287
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
279
288
  padding: 0 1.5em;
280
289
  overflow: visible; } }
281
290
  #toc .toc-active,
282
- #toc li:hover {
291
+ #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
292
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
283
293
  background: none;
284
294
  box-shadow: none !important;
285
295
  border-bottom: solid 1px #301907 !important; }
286
- #toc li:hover a {
296
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
287
297
  color: black; }
288
- #toc li a {
298
+ #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
289
299
  text-transform: uppercase; }
290
- #toc ul a:hover {
300
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
291
301
  box-shadow: none;
292
302
  color: white; }
293
303
 
304
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
305
+ margin-top: 0;
306
+ margin-bottom: 0;
307
+ font-size: 100%; }
308
+
294
309
  @media screen and (min-width: 768px) {
295
310
  nav {
296
311
  position: fixed;
@@ -378,7 +393,7 @@ strong {
378
393
  display: none; }
379
394
  h1.toc-contents {
380
395
  margin-top: 1em; }
381
- ul#toc-list {
396
+ ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
382
397
  padding: 0;
383
398
  margin: 0; }
384
399
  #toggle {
@@ -566,13 +581,13 @@ p.document-stage {
566
581
  /*
567
582
  3.1 Titles
568
583
  */
569
- h1, h2, h3, h4, h5, h6 {
584
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
570
585
  font-family: {{headerfont}};
571
586
  color: #301907;
572
587
  font-weight: 300;
573
588
  margin-top: 2em; }
574
589
 
575
- h1 {
590
+ h1, .h1 {
576
591
  color: #301907;
577
592
  font-size: 1.6em;
578
593
  /* margin-top: 5em; */
@@ -582,7 +597,7 @@ h1 {
582
597
  border-bottom: solid 5px #FD8924;
583
598
  font-weight: 800; }
584
599
 
585
- h1#content {
600
+ h1#content, #content.h1 {
586
601
  margin-top: 0em;
587
602
  margin-left: -2em; }
588
603
 
@@ -600,11 +615,11 @@ h2.containerhdr {
600
615
  font-style: italic;
601
616
  padding: 45px 15px 15px 50px; }
602
617
 
603
- h2 {
618
+ h2, .h2 {
604
619
  font-size: 1.5em;
605
620
  font-weight: 400; }
606
621
 
607
- h3 {
622
+ h3, .h3 {
608
623
  font-size: 1.1em;
609
624
  font-weight: 100; }
610
625
 
@@ -875,7 +890,7 @@ p {
875
890
  margin-top: 1em;
876
891
  margin-bottom: 1em; }
877
892
 
878
- h2 p {
893
+ h2 p, .h2 p {
879
894
  display: inline; }
880
895
 
881
896
  /*
@@ -1050,7 +1065,7 @@ h2 p {
1050
1065
  filter: invert(100%); }
1051
1066
  .coverpage-title {
1052
1067
  border-left: 0.5em solid #888; }
1053
- h1, h2, h3, h4 {
1068
+ h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
1054
1069
  page-break-after: avoid;
1055
1070
  margin-top: 1.2em; }
1056
1071
  .note, .figure, pre, .pseudocode, table {
@@ -1068,15 +1083,15 @@ h2 p {
1068
1083
  margin-top: -5px; }
1069
1084
  .container {
1070
1085
  padding-left: 0; }
1071
- h1.content {
1086
+ h1.content, .h1.content {
1072
1087
  margin-top: 2em;
1073
1088
  line-height: 2.5em; }
1074
- h1 {
1089
+ h1, .h1 {
1075
1090
  font-size: 1.5em;
1076
1091
  line-height: 1.5; }
1077
- h2 {
1092
+ h2, .h2 {
1078
1093
  font-size: 1.2em; }
1079
- h3 {
1094
+ h3, .h3 {
1080
1095
  font-size: 1em; }
1081
1096
  .Note {
1082
1097
  background-color: #fff495;
@@ -1116,10 +1131,10 @@ h2 p {
1116
1131
  padding-left: 0; }
1117
1132
  main {
1118
1133
  margin-left: 1em; }
1119
- h1 {
1134
+ h1, .h1 {
1120
1135
  margin-left: 0;
1121
1136
  padding-left: 0; }
1122
- h1#content {
1137
+ h1#content, #content.h1 {
1123
1138
  margin-left: 1em; } }
1124
1139
 
1125
1140
  /* Tablet Styles */
@@ -1141,10 +1156,10 @@ h2 p {
1141
1156
  padding-left: 0; }
1142
1157
  main {
1143
1158
  margin-left: 2em; }
1144
- h1 {
1159
+ h1, .h1 {
1145
1160
  margin-left: 0em;
1146
1161
  padding-left: 0; }
1147
- h1#content {
1162
+ h1#content, #content.h1 {
1148
1163
  margin-left: 1em; } }
1149
1164
 
1150
1165
  @media screen and (max-width: 768px) {
@@ -1154,9 +1169,9 @@ h2 p {
1154
1169
  display: none; } }
1155
1170
 
1156
1171
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1157
- .main-section h1 {
1172
+ .main-section h1, .main-section .h1 {
1158
1173
  margin-left: 14px; }
1159
- .main-section h2, h3, h4, ol, ul, p, .ms-table-wrap {
1174
+ .main-section h2, .main-section .h2, h3, h4, .h3, .h4, ol, ul, p, .ms-table-wrap {
1160
1175
  margin-left: 75px; }
1161
1176
  .main-section li p {
1162
1177
  margin-left: 5px; }
@@ -21,7 +21,7 @@ body {
21
21
  }
22
22
  }
23
23
 
24
- #toc {
24
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
25
25
  @include toc(#301907, #301907, #301907);
26
26
  @include sidebarToc();
27
27
 
@@ -48,6 +48,13 @@ body {
48
48
  }
49
49
  }
50
50
 
51
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
52
+ margin-top: 0;
53
+ margin-bottom: 0;
54
+ font-size: 100%;
55
+ }
56
+
57
+
51
58
  nav {
52
59
  @include sidebarNav(#f7f7f7, 328px, 15px);
53
60
  }
@@ -87,7 +94,7 @@ strong {
87
94
  margin-top: 1em;
88
95
  }
89
96
 
90
- ul#toc-list {
97
+ ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
91
98
  padding:0;
92
99
  margin:0;
93
100
  }
@@ -228,14 +235,14 @@ p.document-stage {
228
235
  3.1 Titles
229
236
  */
230
237
 
231
- h1,h2,h3,h4,h5,h6 {
238
+ h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
232
239
  font-family: $headerfont;
233
240
  color: #301907;
234
241
  font-weight: 300;
235
242
  margin-top: 2em;
236
243
  }
237
244
 
238
- h1 {
245
+ h1,.h1 {
239
246
  color: #301907;
240
247
  font-size: 1.6em;
241
248
  /* margin-top: 5em; */
@@ -246,7 +253,7 @@ h1 {
246
253
  font-weight: 800;
247
254
  }
248
255
 
249
- h1#content {
256
+ h1#content,.h1#content {
250
257
  margin-top: 0em;
251
258
  margin-left: -2em;
252
259
  }
@@ -267,12 +274,12 @@ h2.containerhdr {
267
274
  padding: 45px 15px 15px 50px;
268
275
  }
269
276
 
270
- h2 {
277
+ h2,.h2 {
271
278
  font-size: 1.5em;
272
279
  font-weight: 400;
273
280
  }
274
281
 
275
- h3 {
282
+ h3,.h3 {
276
283
  font-size: 1.1em;
277
284
  font-weight: 100;
278
285
  }
@@ -534,7 +541,7 @@ p {
534
541
  margin-bottom: 1em;
535
542
  }
536
543
 
537
- h2 p {
544
+ h2 p, .h2 p {
538
545
  display: inline;
539
546
  }
540
547
 
@@ -755,7 +762,7 @@ padding: 0 2em 0 5em; }
755
762
  border-left: 0.5em solid #888;
756
763
  }
757
764
 
758
- h1, h2, h3, h4 {
765
+ h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
759
766
  page-break-after: avoid;
760
767
  margin-top: 1.2em;
761
768
  }
@@ -787,21 +794,21 @@ padding: 0 2em 0 5em; }
787
794
  padding-left: 0;
788
795
  }
789
796
 
790
- h1.content {
797
+ h1.content, .h1.content {
791
798
  margin-top: 2em;
792
799
  line-height: 2.5em;
793
800
  }
794
801
 
795
- h1 {
802
+ h1, .h1 {
796
803
  font-size: 1.5em;
797
804
  line-height: 1.5;
798
805
  }
799
806
 
800
- h2 {
807
+ h2, .h2 {
801
808
  font-size: 1.2em
802
809
  }
803
810
 
804
- h3 {
811
+ h3, .h3 {
805
812
  font-size: 1em;
806
813
  }
807
814
 
@@ -870,12 +877,12 @@ padding: 0 2em 0 5em; }
870
877
  margin-left: 1em;
871
878
  }
872
879
 
873
- h1 {
880
+ h1, .h1 {
874
881
  margin-left: 0;
875
882
  padding-left: 0;
876
883
  }
877
884
 
878
- h1#content {
885
+ h1#content, .h1#content {
879
886
  margin-left: 1em;
880
887
  }
881
888
  }
@@ -913,12 +920,12 @@ padding: 0 2em 0 5em; }
913
920
  margin-left: 2em;
914
921
  }
915
922
 
916
- h1 {
923
+ h1, .h1 {
917
924
  margin-left: 0em;
918
925
  padding-left: 0;
919
926
  }
920
927
 
921
- h1#content {
928
+ h1#content, .h1#content {
922
929
  margin-left: 1em;
923
930
  }
924
931
  }
@@ -936,8 +943,8 @@ padding: 0 2em 0 5em; }
936
943
  }
937
944
 
938
945
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
939
- .main-section h1 {margin-left:14px;}
940
- .main-section h2, h3, h4, ol, ul, p, .ms-table-wrap {margin-left:75px;}
946
+ .main-section h1, .main-section .h1 {margin-left:14px;}
947
+ .main-section h2, .main-section .h2, h3, h4, .h3, .h4, ol, ul, p, .ms-table-wrap {margin-left:75px;}
941
948
  .main-section li p {margin-left:5px;}
942
949
  .main-section li {margin-left:25px;}
943
950
  }
@@ -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;
@@ -457,7 +459,7 @@ h1.Annex {
457
459
  mso-fareast-language: JA;
458
460
  mso-bidi-font-weight: normal; }
459
461
 
460
- h2 {
462
+ h2, .h2 {
461
463
  mso-style-priority: 2;
462
464
  mso-style-unhide: no;
463
465
  mso-style-qformat: yes;
@@ -473,8 +475,6 @@ h2 {
473
475
  line-height: 12.5pt;
474
476
  mso-pagination: widow-orphan;
475
477
  page-break-after: avoid;
476
- mso-outline-level: 2;
477
- mso-list: l1 level2 lfo6;
478
478
  mso-hyphenate: none;
479
479
  tab-stops: 27.0pt 35.0pt;
480
480
  font-size: 12.0pt;
@@ -486,7 +486,11 @@ h2 {
486
486
  mso-fareast-language: JA;
487
487
  mso-bidi-font-weight: normal; }
488
488
 
489
- h3 {
489
+ h2 {
490
+ mso-outline-level: 2;
491
+ mso-list: l1 level2 lfo6; }
492
+
493
+ h3, .h3 {
490
494
  mso-style-priority: 3;
491
495
  mso-style-unhide: no;
492
496
  mso-style-qformat: yes;
@@ -502,8 +506,6 @@ h3 {
502
506
  line-height: 12.0pt;
503
507
  mso-pagination: widow-orphan;
504
508
  page-break-after: avoid;
505
- mso-outline-level: 3;
506
- mso-list: l1 level3 lfo6;
507
509
  mso-hyphenate: none;
508
510
  tab-stops: list 36.0pt left 44.0pt;
509
511
  font-size: 11.0pt;
@@ -514,7 +516,11 @@ h3 {
514
516
  mso-fareast-language: JA;
515
517
  mso-bidi-font-weight: normal; }
516
518
 
517
- h4 {
519
+ h3 {
520
+ mso-outline-level: 3;
521
+ mso-list: l1 level3 lfo6; }
522
+
523
+ h4, .h4 {
518
524
  mso-style-priority: 4;
519
525
  mso-style-unhide: no;
520
526
  mso-style-qformat: yes;
@@ -530,8 +536,6 @@ h4 {
530
536
  line-height: 12.0pt;
531
537
  mso-pagination: widow-orphan;
532
538
  page-break-after: avoid;
533
- mso-outline-level: 4;
534
- mso-list: l1 level4 lfo6;
535
539
  mso-hyphenate: none;
536
540
  tab-stops: 51.05pt 57.0pt 68.0pt;
537
541
  font-size: 11.0pt;
@@ -542,7 +546,11 @@ h4 {
542
546
  mso-fareast-language: JA;
543
547
  mso-bidi-font-weight: normal; }
544
548
 
545
- h5 {
549
+ h4 {
550
+ mso-outline-level: 4;
551
+ mso-list: l1 level4 lfo6; }
552
+
553
+ h5, .h5 {
546
554
  mso-style-priority: 5;
547
555
  mso-style-unhide: no;
548
556
  mso-style-qformat: yes;
@@ -558,8 +566,6 @@ h5 {
558
566
  line-height: 12.0pt;
559
567
  mso-pagination: widow-orphan;
560
568
  page-break-after: avoid;
561
- mso-outline-level: 5;
562
- mso-list: l1 level5 lfo6;
563
569
  mso-hyphenate: none;
564
570
  tab-stops: 51.05pt list 54.0pt;
565
571
  font-size: 11.0pt;
@@ -570,7 +576,11 @@ h5 {
570
576
  mso-fareast-language: JA;
571
577
  mso-bidi-font-weight: normal; }
572
578
 
573
- h6 {
579
+ h5 {
580
+ mso-outline-level: 5;
581
+ mso-list: l1 level5 lfo6; }
582
+
583
+ h6, .h6 {
574
584
  mso-style-priority: 6;
575
585
  mso-style-unhide: no;
576
586
  mso-style-qformat: yes;
@@ -586,8 +596,6 @@ h6 {
586
596
  line-height: 12.0pt;
587
597
  mso-pagination: widow-orphan;
588
598
  page-break-after: avoid;
589
- mso-outline-level: 6;
590
- mso-list: l1 level6 lfo6;
591
599
  mso-hyphenate: none;
592
600
  tab-stops: 51.05pt list 72.0pt;
593
601
  font-size: 11.0pt;
@@ -598,6 +606,10 @@ h6 {
598
606
  mso-fareast-language: JA;
599
607
  mso-bidi-font-weight: normal; }
600
608
 
609
+ h6 {
610
+ mso-outline-level: 6;
611
+ mso-list: l1 level6 lfo6; }
612
+
601
613
  p.MsoToc1, li.MsoToc1, div.MsoToc1 {
602
614
  mso-style-priority: 39;
603
615
  mso-style-unhide: no;