metanorma-mpfa 0.8.2 → 0.8.5

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: 2651688661f171667344c98cc00f9e3ffe9e5b68c4291b1fde54d1b719d7601d
4
- data.tar.gz: 74aa78d7d70a2110580c6c3670fd1b5df9f01092395083fd5a6fb3a0fc8c0661
3
+ metadata.gz: 847f9fc4181ffd0e63fecc08767ab4371d0a3d47f602d55b80e3b277399e1f48
4
+ data.tar.gz: e37eed52267bd1e8138abd3aa2a9e5833fa868e26d146c145d773ce576a08fcb
5
5
  SHA512:
6
- metadata.gz: 8ce9e81eda544f3ccc445f95edc5d317ef09eb55f8b8ea057ee49b7455294feb7461bd43866a91fbbeb53d947b57f372a85e8c841ca88dd021e3e09fb43ca7f7
7
- data.tar.gz: 47d3d0f7879c9696f5706c3d7202d65dc1c2d26ed1aad754981d9e7e90082e369043af616cf8836a878033741f6481aa6c9c5a52ed33af09eb0b30faf5ba8c68
6
+ metadata.gz: c859387d71bd8f527b8b06fbba7623917dc661ee0facf583fccb5904d0cc1b94fb10a8f219e6737d0089a0b1eb0c64fcd964f5857dd061b66af63d433d5cc714
7
+ data.tar.gz: 8965a8483b443f86e3e76a5d4bc583df06e6463d7cb0c77a1e81ef36b1b4d663745cd8afc100e38522f5e162bbe80b152a70fda488e4fd331efdc02bc95399b8
@@ -786,8 +786,7 @@ div.example p.MsoListParagraph {
786
786
  font-size: {{smallerfontsize}}; }
787
787
 
788
788
  div.Note p.MsoListParagraph {
789
- font-size: {{smallerfontsize}};
790
- margin-left: 1.0cm; }
789
+ font-size: {{smallerfontsize}}; }
791
790
 
792
791
  div.Note span.stem {
793
792
  font-size: {{smallerfontsize}}; }
@@ -745,7 +745,6 @@ div.example p.MsoListParagraph {
745
745
 
746
746
  div.Note p.MsoListParagraph {
747
747
  font-size: $smallerfontsize;
748
- margin-left: 1.0cm;
749
748
  }
750
749
 
751
750
  div.Note span.stem {
@@ -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 */