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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bfc9a6602e7570652108c3aa27876f1f96ca82cc2b3f41dfab772af87f4dcd5
4
- data.tar.gz: 5b55eace081ae9958552a827578938df2ae5c280cabd784909797aceb9aff6cf
3
+ metadata.gz: 847f9fc4181ffd0e63fecc08767ab4371d0a3d47f602d55b80e3b277399e1f48
4
+ data.tar.gz: e37eed52267bd1e8138abd3aa2a9e5833fa868e26d146c145d773ce576a08fcb
5
5
  SHA512:
6
- metadata.gz: d13d00f1c7ec2320bbbdbe24694b755f040ef017031be6010ac6edb7be7b564f96fac143853e2ef195d906c30a098f4e648260a598b68a4638a718202fb3f6b1
7
- data.tar.gz: 566e952676574550d67bd6592f352c54269cf1c3d57961cc6ba1977ea3057512b55e1363caef53c7492270ff03216c0e7cefb7b0c7713d011e6740b9393fdb6c
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 */