metanorma-m3aawg 2.0.2 → 2.0.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: c9ffc3faeee0a9bef33294f0810731d5cee98ba89a2454393bf912fd8b6e1ab7
4
- data.tar.gz: 5606ea84d5db030ad1d0026c842f04ea5de825173c4d16f232d2eb62a53d01f5
3
+ metadata.gz: 11f21ae7cdb0a02c67d9c64e78177ea22e7976f963b3c6752187f452e522fcd7
4
+ data.tar.gz: ae61b774ad47a4117772c7ddf292e10d800409bb7477c4fa6eea280710945640
5
5
  SHA512:
6
- metadata.gz: 17aea2c9871a1996a9d732c7e7513795159407ae3a26fc2843eab30d8f0d140ff6048e0d3b2b3a12f929b1d3dd871a2fba7e1b4791464723f12762f25525c6cf
7
- data.tar.gz: bacddc700ac108c244ae159a8e9e8b825a9a01370d5dea94bc38ebc4bb235c63ff8684c72923cd24aeb452ca0ff31b34e600edcd5668c64bbbdc3e792c63161d
6
+ metadata.gz: fe2e96c4afa501035bf0147c4e60511fe9b9ba3a85a7c1e133cc2bbf528d26429ceab5a115b8a768aca8c41dc7a6419d9bd38f2352cff7f92b3d5411489d592a
7
+ data.tar.gz: a94e9f6f546ea766b86ea657c543a7057369435bf2ed5fdb988baba72e237e1e989e40fc93e1c73ca58a313acaa006846e0d5b277c38cfd0c8c47b92336c4ada
@@ -750,8 +750,7 @@ div.example p.MsoListParagraph {
750
750
  font-size: {{smallerfontsize}}; }
751
751
 
752
752
  div.Note p.MsoListParagraph {
753
- font-size: {{smallerfontsize}};
754
- margin-left: 1.0cm; }
753
+ font-size: {{smallerfontsize}}; }
755
754
 
756
755
  div.Note span.stem {
757
756
  font-size: {{smallerfontsize}}; }
@@ -732,7 +732,6 @@ div.example p.MsoListParagraph {
732
732
 
733
733
  div.Note p.MsoListParagraph {
734
734
  font-size: $smallerfontsize;
735
- margin-left: 1.0cm;
736
735
  }
737
736
 
738
737
  div.Note span.stem {
@@ -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 */