metanorma-m3aawg 2.0.4 → 2.0.5
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 +4 -4
- data/lib/isodoc/m3aawg/html/wordstyle.css +20 -0
- data/lib/isodoc/m3aawg/html/wordstyle.scss +19 -0
- data/lib/isodoc/m3aawg/m3aawg.policy.xsl +345 -84
- data/lib/isodoc/m3aawg/m3aawg.report.xsl +345 -84
- data/lib/metanorma/m3aawg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11f21ae7cdb0a02c67d9c64e78177ea22e7976f963b3c6752187f452e522fcd7
|
4
|
+
data.tar.gz: ae61b774ad47a4117772c7ddf292e10d800409bb7477c4fa6eea280710945640
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe2e96c4afa501035bf0147c4e60511fe9b9ba3a85a7c1e133cc2bbf528d26429ceab5a115b8a768aca8c41dc7a6419d9bd38f2352cff7f92b3d5411489d592a
|
7
|
+
data.tar.gz: a94e9f6f546ea766b86ea657c543a7057369435bf2ed5fdb988baba72e237e1e989e40fc93e1c73ca58a313acaa006846e0d5b277c38cfd0c8c47b92336c4ada
|
@@ -756,6 +756,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
|
|
756
756
|
mso-bidi-font-family: {{bodyfont}};
|
757
757
|
mso-ansi-language: EN-GB; }
|
758
758
|
|
759
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
760
|
+
mso-style-name: "TOC Title";
|
761
|
+
mso-style-unhide: no;
|
762
|
+
margin-top: 0in;
|
763
|
+
margin-right: 0in;
|
764
|
+
margin-bottom: {{normalfontsize}};
|
765
|
+
margin-left: 0in;
|
766
|
+
text-align: left;
|
767
|
+
page-break-after: avoid;
|
768
|
+
mso-pagination: none;
|
769
|
+
mso-hyphenate: none;
|
770
|
+
mso-layout-grid-align: none;
|
771
|
+
font-size: {{normalfontsize}};
|
772
|
+
mso-bidi-font-size: 10.0pt;
|
773
|
+
font-weight: bold;
|
774
|
+
font-family: {{headerfont}};
|
775
|
+
mso-fareast-font-family: {{headerfont}};
|
776
|
+
mso-bidi-font-family: {{headerfont}};
|
777
|
+
mso-fareast-language: EN-US; }
|
778
|
+
|
759
779
|
/* Page Definitions */
|
760
780
|
@page {
|
761
781
|
size: 612.0pt 792.0pt;
|
@@ -709,6 +709,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
709
709
|
mso-fareast-font-family:$bodyfont;
|
710
710
|
mso-bidi-font-family:$bodyfont;
|
711
711
|
mso-ansi-language:EN-GB;}
|
712
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle
|
713
|
+
{mso-style-name:"TOC Title";
|
714
|
+
mso-style-unhide:no;
|
715
|
+
margin-top:0in;
|
716
|
+
margin-right:0in;
|
717
|
+
margin-bottom:$normalfontsize;
|
718
|
+
margin-left:0in;
|
719
|
+
text-align:left;
|
720
|
+
page-break-after:avoid;
|
721
|
+
mso-pagination:none;
|
722
|
+
mso-hyphenate:none;
|
723
|
+
mso-layout-grid-align:none;
|
724
|
+
font-size:$normalfontsize;
|
725
|
+
mso-bidi-font-size:10.0pt;
|
726
|
+
font-weight:bold;
|
727
|
+
font-family:$headerfont;
|
728
|
+
mso-fareast-font-family:$headerfont;
|
729
|
+
mso-bidi-font-family:$headerfont;
|
730
|
+
mso-fareast-language:EN-US;}
|
712
731
|
|
713
732
|
|
714
733
|
/* Page Definitions */
|