metanorma-iho 0.5.2 → 0.5.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: 9fafafd3ab36e3c13c4f6e457fe3d2945af2edd5a3b6845900f48d389c5d99a9
4
- data.tar.gz: 69284c7815c737dfdcbf0acae6a22c5ba1cf4da252f30c370fa07a16ee665375
3
+ metadata.gz: fbec6760436c7d93eb4571c84859ecf2c5fe37ce66b6aee1ecd2d3064cd173e2
4
+ data.tar.gz: 125b9ff53cf012fc390ddd071d87e8a4b143d483598f267e22343c2b1a5f25ad
5
5
  SHA512:
6
- metadata.gz: 738bb5b33af8f34d89bbe90b71927d6ecb9b2e134bf82a256d91c05fd3063e0705506125c9d3cb5cb3a9dd416283a878f3db793fe865f0753acf7759ab348f24
7
- data.tar.gz: 6bd55bdd1c6bc66abcd5d059aacdf092355e6311534f434465758ab8dfc9e092257f2ee4a65fb7c32d50e52b7388df093b0bc109726cfcd65ddb3f5854a3888e
6
+ metadata.gz: c050d2d843f78b02e1ae7db9991b2056eebcf7b1e39c6560adb6c587bc96a5e37247c38684009af08ec896bd63fce02a99aec43c6c0e94757128faba65baaae5
7
+ data.tar.gz: 918fb5a606449db2eab593350beda78a240e9491823f9335d1f9c64aa68af99dfea63ad2cc7f182546dbddaccf1f61e9105131cf44c0be9b28bf84f907e775ed
@@ -785,8 +785,7 @@ div.example p.MsoListParagraph {
785
785
  font-size: {{smallerfontsize}}; }
786
786
 
787
787
  div.Note p.MsoListParagraph {
788
- font-size: {{smallerfontsize}};
789
- margin-left: 1.0cm; }
788
+ font-size: {{smallerfontsize}}; }
790
789
 
791
790
  div.Note span.stem {
792
791
  font-size: {{smallerfontsize}}; }
@@ -744,7 +744,6 @@ div.example p.MsoListParagraph {
744
744
 
745
745
  div.Note p.MsoListParagraph {
746
746
  font-size: $smallerfontsize;
747
- margin-left: 1.0cm;
748
747
  }
749
748
 
750
749
  div.Note span.stem {
@@ -843,6 +843,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
843
843
  mso-bidi-font-family: {{bodyfont}};
844
844
  mso-ansi-language: EN-GB; }
845
845
 
846
+ p.TOCTitle, li.TOCTitle, div.TOCTitle {
847
+ mso-style-name: "TOC Title";
848
+ mso-style-unhide: no;
849
+ margin-top: 0in;
850
+ margin-right: 0in;
851
+ margin-bottom: {{normalfontsize}};
852
+ margin-left: 0in;
853
+ text-align: left;
854
+ page-break-after: avoid;
855
+ mso-pagination: none;
856
+ mso-hyphenate: none;
857
+ mso-layout-grid-align: none;
858
+ font-size: {{normalfontsize}};
859
+ mso-bidi-font-size: 10.0pt;
860
+ font-weight: bold;
861
+ font-family: {{headerfont}};
862
+ mso-fareast-font-family: {{headerfont}};
863
+ mso-bidi-font-family: {{headerfont}};
864
+ mso-fareast-language: EN-US; }
865
+
846
866
  /* Page Definitions */
847
867
  @page {
848
868
  size: 612.0pt 792.0pt;
@@ -792,6 +792,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
792
792
  mso-fareast-font-family:$bodyfont;
793
793
  mso-bidi-font-family:$bodyfont;
794
794
  mso-ansi-language:EN-GB;}
795
+ p.TOCTitle, li.TOCTitle, div.TOCTitle
796
+ {mso-style-name:"TOC Title";
797
+ mso-style-unhide:no;
798
+ margin-top:0in;
799
+ margin-right:0in;
800
+ margin-bottom:$normalfontsize;
801
+ margin-left:0in;
802
+ text-align:left;
803
+ page-break-after:avoid;
804
+ mso-pagination:none;
805
+ mso-hyphenate:none;
806
+ mso-layout-grid-align:none;
807
+ font-size:$normalfontsize;
808
+ mso-bidi-font-size:10.0pt;
809
+ font-weight:bold;
810
+ font-family:$headerfont;
811
+ mso-fareast-font-family:$headerfont;
812
+ mso-bidi-font-family:$headerfont;
813
+ mso-fareast-language:EN-US;}
795
814
 
796
815
 
797
816
  /* Page Definitions */