metanorma-mpfa 0.8.4 → 0.8.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/mpfa/html/wordstyle.css +20 -0
- data/lib/isodoc/mpfa/html/wordstyle.scss +19 -0
- data/lib/isodoc/mpfa/mpfa.circular.xsl +336 -96
- data/lib/isodoc/mpfa/mpfa.compliance-standards-for-mpf-trustees.xsl +336 -96
- data/lib/isodoc/mpfa/mpfa.guidelines.xsl +336 -96
- data/lib/isodoc/mpfa/mpfa.standards.xsl +336 -96
- data/lib/isodoc/mpfa/mpfa.supervision-of-mpf-intermediaries.xsl +336 -96
- data/lib/metanorma/mpfa/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: 847f9fc4181ffd0e63fecc08767ab4371d0a3d47f602d55b80e3b277399e1f48
|
|
4
|
+
data.tar.gz: e37eed52267bd1e8138abd3aa2a9e5833fa868e26d146c145d773ce576a08fcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c859387d71bd8f527b8b06fbba7623917dc661ee0facf583fccb5904d0cc1b94fb10a8f219e6737d0089a0b1eb0c64fcd964f5857dd061b66af63d433d5cc714
|
|
7
|
+
data.tar.gz: 8965a8483b443f86e3e76a5d4bc583df06e6463d7cb0c77a1e81ef36b1b4d663745cd8afc100e38522f5e162bbe80b152a70fda488e4fd331efdc02bc95399b8
|
|
@@ -844,6 +844,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
|
|
|
844
844
|
mso-bidi-font-family: {{bodyfont}};
|
|
845
845
|
mso-ansi-language: EN-GB; }
|
|
846
846
|
|
|
847
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
|
848
|
+
mso-style-name: "TOC Title";
|
|
849
|
+
mso-style-unhide: no;
|
|
850
|
+
margin-top: 0in;
|
|
851
|
+
margin-right: 0in;
|
|
852
|
+
margin-bottom: {{normalfontsize}};
|
|
853
|
+
margin-left: 0in;
|
|
854
|
+
text-align: left;
|
|
855
|
+
page-break-after: avoid;
|
|
856
|
+
mso-pagination: none;
|
|
857
|
+
mso-hyphenate: none;
|
|
858
|
+
mso-layout-grid-align: none;
|
|
859
|
+
font-size: {{normalfontsize}};
|
|
860
|
+
mso-bidi-font-size: 10.0pt;
|
|
861
|
+
font-weight: bold;
|
|
862
|
+
font-family: {{headerfont}};
|
|
863
|
+
mso-fareast-font-family: {{headerfont}};
|
|
864
|
+
mso-bidi-font-family: {{headerfont}};
|
|
865
|
+
mso-fareast-language: EN-US; }
|
|
866
|
+
|
|
847
867
|
/* Page Definitions */
|
|
848
868
|
@page {
|
|
849
869
|
size: 612.0pt 792.0pt;
|
|
@@ -793,6 +793,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
|
793
793
|
mso-fareast-font-family:$bodyfont;
|
|
794
794
|
mso-bidi-font-family:$bodyfont;
|
|
795
795
|
mso-ansi-language:EN-GB;}
|
|
796
|
+
p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
797
|
+
{mso-style-name:"TOC Title";
|
|
798
|
+
mso-style-unhide:no;
|
|
799
|
+
margin-top:0in;
|
|
800
|
+
margin-right:0in;
|
|
801
|
+
margin-bottom:$normalfontsize;
|
|
802
|
+
margin-left:0in;
|
|
803
|
+
text-align:left;
|
|
804
|
+
page-break-after:avoid;
|
|
805
|
+
mso-pagination:none;
|
|
806
|
+
mso-hyphenate:none;
|
|
807
|
+
mso-layout-grid-align:none;
|
|
808
|
+
font-size:$normalfontsize;
|
|
809
|
+
mso-bidi-font-size:10.0pt;
|
|
810
|
+
font-weight:bold;
|
|
811
|
+
font-family:$headerfont;
|
|
812
|
+
mso-fareast-font-family:$headerfont;
|
|
813
|
+
mso-bidi-font-family:$headerfont;
|
|
814
|
+
mso-fareast-language:EN-US;}
|
|
796
815
|
|
|
797
816
|
|
|
798
817
|
/* Page Definitions */
|