metanorma-m3aawg 2.1.12 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/lib/isodoc/m3aawg/html/htmlstyle.css +6 -0
- data/lib/isodoc/m3aawg/html/wordstyle.css +150 -0
- data/lib/isodoc/m3aawg/html/wordstyle.scss +144 -0
- data/lib/isodoc/m3aawg/m3aawg.policy.xsl +251 -66
- data/lib/isodoc/m3aawg/m3aawg.report.xsl +251 -66
- data/lib/isodoc/m3aawg/presentation_xml_convert.rb +1 -1
- data/lib/metanorma/m3aawg/basicdoc.rng +3 -0
- data/lib/metanorma/m3aawg/biblio-standoc.rng +1 -1
- data/lib/metanorma/m3aawg/isodoc.rng +2 -1
- data/lib/metanorma/m3aawg/version.rb +1 -1
- data/metanorma-m3aawg.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bbe3ba796d0f3cb67f184ab340e52e327f57454c8d8ef0a8e3c2fb5623fc7c7
|
4
|
+
data.tar.gz: f2e9ea52c5b11df61566ffef5b7f471f2242b2d62cf41d4e320f88622c418a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 357c70892ae3ab54feeb368a82d37ce01502c90c8f4e08a105393b7efeced050d3a7f8f5aeddea3f3aa86e6f4c4e0e4275b1e858c1d2e72dd13c21804fa1ebe6
|
7
|
+
data.tar.gz: 51bcdfaea499366a0add9dd057b9dc71106db7128a3f8a879e01691bc3624830881dab925f5e627f4d1e2f7635f3036d2fd7f6b8660a677c4c7f2208de558578
|
data/.gitignore
CHANGED
@@ -281,6 +281,12 @@ div.colophon {
|
|
281
281
|
padding-left: 30px; }
|
282
282
|
#toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
|
283
283
|
padding-left: 50px; }
|
284
|
+
#toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
|
285
|
+
padding-left: 70px; }
|
286
|
+
#toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
|
287
|
+
padding-left: 90px; }
|
288
|
+
#toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
|
289
|
+
padding-left: 110px; }
|
284
290
|
#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 {
|
285
291
|
background: #69C5DC;
|
286
292
|
box-shadow: inset -5px 0px 10px -5px #69C5DC !important; }
|
@@ -595,6 +595,156 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
595
595
|
font-weight: bold;
|
596
596
|
mso-bidi-font-weight: normal; }
|
597
597
|
|
598
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
599
|
+
mso-style-noshow: yes;
|
600
|
+
mso-style-priority: 39;
|
601
|
+
mso-style-unhide: no;
|
602
|
+
mso-style-name: "TOC 4";
|
603
|
+
mso-style-parent: "TOC 3";
|
604
|
+
mso-style-next: Normal;
|
605
|
+
margin-top: 0cm;
|
606
|
+
margin-right: 25.0pt;
|
607
|
+
margin-bottom: 0cm;
|
608
|
+
margin-left: 36.0pt;
|
609
|
+
margin-bottom: .0001pt;
|
610
|
+
text-indent: -36.0pt;
|
611
|
+
line-height: 12.0pt;
|
612
|
+
mso-pagination: widow-orphan;
|
613
|
+
mso-hyphenate: none;
|
614
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
615
|
+
font-size: 10.5pt;
|
616
|
+
font-family: {{bodyfont}};
|
617
|
+
mso-fareast-font-family: {{bodyfont}};
|
618
|
+
mso-bidi-font-family: {{bodyfont}};
|
619
|
+
mso-ansi-language: EN-GB;
|
620
|
+
font-weight: bold;
|
621
|
+
mso-bidi-font-weight: normal; }
|
622
|
+
|
623
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
624
|
+
mso-style-noshow: yes;
|
625
|
+
mso-style-priority: 39;
|
626
|
+
mso-style-unhide: no;
|
627
|
+
mso-style-name: "TOC 5";
|
628
|
+
mso-style-parent: "TOC 4";
|
629
|
+
mso-style-next: Normal;
|
630
|
+
margin-top: 0cm;
|
631
|
+
margin-right: 25.0pt;
|
632
|
+
margin-bottom: 0cm;
|
633
|
+
margin-left: 36.0pt;
|
634
|
+
margin-bottom: .0001pt;
|
635
|
+
text-indent: -36.0pt;
|
636
|
+
line-height: 12.0pt;
|
637
|
+
mso-pagination: widow-orphan;
|
638
|
+
mso-hyphenate: none;
|
639
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
640
|
+
font-size: 10.5pt;
|
641
|
+
font-family: {{bodyfont}};
|
642
|
+
mso-fareast-font-family: {{bodyfont}};
|
643
|
+
mso-bidi-font-family: {{bodyfont}};
|
644
|
+
mso-ansi-language: EN-GB;
|
645
|
+
font-weight: bold;
|
646
|
+
mso-bidi-font-weight: normal; }
|
647
|
+
|
648
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
649
|
+
mso-style-noshow: yes;
|
650
|
+
mso-style-priority: 39;
|
651
|
+
mso-style-unhide: no;
|
652
|
+
mso-style-name: "TOC 6";
|
653
|
+
mso-style-parent: "TOC 5";
|
654
|
+
mso-style-next: Normal;
|
655
|
+
margin-top: 0cm;
|
656
|
+
margin-right: 25.0pt;
|
657
|
+
margin-bottom: 0cm;
|
658
|
+
margin-left: 36.0pt;
|
659
|
+
margin-bottom: .0001pt;
|
660
|
+
text-indent: -36.0pt;
|
661
|
+
line-height: 12.0pt;
|
662
|
+
mso-pagination: widow-orphan;
|
663
|
+
mso-hyphenate: none;
|
664
|
+
tab-stops: 20.15pt 55.0pt right dotted 487.6pt;
|
665
|
+
font-size: 10.5pt;
|
666
|
+
font-family: {{bodyfont}};
|
667
|
+
mso-fareast-font-family: {{bodyfont}};
|
668
|
+
mso-bidi-font-family: {{bodyfont}};
|
669
|
+
mso-ansi-language: EN-GB;
|
670
|
+
font-weight: bold;
|
671
|
+
mso-bidi-font-weight: normal; }
|
672
|
+
|
673
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
674
|
+
mso-style-noshow: yes;
|
675
|
+
mso-style-priority: 39;
|
676
|
+
mso-style-unhide: no;
|
677
|
+
mso-style-name: "TOC 7";
|
678
|
+
mso-style-parent: "TOC 6";
|
679
|
+
mso-style-next: Normal;
|
680
|
+
margin-top: 0cm;
|
681
|
+
margin-right: 25.0pt;
|
682
|
+
margin-bottom: 0cm;
|
683
|
+
margin-left: 36.0pt;
|
684
|
+
margin-bottom: .0001pt;
|
685
|
+
text-indent: -36.0pt;
|
686
|
+
line-height: 12.0pt;
|
687
|
+
mso-pagination: widow-orphan;
|
688
|
+
mso-hyphenate: none;
|
689
|
+
tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
|
690
|
+
font-size: 10.5pt;
|
691
|
+
font-family: {{bodyfont}};
|
692
|
+
mso-fareast-font-family: {{bodyfont}};
|
693
|
+
mso-bidi-font-family: {{bodyfont}};
|
694
|
+
mso-ansi-language: EN-GB;
|
695
|
+
font-weight: bold;
|
696
|
+
mso-bidi-font-weight: normal; }
|
697
|
+
|
698
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
699
|
+
mso-style-noshow: yes;
|
700
|
+
mso-style-priority: 39;
|
701
|
+
mso-style-unhide: no;
|
702
|
+
mso-style-name: "TOC 8";
|
703
|
+
mso-style-parent: "TOC 7";
|
704
|
+
mso-style-next: Normal;
|
705
|
+
margin-top: 0cm;
|
706
|
+
margin-right: 25.0pt;
|
707
|
+
margin-bottom: 0cm;
|
708
|
+
margin-left: 36.0pt;
|
709
|
+
margin-bottom: .0001pt;
|
710
|
+
text-indent: -36.0pt;
|
711
|
+
line-height: 12.0pt;
|
712
|
+
mso-pagination: widow-orphan;
|
713
|
+
mso-hyphenate: none;
|
714
|
+
tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
|
715
|
+
font-size: 10.5pt;
|
716
|
+
font-family: {{bodyfont}};
|
717
|
+
mso-fareast-font-family: {{bodyfont}};
|
718
|
+
mso-bidi-font-family: {{bodyfont}};
|
719
|
+
mso-ansi-language: EN-GB;
|
720
|
+
font-weight: bold;
|
721
|
+
mso-bidi-font-weight: normal; }
|
722
|
+
|
723
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
724
|
+
mso-style-noshow: yes;
|
725
|
+
mso-style-priority: 39;
|
726
|
+
mso-style-unhide: no;
|
727
|
+
mso-style-name: "TOC 9";
|
728
|
+
mso-style-parent: "TOC 8";
|
729
|
+
mso-style-next: Normal;
|
730
|
+
margin-top: 0cm;
|
731
|
+
margin-right: 25.0pt;
|
732
|
+
margin-bottom: 0cm;
|
733
|
+
margin-left: 36.0pt;
|
734
|
+
margin-bottom: .0001pt;
|
735
|
+
text-indent: -36.0pt;
|
736
|
+
line-height: 12.0pt;
|
737
|
+
mso-pagination: widow-orphan;
|
738
|
+
mso-hyphenate: none;
|
739
|
+
tab-stops: 20.15pt 78.0pt right dotted 487.6pt;
|
740
|
+
font-size: 10.5pt;
|
741
|
+
font-family: {{bodyfont}};
|
742
|
+
mso-fareast-font-family: {{bodyfont}};
|
743
|
+
mso-bidi-font-family: {{bodyfont}};
|
744
|
+
mso-ansi-language: EN-GB;
|
745
|
+
font-weight: bold;
|
746
|
+
mso-bidi-font-weight: normal; }
|
747
|
+
|
598
748
|
span.MsoFootnoteReference {
|
599
749
|
mso-style-priority: 99;
|
600
750
|
mso-style-name: "Footnote Reference";
|
@@ -558,6 +558,150 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
558
558
|
mso-ansi-language:EN-GB;
|
559
559
|
font-weight:bold;
|
560
560
|
mso-bidi-font-weight:normal;}
|
561
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4
|
562
|
+
{mso-style-noshow:yes;
|
563
|
+
mso-style-priority:39;
|
564
|
+
mso-style-unhide:no;
|
565
|
+
mso-style-name:"TOC 4";
|
566
|
+
mso-style-parent:"TOC 3";
|
567
|
+
mso-style-next:Normal;
|
568
|
+
margin-top:0cm;
|
569
|
+
margin-right:25.0pt;
|
570
|
+
margin-bottom:0cm;
|
571
|
+
margin-left:36.0pt;
|
572
|
+
margin-bottom:.0001pt;
|
573
|
+
text-indent:-36.0pt;
|
574
|
+
line-height:12.0pt;
|
575
|
+
mso-pagination:widow-orphan;
|
576
|
+
mso-hyphenate:none;
|
577
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
578
|
+
font-size:10.5pt;
|
579
|
+
font-family:$bodyfont;
|
580
|
+
mso-fareast-font-family:$bodyfont;
|
581
|
+
mso-bidi-font-family:$bodyfont;
|
582
|
+
mso-ansi-language:EN-GB;
|
583
|
+
font-weight:bold;
|
584
|
+
mso-bidi-font-weight:normal;}
|
585
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5
|
586
|
+
{mso-style-noshow:yes;
|
587
|
+
mso-style-priority:39;
|
588
|
+
mso-style-unhide:no;
|
589
|
+
mso-style-name:"TOC 5";
|
590
|
+
mso-style-parent:"TOC 4";
|
591
|
+
mso-style-next:Normal;
|
592
|
+
margin-top:0cm;
|
593
|
+
margin-right:25.0pt;
|
594
|
+
margin-bottom:0cm;
|
595
|
+
margin-left:36.0pt;
|
596
|
+
margin-bottom:.0001pt;
|
597
|
+
text-indent:-36.0pt;
|
598
|
+
line-height:12.0pt;
|
599
|
+
mso-pagination:widow-orphan;
|
600
|
+
mso-hyphenate:none;
|
601
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
602
|
+
font-size:10.5pt;
|
603
|
+
font-family:$bodyfont;
|
604
|
+
mso-fareast-font-family:$bodyfont;
|
605
|
+
mso-bidi-font-family:$bodyfont;
|
606
|
+
mso-ansi-language:EN-GB;
|
607
|
+
font-weight:bold;
|
608
|
+
mso-bidi-font-weight:normal;}
|
609
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6
|
610
|
+
{mso-style-noshow:yes;
|
611
|
+
mso-style-priority:39;
|
612
|
+
mso-style-unhide:no;
|
613
|
+
mso-style-name:"TOC 6";
|
614
|
+
mso-style-parent:"TOC 5";
|
615
|
+
mso-style-next:Normal;
|
616
|
+
margin-top:0cm;
|
617
|
+
margin-right:25.0pt;
|
618
|
+
margin-bottom:0cm;
|
619
|
+
margin-left:36.0pt;
|
620
|
+
margin-bottom:.0001pt;
|
621
|
+
text-indent:-36.0pt;
|
622
|
+
line-height:12.0pt;
|
623
|
+
mso-pagination:widow-orphan;
|
624
|
+
mso-hyphenate:none;
|
625
|
+
tab-stops:20.15pt 55.0pt right dotted 487.6pt;
|
626
|
+
font-size:10.5pt;
|
627
|
+
font-family:$bodyfont;
|
628
|
+
mso-fareast-font-family:$bodyfont;
|
629
|
+
mso-bidi-font-family:$bodyfont;
|
630
|
+
mso-ansi-language:EN-GB;
|
631
|
+
font-weight:bold;
|
632
|
+
mso-bidi-font-weight:normal;}
|
633
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7
|
634
|
+
{mso-style-noshow:yes;
|
635
|
+
mso-style-priority:39;
|
636
|
+
mso-style-unhide:no;
|
637
|
+
mso-style-name:"TOC 7";
|
638
|
+
mso-style-parent:"TOC 6";
|
639
|
+
mso-style-next:Normal;
|
640
|
+
margin-top:0cm;
|
641
|
+
margin-right:25.0pt;
|
642
|
+
margin-bottom:0cm;
|
643
|
+
margin-left:36.0pt;
|
644
|
+
margin-bottom:.0001pt;
|
645
|
+
text-indent:-36.0pt;
|
646
|
+
line-height:12.0pt;
|
647
|
+
mso-pagination:widow-orphan;
|
648
|
+
mso-hyphenate:none;
|
649
|
+
tab-stops:20.15pt 62.7pt right dotted 487.6pt;
|
650
|
+
font-size:10.5pt;
|
651
|
+
font-family:$bodyfont;
|
652
|
+
mso-fareast-font-family:$bodyfont;
|
653
|
+
mso-bidi-font-family:$bodyfont;
|
654
|
+
mso-ansi-language:EN-GB;
|
655
|
+
font-weight:bold;
|
656
|
+
mso-bidi-font-weight:normal;}
|
657
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8
|
658
|
+
{mso-style-noshow:yes;
|
659
|
+
mso-style-priority:39;
|
660
|
+
mso-style-unhide:no;
|
661
|
+
mso-style-name:"TOC 8";
|
662
|
+
mso-style-parent:"TOC 7";
|
663
|
+
mso-style-next:Normal;
|
664
|
+
margin-top:0cm;
|
665
|
+
margin-right:25.0pt;
|
666
|
+
margin-bottom:0cm;
|
667
|
+
margin-left:36.0pt;
|
668
|
+
margin-bottom:.0001pt;
|
669
|
+
text-indent:-36.0pt;
|
670
|
+
line-height:12.0pt;
|
671
|
+
mso-pagination:widow-orphan;
|
672
|
+
mso-hyphenate:none;
|
673
|
+
tab-stops:20.15pt 70.3pt right dotted 487.6pt;
|
674
|
+
font-size:10.5pt;
|
675
|
+
font-family:$bodyfont;
|
676
|
+
mso-fareast-font-family:$bodyfont;
|
677
|
+
mso-bidi-font-family:$bodyfont;
|
678
|
+
mso-ansi-language:EN-GB;
|
679
|
+
font-weight:bold;
|
680
|
+
mso-bidi-font-weight:normal;}
|
681
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9
|
682
|
+
{mso-style-noshow:yes;
|
683
|
+
mso-style-priority:39;
|
684
|
+
mso-style-unhide:no;
|
685
|
+
mso-style-name:"TOC 9";
|
686
|
+
mso-style-parent:"TOC 8";
|
687
|
+
mso-style-next:Normal;
|
688
|
+
margin-top:0cm;
|
689
|
+
margin-right:25.0pt;
|
690
|
+
margin-bottom:0cm;
|
691
|
+
margin-left:36.0pt;
|
692
|
+
margin-bottom:.0001pt;
|
693
|
+
text-indent:-36.0pt;
|
694
|
+
line-height:12.0pt;
|
695
|
+
mso-pagination:widow-orphan;
|
696
|
+
mso-hyphenate:none;
|
697
|
+
tab-stops:20.15pt 78.0pt right dotted 487.6pt;
|
698
|
+
font-size:10.5pt;
|
699
|
+
font-family:$bodyfont;
|
700
|
+
mso-fareast-font-family:$bodyfont;
|
701
|
+
mso-bidi-font-family:$bodyfont;
|
702
|
+
mso-ansi-language:EN-GB;
|
703
|
+
font-weight:bold;
|
704
|
+
mso-bidi-font-weight:normal;}
|
561
705
|
span.MsoFootnoteReference
|
562
706
|
{mso-style-priority:99;
|
563
707
|
mso-style-name:"Footnote Reference";
|