metanorma-un 0.8.4 → 0.8.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/un/html/wordstyle.css +20 -0
- data/lib/isodoc/un/html/wordstyle.scss +19 -0
- data/lib/isodoc/un/un.plenary-attachment.xsl +373 -96
- data/lib/isodoc/un/un.plenary.xsl +373 -96
- data/lib/isodoc/un/un.recommendation.xsl +420 -99
- data/lib/metanorma/un/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba4084264415215b21e84838b56d4b26a86a7fa0f8917f449f11b621eb2e8219
|
4
|
+
data.tar.gz: 572850950b31f5ba76f88404b6af7ef79e40cda2b8056fd7da6eeb7fa8b18fa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e88c1ff785691b5c2d50f48d9a3ec160ded4f14f0c09df0d0a928fca37dc6522b1dbbdae6091b51985b8f0546ec0b9cb7a11a2c2469bdb4c7a0c42dabd12b739
|
7
|
+
data.tar.gz: b49745dae7076fb8068a7a2c98dd9484bbb87bb4430951a3bab16eda2069a46c60c29cb33dc5df1be35bc566ce027279328e47dcae7ab74e5a6cc0223db7d28b
|
@@ -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 */
|