metanorma-un 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: 8abeb01f4594d299582ed20410c2ecb1383ceeb8dde9c9169fba854555cf8842
4
- data.tar.gz: 466da30ae66c596f026680172f42217bca3a1e6ed0669944ee5e82600838c6f9
3
+ metadata.gz: a200d0c0bcb461376a98c15b5f3a1799557d2f7c543c2ccd5486b8353fcb8c3e
4
+ data.tar.gz: a057c3044c90876917a4d884034776c40ecf7edccb93149c8aea2be28838b91d
5
5
  SHA512:
6
- metadata.gz: 890b27b9dfab4c41db61c1bd1f09040530b42bfc15b923ef54b61c9571ec349361d92a30010bae6ee50d4203fdeadb8f830446b58828d3a4617b3ef71d8522f2
7
- data.tar.gz: 8df3c9bf1f7d236cc62242d654f72ff92e5da1a27a1956f67bd261260be10d3afd6960a623dc6fcf170b43c0798867f37ab09a3fb6d470d61cc39fb1996a9c32
6
+ metadata.gz: d840b475ad673d5a1f994995e7996c7834f356f4a37e7655cdbb9821f697d13221c07cae29c50c0ef1fa6ba471fdae2254964c631e38f7d37089be8a94f4812f
7
+ data.tar.gz: 18a01fe3f32d1ecf1d87273cffe8dee6d2a47c3859abd503b8fdbb91c7cc06573ae23525011c5ffa83bb8eafab344909744488097f9ea5620a11024e646de1ce
@@ -797,8 +797,7 @@ div.example p.MsoListParagraph {
797
797
  font-size: {{smallerfontsize}}; }
798
798
 
799
799
  div.Note p.MsoListParagraph {
800
- font-size: {{smallerfontsize}};
801
- margin-left: 1.0cm; }
800
+ font-size: {{smallerfontsize}}; }
802
801
 
803
802
  div.Note span.stem {
804
803
  font-size: {{smallerfontsize}}; }
@@ -776,7 +776,6 @@ div.example p.MsoListParagraph {
776
776
 
777
777
  div.Note p.MsoListParagraph {
778
778
  font-size: $smallerfontsize;
779
- margin-left: 1.0cm;
780
779
  }
781
780
 
782
781
  div.Note span.stem {
@@ -828,6 +828,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
828
828
  mso-bidi-font-family: {{bodyfont}};
829
829
  mso-ansi-language: EN-GB; }
830
830
 
831
+ p.TOCTitle, li.TOCTitle, div.TOCTitle {
832
+ mso-style-name: "TOC Title";
833
+ mso-style-unhide: no;
834
+ margin-top: 0in;
835
+ margin-right: 0in;
836
+ margin-bottom: {{normalfontsize}};
837
+ margin-left: 0in;
838
+ text-align: left;
839
+ page-break-after: avoid;
840
+ mso-pagination: none;
841
+ mso-hyphenate: none;
842
+ mso-layout-grid-align: none;
843
+ font-size: {{normalfontsize}};
844
+ mso-bidi-font-size: 10.0pt;
845
+ font-weight: bold;
846
+ font-family: {{headerfont}};
847
+ mso-fareast-font-family: {{headerfont}};
848
+ mso-bidi-font-family: {{headerfont}};
849
+ mso-fareast-language: EN-US; }
850
+
831
851
  /* Page Definitions */
832
852
  @page {
833
853
  size: 612.0pt 792.0pt;
@@ -776,6 +776,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
776
776
  mso-fareast-font-family:$bodyfont;
777
777
  mso-bidi-font-family:$bodyfont;
778
778
  mso-ansi-language:EN-GB;}
779
+ p.TOCTitle, li.TOCTitle, div.TOCTitle
780
+ {mso-style-name:"TOC Title";
781
+ mso-style-unhide:no;
782
+ margin-top:0in;
783
+ margin-right:0in;
784
+ margin-bottom:$normalfontsize;
785
+ margin-left:0in;
786
+ text-align:left;
787
+ page-break-after:avoid;
788
+ mso-pagination:none;
789
+ mso-hyphenate:none;
790
+ mso-layout-grid-align:none;
791
+ font-size:$normalfontsize;
792
+ mso-bidi-font-size:10.0pt;
793
+ font-weight:bold;
794
+ font-family:$headerfont;
795
+ mso-fareast-font-family:$headerfont;
796
+ mso-bidi-font-family:$headerfont;
797
+ mso-fareast-language:EN-US;}
779
798
 
780
799
 
781
800
  /* Page Definitions */