metanorma-generic 1.11.2 → 1.11.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b32cd6e5f3cc657071de1b5986d4d9a8be0dc4131be18e121503c190c094efe
|
|
4
|
+
data.tar.gz: b15fddbf413d229223261950534adbf6ed23cd88a1a77be3caf09323833b7c03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4541dfe4894263500820f3d81192b87c389813508a2b7971748108e825616fb7dd7fcbd1136fc8c1c8d27cd8416cbc16ac3ff0a328ca06c084bcda587e97ed06
|
|
7
|
+
data.tar.gz: a3566a10cf53b3d19b22a99628f4949311e98472e52d3d54c229814d97e91e16259c96d5bee7457f796d0beb3c3a9e80dee96c1e80ace36a2cb47069634212bb
|
|
@@ -1973,7 +1973,11 @@
|
|
|
1973
1973
|
</optional>
|
|
1974
1974
|
<element name="name">
|
|
1975
1975
|
<zeroOrMore>
|
|
1976
|
-
<
|
|
1976
|
+
<choice>
|
|
1977
|
+
<ref name="PureTextElement"/>
|
|
1978
|
+
<ref name="stem"/>
|
|
1979
|
+
<ref name="index"/>
|
|
1980
|
+
</choice>
|
|
1977
1981
|
</zeroOrMore>
|
|
1978
1982
|
</element>
|
|
1979
1983
|
<optional>
|
|
@@ -1987,7 +1991,7 @@
|
|
|
1987
1991
|
</element>
|
|
1988
1992
|
</optional>
|
|
1989
1993
|
<optional>
|
|
1990
|
-
<element name="grammar
|
|
1994
|
+
<element name="grammar">
|
|
1991
1995
|
<ref name="Grammar"/>
|
|
1992
1996
|
</element>
|
|
1993
1997
|
</optional>
|
|
@@ -186,7 +186,7 @@ p.document-stage {
|
|
|
186
186
|
3.1 Titles
|
|
187
187
|
*/
|
|
188
188
|
|
|
189
|
-
h1,h2,h3,h4,h5,h6 {
|
|
189
|
+
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
|
|
190
190
|
font-family: $headerfont;
|
|
191
191
|
color: #1661AD;
|
|
192
192
|
font-weight: 300;
|
|
@@ -194,23 +194,23 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
194
194
|
margin-bottom: 0.3em;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
h1 {
|
|
197
|
+
h1,.h1 {
|
|
198
198
|
font-size: 1.6em;
|
|
199
199
|
text-transform: uppercase;
|
|
200
200
|
margin-top: 2em;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
h1#content {
|
|
203
|
+
h1#content, .h1#content {
|
|
204
204
|
margin-top: 2em;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
h2 {
|
|
207
|
+
h2,.h2 {
|
|
208
208
|
margin-top: 1.3em;
|
|
209
209
|
font-size: 1.3em;
|
|
210
210
|
font-weight: 400;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
h3 {
|
|
213
|
+
h3,.h3 {
|
|
214
214
|
margin-top: 1.1em;
|
|
215
215
|
font-size: 1.1em;
|
|
216
216
|
font-weight: 100;
|
|
@@ -640,7 +640,7 @@ To top button
|
|
|
640
640
|
page-break-after: always;
|
|
641
641
|
}
|
|
642
642
|
|
|
643
|
-
h1, h2, h3, h4 {
|
|
643
|
+
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
|
|
644
644
|
page-break-after: avoid;
|
|
645
645
|
margin-top: 1.2em;
|
|
646
646
|
}
|
|
@@ -675,21 +675,21 @@ To top button
|
|
|
675
675
|
padding-left: 0;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
h1.content {
|
|
678
|
+
h1.content, .h1.content {
|
|
679
679
|
margin-top: 2em;
|
|
680
680
|
line-height: 2.5em;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
-
h1 {
|
|
683
|
+
h1,.h1 {
|
|
684
684
|
font-size: 1.5em;
|
|
685
685
|
line-height: 1.5;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
-
h2 {
|
|
688
|
+
h2,.h2 {
|
|
689
689
|
font-size: 1.2em
|
|
690
690
|
}
|
|
691
691
|
|
|
692
|
-
h3 {
|
|
692
|
+
h3,.h3 {
|
|
693
693
|
font-size: 1em;
|
|
694
694
|
}
|
|
695
695
|
|
|
@@ -338,7 +338,7 @@ div.figure, p.figure
|
|
|
338
338
|
{text-align: center;}
|
|
339
339
|
|
|
340
340
|
|
|
341
|
-
h1
|
|
341
|
+
h1,.h1
|
|
342
342
|
{mso-style-priority:1;
|
|
343
343
|
mso-style-unhide:no;
|
|
344
344
|
mso-style-qformat:yes;
|
|
@@ -352,8 +352,6 @@ h1
|
|
|
352
352
|
line-height:13.5pt;
|
|
353
353
|
mso-pagination:widow-orphan;
|
|
354
354
|
page-break-after:avoid;
|
|
355
|
-
mso-outline-level:1;
|
|
356
|
-
mso-list:l1 level1 lfo6;
|
|
357
355
|
mso-hyphenate:none;
|
|
358
356
|
tab-stops:20.0pt list 21.6pt left 28.0pt;
|
|
359
357
|
font-size:13.0pt;
|
|
@@ -365,6 +363,10 @@ h1
|
|
|
365
363
|
mso-ansi-language:EN-GB;
|
|
366
364
|
mso-fareast-language:JA;
|
|
367
365
|
mso-bidi-font-weight:normal;}
|
|
366
|
+
h1 {
|
|
367
|
+
mso-outline-level:1;
|
|
368
|
+
mso-list:l1 level1 lfo6;
|
|
369
|
+
}
|
|
368
370
|
h1.Annex
|
|
369
371
|
{mso-style-priority:1;
|
|
370
372
|
mso-style-unhide:no;
|
|
@@ -421,7 +423,7 @@ h1.Annex
|
|
|
421
423
|
mso-ansi-language:EN-GB;
|
|
422
424
|
mso-fareast-language:JA;
|
|
423
425
|
mso-bidi-font-weight:normal;}
|
|
424
|
-
h2
|
|
426
|
+
h2, .h2
|
|
425
427
|
{mso-style-priority:2;
|
|
426
428
|
mso-style-unhide:no;
|
|
427
429
|
mso-style-qformat:yes;
|
|
@@ -436,8 +438,6 @@ h2
|
|
|
436
438
|
line-height:12.5pt;
|
|
437
439
|
mso-pagination:widow-orphan;
|
|
438
440
|
page-break-after:avoid;
|
|
439
|
-
mso-outline-level:2;
|
|
440
|
-
mso-list:l1 level2 lfo6;
|
|
441
441
|
mso-hyphenate:none;
|
|
442
442
|
tab-stops:27.0pt 35.0pt;
|
|
443
443
|
font-size:12.0pt;
|
|
@@ -448,7 +448,11 @@ h2
|
|
|
448
448
|
mso-ansi-language:EN-GB;
|
|
449
449
|
mso-fareast-language:JA;
|
|
450
450
|
mso-bidi-font-weight:normal;}
|
|
451
|
-
|
|
451
|
+
h2 {
|
|
452
|
+
mso-outline-level:2;
|
|
453
|
+
mso-list:l1 level2 lfo6;
|
|
454
|
+
}
|
|
455
|
+
h3, .h3
|
|
452
456
|
{mso-style-priority:3;
|
|
453
457
|
mso-style-unhide:no;
|
|
454
458
|
mso-style-qformat:yes;
|
|
@@ -463,8 +467,6 @@ h3
|
|
|
463
467
|
line-height:12.0pt;
|
|
464
468
|
mso-pagination:widow-orphan;
|
|
465
469
|
page-break-after:avoid;
|
|
466
|
-
mso-outline-level:3;
|
|
467
|
-
mso-list:l1 level3 lfo6;
|
|
468
470
|
mso-hyphenate:none;
|
|
469
471
|
tab-stops:list 36.0pt left 44.0pt;
|
|
470
472
|
font-size:11.0pt;
|
|
@@ -474,7 +476,11 @@ h3
|
|
|
474
476
|
mso-ansi-language:EN-GB;
|
|
475
477
|
mso-fareast-language:JA;
|
|
476
478
|
mso-bidi-font-weight:normal;}
|
|
477
|
-
|
|
479
|
+
h3 {
|
|
480
|
+
mso-outline-level:3;
|
|
481
|
+
mso-list:l1 level3 lfo6;
|
|
482
|
+
}
|
|
483
|
+
h4, .h4
|
|
478
484
|
{mso-style-priority:4;
|
|
479
485
|
mso-style-unhide:no;
|
|
480
486
|
mso-style-qformat:yes;
|
|
@@ -489,8 +495,6 @@ h4
|
|
|
489
495
|
line-height:12.0pt;
|
|
490
496
|
mso-pagination:widow-orphan;
|
|
491
497
|
page-break-after:avoid;
|
|
492
|
-
mso-outline-level:4;
|
|
493
|
-
mso-list:l1 level4 lfo6;
|
|
494
498
|
mso-hyphenate:none;
|
|
495
499
|
tab-stops:51.05pt 57.0pt 68.0pt;
|
|
496
500
|
font-size:11.0pt;
|
|
@@ -500,7 +504,11 @@ h4
|
|
|
500
504
|
mso-ansi-language:EN-GB;
|
|
501
505
|
mso-fareast-language:JA;
|
|
502
506
|
mso-bidi-font-weight:normal;}
|
|
503
|
-
|
|
507
|
+
h4 {
|
|
508
|
+
mso-outline-level:4;
|
|
509
|
+
mso-list:l1 level4 lfo6;
|
|
510
|
+
}
|
|
511
|
+
h5, .h5
|
|
504
512
|
{mso-style-priority:5;
|
|
505
513
|
mso-style-unhide:no;
|
|
506
514
|
mso-style-qformat:yes;
|
|
@@ -515,8 +523,6 @@ h5
|
|
|
515
523
|
line-height:12.0pt;
|
|
516
524
|
mso-pagination:widow-orphan;
|
|
517
525
|
page-break-after:avoid;
|
|
518
|
-
mso-outline-level:5;
|
|
519
|
-
mso-list:l1 level5 lfo6;
|
|
520
526
|
mso-hyphenate:none;
|
|
521
527
|
tab-stops:51.05pt list 54.0pt;
|
|
522
528
|
font-size:11.0pt;
|
|
@@ -526,7 +532,11 @@ h5
|
|
|
526
532
|
mso-ansi-language:EN-GB;
|
|
527
533
|
mso-fareast-language:JA;
|
|
528
534
|
mso-bidi-font-weight:normal;}
|
|
529
|
-
|
|
535
|
+
h5 {
|
|
536
|
+
mso-outline-level:5;
|
|
537
|
+
mso-list:l1 level5 lfo6;
|
|
538
|
+
}
|
|
539
|
+
h6, .h6
|
|
530
540
|
{mso-style-priority:6;
|
|
531
541
|
mso-style-unhide:no;
|
|
532
542
|
mso-style-qformat:yes;
|
|
@@ -541,8 +551,6 @@ h6
|
|
|
541
551
|
line-height:12.0pt;
|
|
542
552
|
mso-pagination:widow-orphan;
|
|
543
553
|
page-break-after:avoid;
|
|
544
|
-
mso-outline-level:6;
|
|
545
|
-
mso-list:l1 level6 lfo6;
|
|
546
554
|
mso-hyphenate:none;
|
|
547
555
|
tab-stops:51.05pt list 72.0pt;
|
|
548
556
|
font-size:11.0pt;
|
|
@@ -552,6 +560,10 @@ h6
|
|
|
552
560
|
mso-ansi-language:EN-GB;
|
|
553
561
|
mso-fareast-language:JA;
|
|
554
562
|
mso-bidi-font-weight:normal;}
|
|
563
|
+
h6 {
|
|
564
|
+
mso-outline-level:6;
|
|
565
|
+
mso-list:l1 level6 lfo6;
|
|
566
|
+
}
|
|
555
567
|
p.MsoToc1, li.MsoToc1, div.MsoToc1
|
|
556
568
|
{mso-style-priority:39;
|
|
557
569
|
mso-style-unhide:no;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-generic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.
|
|
4
|
+
version: 1.11.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlentities
|