metanorma-ribose 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: 8480f32efd17d0b5c2d9148d66bc0b48aedf3e5e043f2a4dcef6dccfab5b6480
4
- data.tar.gz: 014e2b6af3a65e8592116e9f95f83af48045d0a35158d5d240dff8d42e029ab2
3
+ metadata.gz: 1410aafb9e282300aecc28aa9fe281b12398159458a5236aad424e50c836db04
4
+ data.tar.gz: 2d0916cbe4bb8e2dc51e5995da05e9916765295077bc8f9dd052b547bf930580
5
5
  SHA512:
6
- metadata.gz: '062922a281b836eadefd56cb767f03b124e5b6576044970dbc9d2365a0362ee6e781a089a2a076b567937a0d8d94275e7b1e1323138addc4ded8d08853ab9fc1'
7
- data.tar.gz: b80840c6465ce0656ee6c3d1012c3b1bc5f5c234ceabe6c1e2b093b43329f249bfd1a6d11765afb3de31a326c2dadadb444262e833a4218821fb18dfcb660d22
6
+ metadata.gz: 10c99f1cdad23636725a3bc53a5c41e93933b6b01a1f8cceeb61475648f1611cd9f298e1ce12b7f7c6ad1892f98d30e34e1771d3868ec9002e7959abba2a0bc8
7
+ data.tar.gz: 292bc237131ffaa3f1b75306f9b3a82db161a3d84bdfb3199b581b22fc37cc47d7b5af38bf9b642a957f832358b8112eaee7d0e894d3298bb79eb3210a9e1f03
@@ -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 {
@@ -857,6 +857,26 @@ p.Tablebody, li.Tablebody, div.Tablebody {
857
857
  mso-bidi-font-family: {{bodyfont}};
858
858
  mso-ansi-language: EN-GB; }
859
859
 
860
+ p.TOCTitle, li.TOCTitle, div.TOCTitle {
861
+ mso-style-name: "TOC Title";
862
+ mso-style-unhide: no;
863
+ margin-top: 0in;
864
+ margin-right: 0in;
865
+ margin-bottom: {{normalfontsize}};
866
+ margin-left: 0in;
867
+ text-align: left;
868
+ page-break-after: avoid;
869
+ mso-pagination: none;
870
+ mso-hyphenate: none;
871
+ mso-layout-grid-align: none;
872
+ font-size: {{normalfontsize}};
873
+ mso-bidi-font-size: 10.0pt;
874
+ font-weight: bold;
875
+ font-family: {{headerfont}};
876
+ mso-fareast-font-family: {{headerfont}};
877
+ mso-bidi-font-family: {{headerfont}};
878
+ mso-fareast-language: EN-US; }
879
+
860
880
  /* Page Definitions */
861
881
  @page {
862
882
  size: 612.0pt 792.0pt;
@@ -806,6 +806,25 @@ p.Tablebody, li.Tablebody, div.Tablebody
806
806
  mso-fareast-font-family:$bodyfont;
807
807
  mso-bidi-font-family:$bodyfont;
808
808
  mso-ansi-language:EN-GB;}
809
+ p.TOCTitle, li.TOCTitle, div.TOCTitle
810
+ {mso-style-name:"TOC Title";
811
+ mso-style-unhide:no;
812
+ margin-top:0in;
813
+ margin-right:0in;
814
+ margin-bottom:$normalfontsize;
815
+ margin-left:0in;
816
+ text-align:left;
817
+ page-break-after:avoid;
818
+ mso-pagination:none;
819
+ mso-hyphenate:none;
820
+ mso-layout-grid-align:none;
821
+ font-size:$normalfontsize;
822
+ mso-bidi-font-size:10.0pt;
823
+ font-weight:bold;
824
+ font-family:$headerfont;
825
+ mso-fareast-font-family:$headerfont;
826
+ mso-bidi-font-family:$headerfont;
827
+ mso-fareast-language:EN-US;}
809
828
 
810
829
 
811
830
  /* Page Definitions */