metanorma-iso 2.2.2 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/header-dis.html +111 -29
- data/lib/isodoc/iso/html/isodoc-dis.css +65 -64
- data/lib/isodoc/iso/html/isodoc-dis.scss +65 -64
- data/lib/isodoc/iso/html/style-human.css +7 -2
- data/lib/isodoc/iso/html/style-human.scss +0 -1
- data/lib/isodoc/iso/html/style-iso.css +7 -2
- data/lib/isodoc/iso/html/style-iso.scss +0 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +160 -4
- data/lib/isodoc/iso/html/wordstyle-dis.scss +154 -4
- data/lib/isodoc/iso/html/wordstyle.css +150 -0
- data/lib/isodoc/iso/html/wordstyle.scss +144 -0
- data/lib/isodoc/iso/i18n-en.yaml +4 -4
- data/lib/isodoc/iso/iso.amendment.xsl +1649 -1199
- data/lib/isodoc/iso/iso.international-standard.xsl +1649 -1199
- data/lib/isodoc/iso/presentation_bibdata.rb +13 -9
- data/lib/isodoc/iso/presentation_xml_convert.rb +5 -3
- data/lib/isodoc/iso/word_convert.rb +6 -4
- data/lib/isodoc/iso/word_dis_cleanup.rb +30 -8
- data/lib/isodoc/iso/word_dis_convert.rb +5 -2
- data/lib/metanorma/iso/base.rb +2 -1
- data/lib/metanorma/iso/biblio.rng +5 -0
- data/lib/metanorma/iso/isodoc.rng +47 -13
- data/lib/metanorma/iso/validate.rb +2 -2
- data/lib/metanorma/iso/version.rb +1 -1
- data/metanorma-iso.gemspec +5 -2
- metadata +4 -87
- data/.github/workflows/automerge.yml +0 -31
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/.github/workflows/ubuntu.yml +0 -41
- data/Rakefile +0 -8
- data/bin/rspec +0 -17
- data/spec/assets/header.html +0 -7
- data/spec/assets/html.css +0 -2
- data/spec/assets/htmlcover.html +0 -4
- data/spec/assets/htmlintro.html +0 -5
- data/spec/assets/i18n.yaml +0 -2
- data/spec/assets/iso.adoc +0 -10
- data/spec/assets/iso.headless.html +0 -33
- data/spec/assets/iso.xml +0 -71
- data/spec/assets/rice_image1.png +0 -0
- data/spec/assets/scripts.html +0 -3
- data/spec/assets/std.css +0 -2
- data/spec/assets/word.css +0 -2
- data/spec/assets/wordcover.html +0 -3
- data/spec/assets/wordintro.html +0 -4
- data/spec/examples/103_01_02.html +0 -247
- data/spec/examples/english.yaml +0 -69
- data/spec/examples/iso_123_.xml +0 -45
- data/spec/examples/iso_123_all_parts.xml +0 -45
- data/spec/examples/iso_123_no_year_note.xml +0 -46
- data/spec/examples/iso_124_.xml +0 -41
- data/spec/examples/iso_216_.xml +0 -47
- data/spec/examples/iso_iec_12382_.xml +0 -48
- data/spec/examples/rice.adoc +0 -714
- data/spec/examples/rice.preview.html +0 -1870
- data/spec/examples/rice.sh +0 -4
- data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
- data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/ISO_1213_1.png +0 -0
- data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/rice_image1.png +0 -0
- data/spec/examples/rice_img/rice_image2.png +0 -0
- data/spec/examples/rice_img/rice_image3_1.png +0 -0
- data/spec/examples/rice_img/rice_image3_2.png +0 -0
- data/spec/examples/rice_img/rice_image3_3.png +0 -0
- data/spec/isodoc/amd_spec.rb +0 -986
- data/spec/isodoc/blocks_spec.rb +0 -1174
- data/spec/isodoc/i18n_spec.rb +0 -1579
- data/spec/isodoc/inline_spec.rb +0 -1060
- data/spec/isodoc/iso_spec.rb +0 -255
- data/spec/isodoc/metadata_spec.rb +0 -701
- data/spec/isodoc/postproc_spec.rb +0 -1089
- data/spec/isodoc/ref_spec.rb +0 -439
- data/spec/isodoc/section_spec.rb +0 -998
- data/spec/isodoc/table_spec.rb +0 -420
- data/spec/isodoc/terms_spec.rb +0 -314
- data/spec/isodoc/word_dis_spec.rb +0 -2064
- data/spec/isodoc/xref_spec.rb +0 -1747
- data/spec/metanorma/amd_spec.rb +0 -724
- data/spec/metanorma/base_spec.rb +0 -1384
- data/spec/metanorma/blank_spec.rb +0 -38
- data/spec/metanorma/blocks_spec.rb +0 -624
- data/spec/metanorma/cleanup_spec.rb +0 -1645
- data/spec/metanorma/inline_spec.rb +0 -203
- data/spec/metanorma/lists_spec.rb +0 -197
- data/spec/metanorma/macros_spec.rb +0 -99
- data/spec/metanorma/processor_spec.rb +0 -161
- data/spec/metanorma/refs_spec.rb +0 -672
- data/spec/metanorma/section_spec.rb +0 -492
- data/spec/metanorma/table_spec.rb +0 -329
- data/spec/metanorma/validate_spec.rb +0 -2153
- data/spec/relaton/render_spec.rb +0 -568
- data/spec/requirements/requirement_components_spec.rb +0 -610
- data/spec/requirements/requirements_spec.rb +0 -1596
- data/spec/requirements/xref_spec.rb +0 -1211
- data/spec/spec_helper.rb +0 -313
- data/spec/vcr_cassettes/docrels.yml +0 -385
- data/spec/vcr_cassettes/withdrawn_iso.yml +0 -295
@@ -812,6 +812,156 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
812
812
|
font-weight: bold;
|
813
813
|
mso-bidi-font-weight: normal; }
|
814
814
|
|
815
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
816
|
+
mso-style-noshow: yes;
|
817
|
+
mso-style-priority: 39;
|
818
|
+
mso-style-unhide: no;
|
819
|
+
mso-style-name: "TOC 4";
|
820
|
+
mso-style-parent: "TOC 3";
|
821
|
+
mso-style-next: Normal;
|
822
|
+
margin-top: 0cm;
|
823
|
+
margin-right: 25.0pt;
|
824
|
+
margin-bottom: 0cm;
|
825
|
+
margin-left: 36.0pt;
|
826
|
+
margin-bottom: .0001pt;
|
827
|
+
text-indent: -36.0pt;
|
828
|
+
line-height: 12.0pt;
|
829
|
+
mso-pagination: widow-orphan;
|
830
|
+
mso-hyphenate: none;
|
831
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
832
|
+
font-size: 10.5pt;
|
833
|
+
font-family: {{bodyfont}};
|
834
|
+
mso-fareast-font-family: {{bodyfont}};
|
835
|
+
mso-bidi-font-family: {{bodyfont}};
|
836
|
+
mso-ansi-language: EN-GB;
|
837
|
+
font-weight: bold;
|
838
|
+
mso-bidi-font-weight: normal; }
|
839
|
+
|
840
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
841
|
+
mso-style-noshow: yes;
|
842
|
+
mso-style-priority: 39;
|
843
|
+
mso-style-unhide: no;
|
844
|
+
mso-style-name: "TOC 5";
|
845
|
+
mso-style-parent: "TOC 4";
|
846
|
+
mso-style-next: Normal;
|
847
|
+
margin-top: 0cm;
|
848
|
+
margin-right: 25.0pt;
|
849
|
+
margin-bottom: 0cm;
|
850
|
+
margin-left: 36.0pt;
|
851
|
+
margin-bottom: .0001pt;
|
852
|
+
text-indent: -36.0pt;
|
853
|
+
line-height: 12.0pt;
|
854
|
+
mso-pagination: widow-orphan;
|
855
|
+
mso-hyphenate: none;
|
856
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
857
|
+
font-size: 10.5pt;
|
858
|
+
font-family: {{bodyfont}};
|
859
|
+
mso-fareast-font-family: {{bodyfont}};
|
860
|
+
mso-bidi-font-family: {{bodyfont}};
|
861
|
+
mso-ansi-language: EN-GB;
|
862
|
+
font-weight: bold;
|
863
|
+
mso-bidi-font-weight: normal; }
|
864
|
+
|
865
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
866
|
+
mso-style-noshow: yes;
|
867
|
+
mso-style-priority: 39;
|
868
|
+
mso-style-unhide: no;
|
869
|
+
mso-style-name: "TOC 6";
|
870
|
+
mso-style-parent: "TOC 5";
|
871
|
+
mso-style-next: Normal;
|
872
|
+
margin-top: 0cm;
|
873
|
+
margin-right: 25.0pt;
|
874
|
+
margin-bottom: 0cm;
|
875
|
+
margin-left: 36.0pt;
|
876
|
+
margin-bottom: .0001pt;
|
877
|
+
text-indent: -36.0pt;
|
878
|
+
line-height: 12.0pt;
|
879
|
+
mso-pagination: widow-orphan;
|
880
|
+
mso-hyphenate: none;
|
881
|
+
tab-stops: 20.15pt 55.0pt right dotted 487.6pt;
|
882
|
+
font-size: 10.5pt;
|
883
|
+
font-family: {{bodyfont}};
|
884
|
+
mso-fareast-font-family: {{bodyfont}};
|
885
|
+
mso-bidi-font-family: {{bodyfont}};
|
886
|
+
mso-ansi-language: EN-GB;
|
887
|
+
font-weight: bold;
|
888
|
+
mso-bidi-font-weight: normal; }
|
889
|
+
|
890
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
891
|
+
mso-style-noshow: yes;
|
892
|
+
mso-style-priority: 39;
|
893
|
+
mso-style-unhide: no;
|
894
|
+
mso-style-name: "TOC 7";
|
895
|
+
mso-style-parent: "TOC 6";
|
896
|
+
mso-style-next: Normal;
|
897
|
+
margin-top: 0cm;
|
898
|
+
margin-right: 25.0pt;
|
899
|
+
margin-bottom: 0cm;
|
900
|
+
margin-left: 36.0pt;
|
901
|
+
margin-bottom: .0001pt;
|
902
|
+
text-indent: -36.0pt;
|
903
|
+
line-height: 12.0pt;
|
904
|
+
mso-pagination: widow-orphan;
|
905
|
+
mso-hyphenate: none;
|
906
|
+
tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
|
907
|
+
font-size: 10.5pt;
|
908
|
+
font-family: {{bodyfont}};
|
909
|
+
mso-fareast-font-family: {{bodyfont}};
|
910
|
+
mso-bidi-font-family: {{bodyfont}};
|
911
|
+
mso-ansi-language: EN-GB;
|
912
|
+
font-weight: bold;
|
913
|
+
mso-bidi-font-weight: normal; }
|
914
|
+
|
915
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
916
|
+
mso-style-noshow: yes;
|
917
|
+
mso-style-priority: 39;
|
918
|
+
mso-style-unhide: no;
|
919
|
+
mso-style-name: "TOC 8";
|
920
|
+
mso-style-parent: "TOC 7";
|
921
|
+
mso-style-next: Normal;
|
922
|
+
margin-top: 0cm;
|
923
|
+
margin-right: 25.0pt;
|
924
|
+
margin-bottom: 0cm;
|
925
|
+
margin-left: 36.0pt;
|
926
|
+
margin-bottom: .0001pt;
|
927
|
+
text-indent: -36.0pt;
|
928
|
+
line-height: 12.0pt;
|
929
|
+
mso-pagination: widow-orphan;
|
930
|
+
mso-hyphenate: none;
|
931
|
+
tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
|
932
|
+
font-size: 10.5pt;
|
933
|
+
font-family: {{bodyfont}};
|
934
|
+
mso-fareast-font-family: {{bodyfont}};
|
935
|
+
mso-bidi-font-family: {{bodyfont}};
|
936
|
+
mso-ansi-language: EN-GB;
|
937
|
+
font-weight: bold;
|
938
|
+
mso-bidi-font-weight: normal; }
|
939
|
+
|
940
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
941
|
+
mso-style-noshow: yes;
|
942
|
+
mso-style-priority: 39;
|
943
|
+
mso-style-unhide: no;
|
944
|
+
mso-style-name: "TOC 9";
|
945
|
+
mso-style-parent: "TOC 8";
|
946
|
+
mso-style-next: Normal;
|
947
|
+
margin-top: 0cm;
|
948
|
+
margin-right: 25.0pt;
|
949
|
+
margin-bottom: 0cm;
|
950
|
+
margin-left: 36.0pt;
|
951
|
+
margin-bottom: .0001pt;
|
952
|
+
text-indent: -36.0pt;
|
953
|
+
line-height: 12.0pt;
|
954
|
+
mso-pagination: widow-orphan;
|
955
|
+
mso-hyphenate: none;
|
956
|
+
tab-stops: 20.15pt 78.0pt right dotted 487.6pt;
|
957
|
+
font-size: 10.5pt;
|
958
|
+
font-family: {{bodyfont}};
|
959
|
+
mso-fareast-font-family: {{bodyfont}};
|
960
|
+
mso-bidi-font-family: {{bodyfont}};
|
961
|
+
mso-ansi-language: EN-GB;
|
962
|
+
font-weight: bold;
|
963
|
+
mso-bidi-font-weight: normal; }
|
964
|
+
|
815
965
|
p.MsoHeader, li.MsoHeader, div.MsoHeader {
|
816
966
|
mso-style-noshow: yes;
|
817
967
|
mso-style-priority: 99;
|
@@ -1760,10 +1910,12 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
|
1760
1910
|
margin: 39.7pt 53.85pt 1.0cm 53.85pt;
|
1761
1911
|
mso-header-margin: 35.45pt;
|
1762
1912
|
mso-footer-margin: 14.2pt;
|
1763
|
-
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html")
|
1764
|
-
mso-header: url("file:///C:/Doc/FILENAME_files/header.html")
|
1765
|
-
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
1766
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
1913
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
1914
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
1915
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
1916
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f1;
|
1917
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1918
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1767
1919
|
mso-paper-source: 0; }
|
1768
1920
|
|
1769
1921
|
div.WordSection1 {
|
@@ -1779,6 +1931,8 @@ div.WordSection1 {
|
|
1779
1931
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
1780
1932
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
1781
1933
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
1934
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1935
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1782
1936
|
mso-paper-source: 0; }
|
1783
1937
|
|
1784
1938
|
/* Does ISO DIS differentiate */
|
@@ -1817,6 +1971,8 @@ div.WordSection2 {
|
|
1817
1971
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
1818
1972
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
1819
1973
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
1974
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1975
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1820
1976
|
mso-paper-source: 0; }
|
1821
1977
|
|
1822
1978
|
@page WordSection3L {
|
@@ -769,6 +769,150 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
769
769
|
mso-ansi-language:EN-GB;
|
770
770
|
font-weight:bold;
|
771
771
|
mso-bidi-font-weight:normal;}
|
772
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4
|
773
|
+
{mso-style-noshow:yes;
|
774
|
+
mso-style-priority:39;
|
775
|
+
mso-style-unhide:no;
|
776
|
+
mso-style-name:"TOC 4";
|
777
|
+
mso-style-parent:"TOC 3";
|
778
|
+
mso-style-next:Normal;
|
779
|
+
margin-top:0cm;
|
780
|
+
margin-right:25.0pt;
|
781
|
+
margin-bottom:0cm;
|
782
|
+
margin-left:36.0pt;
|
783
|
+
margin-bottom:.0001pt;
|
784
|
+
text-indent:-36.0pt;
|
785
|
+
line-height:12.0pt;
|
786
|
+
mso-pagination:widow-orphan;
|
787
|
+
mso-hyphenate:none;
|
788
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
789
|
+
font-size:10.5pt;
|
790
|
+
font-family:$bodyfont;
|
791
|
+
mso-fareast-font-family:$bodyfont;
|
792
|
+
mso-bidi-font-family:$bodyfont;
|
793
|
+
mso-ansi-language:EN-GB;
|
794
|
+
font-weight:bold;
|
795
|
+
mso-bidi-font-weight:normal;}
|
796
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5
|
797
|
+
{mso-style-noshow:yes;
|
798
|
+
mso-style-priority:39;
|
799
|
+
mso-style-unhide:no;
|
800
|
+
mso-style-name:"TOC 5";
|
801
|
+
mso-style-parent:"TOC 4";
|
802
|
+
mso-style-next:Normal;
|
803
|
+
margin-top:0cm;
|
804
|
+
margin-right:25.0pt;
|
805
|
+
margin-bottom:0cm;
|
806
|
+
margin-left:36.0pt;
|
807
|
+
margin-bottom:.0001pt;
|
808
|
+
text-indent:-36.0pt;
|
809
|
+
line-height:12.0pt;
|
810
|
+
mso-pagination:widow-orphan;
|
811
|
+
mso-hyphenate:none;
|
812
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
813
|
+
font-size:10.5pt;
|
814
|
+
font-family:$bodyfont;
|
815
|
+
mso-fareast-font-family:$bodyfont;
|
816
|
+
mso-bidi-font-family:$bodyfont;
|
817
|
+
mso-ansi-language:EN-GB;
|
818
|
+
font-weight:bold;
|
819
|
+
mso-bidi-font-weight:normal;}
|
820
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6
|
821
|
+
{mso-style-noshow:yes;
|
822
|
+
mso-style-priority:39;
|
823
|
+
mso-style-unhide:no;
|
824
|
+
mso-style-name:"TOC 6";
|
825
|
+
mso-style-parent:"TOC 5";
|
826
|
+
mso-style-next:Normal;
|
827
|
+
margin-top:0cm;
|
828
|
+
margin-right:25.0pt;
|
829
|
+
margin-bottom:0cm;
|
830
|
+
margin-left:36.0pt;
|
831
|
+
margin-bottom:.0001pt;
|
832
|
+
text-indent:-36.0pt;
|
833
|
+
line-height:12.0pt;
|
834
|
+
mso-pagination:widow-orphan;
|
835
|
+
mso-hyphenate:none;
|
836
|
+
tab-stops:20.15pt 55.0pt right dotted 487.6pt;
|
837
|
+
font-size:10.5pt;
|
838
|
+
font-family:$bodyfont;
|
839
|
+
mso-fareast-font-family:$bodyfont;
|
840
|
+
mso-bidi-font-family:$bodyfont;
|
841
|
+
mso-ansi-language:EN-GB;
|
842
|
+
font-weight:bold;
|
843
|
+
mso-bidi-font-weight:normal;}
|
844
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7
|
845
|
+
{mso-style-noshow:yes;
|
846
|
+
mso-style-priority:39;
|
847
|
+
mso-style-unhide:no;
|
848
|
+
mso-style-name:"TOC 7";
|
849
|
+
mso-style-parent:"TOC 6";
|
850
|
+
mso-style-next:Normal;
|
851
|
+
margin-top:0cm;
|
852
|
+
margin-right:25.0pt;
|
853
|
+
margin-bottom:0cm;
|
854
|
+
margin-left:36.0pt;
|
855
|
+
margin-bottom:.0001pt;
|
856
|
+
text-indent:-36.0pt;
|
857
|
+
line-height:12.0pt;
|
858
|
+
mso-pagination:widow-orphan;
|
859
|
+
mso-hyphenate:none;
|
860
|
+
tab-stops:20.15pt 62.7pt right dotted 487.6pt;
|
861
|
+
font-size:10.5pt;
|
862
|
+
font-family:$bodyfont;
|
863
|
+
mso-fareast-font-family:$bodyfont;
|
864
|
+
mso-bidi-font-family:$bodyfont;
|
865
|
+
mso-ansi-language:EN-GB;
|
866
|
+
font-weight:bold;
|
867
|
+
mso-bidi-font-weight:normal;}
|
868
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8
|
869
|
+
{mso-style-noshow:yes;
|
870
|
+
mso-style-priority:39;
|
871
|
+
mso-style-unhide:no;
|
872
|
+
mso-style-name:"TOC 8";
|
873
|
+
mso-style-parent:"TOC 7";
|
874
|
+
mso-style-next:Normal;
|
875
|
+
margin-top:0cm;
|
876
|
+
margin-right:25.0pt;
|
877
|
+
margin-bottom:0cm;
|
878
|
+
margin-left:36.0pt;
|
879
|
+
margin-bottom:.0001pt;
|
880
|
+
text-indent:-36.0pt;
|
881
|
+
line-height:12.0pt;
|
882
|
+
mso-pagination:widow-orphan;
|
883
|
+
mso-hyphenate:none;
|
884
|
+
tab-stops:20.15pt 70.3pt right dotted 487.6pt;
|
885
|
+
font-size:10.5pt;
|
886
|
+
font-family:$bodyfont;
|
887
|
+
mso-fareast-font-family:$bodyfont;
|
888
|
+
mso-bidi-font-family:$bodyfont;
|
889
|
+
mso-ansi-language:EN-GB;
|
890
|
+
font-weight:bold;
|
891
|
+
mso-bidi-font-weight:normal;}
|
892
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9
|
893
|
+
{mso-style-noshow:yes;
|
894
|
+
mso-style-priority:39;
|
895
|
+
mso-style-unhide:no;
|
896
|
+
mso-style-name:"TOC 9";
|
897
|
+
mso-style-parent:"TOC 8";
|
898
|
+
mso-style-next:Normal;
|
899
|
+
margin-top:0cm;
|
900
|
+
margin-right:25.0pt;
|
901
|
+
margin-bottom:0cm;
|
902
|
+
margin-left:36.0pt;
|
903
|
+
margin-bottom:.0001pt;
|
904
|
+
text-indent:-36.0pt;
|
905
|
+
line-height:12.0pt;
|
906
|
+
mso-pagination:widow-orphan;
|
907
|
+
mso-hyphenate:none;
|
908
|
+
tab-stops:20.15pt 78.0pt right dotted 487.6pt;
|
909
|
+
font-size:10.5pt;
|
910
|
+
font-family:$bodyfont;
|
911
|
+
mso-fareast-font-family:$bodyfont;
|
912
|
+
mso-bidi-font-family:$bodyfont;
|
913
|
+
mso-ansi-language:EN-GB;
|
914
|
+
font-weight:bold;
|
915
|
+
mso-bidi-font-weight:normal;}
|
772
916
|
p.MsoHeader, li.MsoHeader, div.MsoHeader
|
773
917
|
{mso-style-noshow:yes;
|
774
918
|
mso-style-priority:99;
|
@@ -1665,10 +1809,12 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
1665
1809
|
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
1666
1810
|
mso-header-margin:35.45pt;
|
1667
1811
|
mso-footer-margin:14.2pt;
|
1668
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html")
|
1669
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html")
|
1670
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
1671
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
1812
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
1813
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
1814
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
1815
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
|
1816
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1817
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1672
1818
|
mso-paper-source:0;}
|
1673
1819
|
div.WordSection1
|
1674
1820
|
{page:WordSection1;}
|
@@ -1682,6 +1828,8 @@ div.WordSection1
|
|
1682
1828
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
1683
1829
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
1684
1830
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
1831
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1832
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1685
1833
|
mso-paper-source:0;}
|
1686
1834
|
/* Does ISO DIS differentiate */
|
1687
1835
|
@page WordSection2L
|
@@ -1716,6 +1864,8 @@ div.WordSection2
|
|
1716
1864
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
1717
1865
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
1718
1866
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
1867
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
1868
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
|
1719
1869
|
mso-paper-source:0;}
|
1720
1870
|
@page WordSection3L
|
1721
1871
|
{size:841.9pt 595.3pt;
|
@@ -609,6 +609,156 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
609
609
|
font-weight: bold;
|
610
610
|
mso-bidi-font-weight: normal; }
|
611
611
|
|
612
|
+
.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
613
|
+
mso-style-noshow: yes;
|
614
|
+
mso-style-priority: 39;
|
615
|
+
mso-style-unhide: no;
|
616
|
+
mso-style-name: "TOC 4";
|
617
|
+
mso-style-parent: "TOC 3";
|
618
|
+
mso-style-next: Normal;
|
619
|
+
margin-top: 0cm;
|
620
|
+
margin-right: 25.0pt;
|
621
|
+
margin-bottom: 0cm;
|
622
|
+
margin-left: 36.0pt;
|
623
|
+
margin-bottom: .0001pt;
|
624
|
+
text-indent: -36.0pt;
|
625
|
+
line-height: 12.0pt;
|
626
|
+
mso-pagination: widow-orphan;
|
627
|
+
mso-hyphenate: none;
|
628
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
629
|
+
font-size: 10.5pt;
|
630
|
+
font-family: {{bodyfont}};
|
631
|
+
mso-fareast-font-family: {{bodyfont}};
|
632
|
+
mso-bidi-font-family: {{bodyfont}};
|
633
|
+
mso-ansi-language: EN-GB;
|
634
|
+
font-weight: bold;
|
635
|
+
mso-bidi-font-weight: normal; }
|
636
|
+
|
637
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
638
|
+
mso-style-noshow: yes;
|
639
|
+
mso-style-priority: 39;
|
640
|
+
mso-style-unhide: no;
|
641
|
+
mso-style-name: "TOC 5";
|
642
|
+
mso-style-parent: "TOC 4";
|
643
|
+
mso-style-next: Normal;
|
644
|
+
margin-top: 0cm;
|
645
|
+
margin-right: 25.0pt;
|
646
|
+
margin-bottom: 0cm;
|
647
|
+
margin-left: 36.0pt;
|
648
|
+
margin-bottom: .0001pt;
|
649
|
+
text-indent: -36.0pt;
|
650
|
+
line-height: 12.0pt;
|
651
|
+
mso-pagination: widow-orphan;
|
652
|
+
mso-hyphenate: none;
|
653
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
654
|
+
font-size: 10.5pt;
|
655
|
+
font-family: {{bodyfont}};
|
656
|
+
mso-fareast-font-family: {{bodyfont}};
|
657
|
+
mso-bidi-font-family: {{bodyfont}};
|
658
|
+
mso-ansi-language: EN-GB;
|
659
|
+
font-weight: bold;
|
660
|
+
mso-bidi-font-weight: normal; }
|
661
|
+
|
662
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
663
|
+
mso-style-noshow: yes;
|
664
|
+
mso-style-priority: 39;
|
665
|
+
mso-style-unhide: no;
|
666
|
+
mso-style-name: "TOC 6";
|
667
|
+
mso-style-parent: "TOC 5";
|
668
|
+
mso-style-next: Normal;
|
669
|
+
margin-top: 0cm;
|
670
|
+
margin-right: 25.0pt;
|
671
|
+
margin-bottom: 0cm;
|
672
|
+
margin-left: 36.0pt;
|
673
|
+
margin-bottom: .0001pt;
|
674
|
+
text-indent: -36.0pt;
|
675
|
+
line-height: 12.0pt;
|
676
|
+
mso-pagination: widow-orphan;
|
677
|
+
mso-hyphenate: none;
|
678
|
+
tab-stops: 20.15pt 55.0pt right dotted 487.6pt;
|
679
|
+
font-size: 10.5pt;
|
680
|
+
font-family: {{bodyfont}};
|
681
|
+
mso-fareast-font-family: {{bodyfont}};
|
682
|
+
mso-bidi-font-family: {{bodyfont}};
|
683
|
+
mso-ansi-language: EN-GB;
|
684
|
+
font-weight: bold;
|
685
|
+
mso-bidi-font-weight: normal; }
|
686
|
+
|
687
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
688
|
+
mso-style-noshow: yes;
|
689
|
+
mso-style-priority: 39;
|
690
|
+
mso-style-unhide: no;
|
691
|
+
mso-style-name: "TOC 7";
|
692
|
+
mso-style-parent: "TOC 6";
|
693
|
+
mso-style-next: Normal;
|
694
|
+
margin-top: 0cm;
|
695
|
+
margin-right: 25.0pt;
|
696
|
+
margin-bottom: 0cm;
|
697
|
+
margin-left: 36.0pt;
|
698
|
+
margin-bottom: .0001pt;
|
699
|
+
text-indent: -36.0pt;
|
700
|
+
line-height: 12.0pt;
|
701
|
+
mso-pagination: widow-orphan;
|
702
|
+
mso-hyphenate: none;
|
703
|
+
tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
|
704
|
+
font-size: 10.5pt;
|
705
|
+
font-family: {{bodyfont}};
|
706
|
+
mso-fareast-font-family: {{bodyfont}};
|
707
|
+
mso-bidi-font-family: {{bodyfont}};
|
708
|
+
mso-ansi-language: EN-GB;
|
709
|
+
font-weight: bold;
|
710
|
+
mso-bidi-font-weight: normal; }
|
711
|
+
|
712
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
713
|
+
mso-style-noshow: yes;
|
714
|
+
mso-style-priority: 39;
|
715
|
+
mso-style-unhide: no;
|
716
|
+
mso-style-name: "TOC 8";
|
717
|
+
mso-style-parent: "TOC 7";
|
718
|
+
mso-style-next: Normal;
|
719
|
+
margin-top: 0cm;
|
720
|
+
margin-right: 25.0pt;
|
721
|
+
margin-bottom: 0cm;
|
722
|
+
margin-left: 36.0pt;
|
723
|
+
margin-bottom: .0001pt;
|
724
|
+
text-indent: -36.0pt;
|
725
|
+
line-height: 12.0pt;
|
726
|
+
mso-pagination: widow-orphan;
|
727
|
+
mso-hyphenate: none;
|
728
|
+
tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
|
729
|
+
font-size: 10.5pt;
|
730
|
+
font-family: {{bodyfont}};
|
731
|
+
mso-fareast-font-family: {{bodyfont}};
|
732
|
+
mso-bidi-font-family: {{bodyfont}};
|
733
|
+
mso-ansi-language: EN-GB;
|
734
|
+
font-weight: bold;
|
735
|
+
mso-bidi-font-weight: normal; }
|
736
|
+
|
737
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
738
|
+
mso-style-noshow: yes;
|
739
|
+
mso-style-priority: 39;
|
740
|
+
mso-style-unhide: no;
|
741
|
+
mso-style-name: "TOC 9";
|
742
|
+
mso-style-parent: "TOC 8";
|
743
|
+
mso-style-next: Normal;
|
744
|
+
margin-top: 0cm;
|
745
|
+
margin-right: 25.0pt;
|
746
|
+
margin-bottom: 0cm;
|
747
|
+
margin-left: 36.0pt;
|
748
|
+
margin-bottom: .0001pt;
|
749
|
+
text-indent: -36.0pt;
|
750
|
+
line-height: 12.0pt;
|
751
|
+
mso-pagination: widow-orphan;
|
752
|
+
mso-hyphenate: none;
|
753
|
+
tab-stops: 20.15pt 78.0pt right dotted 487.6pt;
|
754
|
+
font-size: 10.5pt;
|
755
|
+
font-family: {{bodyfont}};
|
756
|
+
mso-fareast-font-family: {{bodyfont}};
|
757
|
+
mso-bidi-font-family: {{bodyfont}};
|
758
|
+
mso-ansi-language: EN-GB;
|
759
|
+
font-weight: bold;
|
760
|
+
mso-bidi-font-weight: normal; }
|
761
|
+
|
612
762
|
p.MsoHeader, li.MsoHeader, div.MsoHeader {
|
613
763
|
mso-style-noshow: yes;
|
614
764
|
mso-style-priority: 99;
|
@@ -575,6 +575,150 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
575
575
|
mso-ansi-language:EN-GB;
|
576
576
|
font-weight:bold;
|
577
577
|
mso-bidi-font-weight:normal;}
|
578
|
+
.MsoToc4, li.MsoToc4, div.MsoToc4
|
579
|
+
{mso-style-noshow:yes;
|
580
|
+
mso-style-priority:39;
|
581
|
+
mso-style-unhide:no;
|
582
|
+
mso-style-name:"TOC 4";
|
583
|
+
mso-style-parent:"TOC 3";
|
584
|
+
mso-style-next:Normal;
|
585
|
+
margin-top:0cm;
|
586
|
+
margin-right:25.0pt;
|
587
|
+
margin-bottom:0cm;
|
588
|
+
margin-left:36.0pt;
|
589
|
+
margin-bottom:.0001pt;
|
590
|
+
text-indent:-36.0pt;
|
591
|
+
line-height:12.0pt;
|
592
|
+
mso-pagination:widow-orphan;
|
593
|
+
mso-hyphenate:none;
|
594
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
595
|
+
font-size:10.5pt;
|
596
|
+
font-family:$bodyfont;
|
597
|
+
mso-fareast-font-family:$bodyfont;
|
598
|
+
mso-bidi-font-family:$bodyfont;
|
599
|
+
mso-ansi-language:EN-GB;
|
600
|
+
font-weight:bold;
|
601
|
+
mso-bidi-font-weight:normal;}
|
602
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5
|
603
|
+
{mso-style-noshow:yes;
|
604
|
+
mso-style-priority:39;
|
605
|
+
mso-style-unhide:no;
|
606
|
+
mso-style-name:"TOC 5";
|
607
|
+
mso-style-parent:"TOC 4";
|
608
|
+
mso-style-next:Normal;
|
609
|
+
margin-top:0cm;
|
610
|
+
margin-right:25.0pt;
|
611
|
+
margin-bottom:0cm;
|
612
|
+
margin-left:36.0pt;
|
613
|
+
margin-bottom:.0001pt;
|
614
|
+
text-indent:-36.0pt;
|
615
|
+
line-height:12.0pt;
|
616
|
+
mso-pagination:widow-orphan;
|
617
|
+
mso-hyphenate:none;
|
618
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
619
|
+
font-size:10.5pt;
|
620
|
+
font-family:$bodyfont;
|
621
|
+
mso-fareast-font-family:$bodyfont;
|
622
|
+
mso-bidi-font-family:$bodyfont;
|
623
|
+
mso-ansi-language:EN-GB;
|
624
|
+
font-weight:bold;
|
625
|
+
mso-bidi-font-weight:normal;}
|
626
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6
|
627
|
+
{mso-style-noshow:yes;
|
628
|
+
mso-style-priority:39;
|
629
|
+
mso-style-unhide:no;
|
630
|
+
mso-style-name:"TOC 6";
|
631
|
+
mso-style-parent:"TOC 5";
|
632
|
+
mso-style-next:Normal;
|
633
|
+
margin-top:0cm;
|
634
|
+
margin-right:25.0pt;
|
635
|
+
margin-bottom:0cm;
|
636
|
+
margin-left:36.0pt;
|
637
|
+
margin-bottom:.0001pt;
|
638
|
+
text-indent:-36.0pt;
|
639
|
+
line-height:12.0pt;
|
640
|
+
mso-pagination:widow-orphan;
|
641
|
+
mso-hyphenate:none;
|
642
|
+
tab-stops:20.15pt 55.0pt right dotted 487.6pt;
|
643
|
+
font-size:10.5pt;
|
644
|
+
font-family:$bodyfont;
|
645
|
+
mso-fareast-font-family:$bodyfont;
|
646
|
+
mso-bidi-font-family:$bodyfont;
|
647
|
+
mso-ansi-language:EN-GB;
|
648
|
+
font-weight:bold;
|
649
|
+
mso-bidi-font-weight:normal;}
|
650
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7
|
651
|
+
{mso-style-noshow:yes;
|
652
|
+
mso-style-priority:39;
|
653
|
+
mso-style-unhide:no;
|
654
|
+
mso-style-name:"TOC 7";
|
655
|
+
mso-style-parent:"TOC 6";
|
656
|
+
mso-style-next:Normal;
|
657
|
+
margin-top:0cm;
|
658
|
+
margin-right:25.0pt;
|
659
|
+
margin-bottom:0cm;
|
660
|
+
margin-left:36.0pt;
|
661
|
+
margin-bottom:.0001pt;
|
662
|
+
text-indent:-36.0pt;
|
663
|
+
line-height:12.0pt;
|
664
|
+
mso-pagination:widow-orphan;
|
665
|
+
mso-hyphenate:none;
|
666
|
+
tab-stops:20.15pt 62.7pt right dotted 487.6pt;
|
667
|
+
font-size:10.5pt;
|
668
|
+
font-family:$bodyfont;
|
669
|
+
mso-fareast-font-family:$bodyfont;
|
670
|
+
mso-bidi-font-family:$bodyfont;
|
671
|
+
mso-ansi-language:EN-GB;
|
672
|
+
font-weight:bold;
|
673
|
+
mso-bidi-font-weight:normal;}
|
674
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8
|
675
|
+
{mso-style-noshow:yes;
|
676
|
+
mso-style-priority:39;
|
677
|
+
mso-style-unhide:no;
|
678
|
+
mso-style-name:"TOC 8";
|
679
|
+
mso-style-parent:"TOC 7";
|
680
|
+
mso-style-next:Normal;
|
681
|
+
margin-top:0cm;
|
682
|
+
margin-right:25.0pt;
|
683
|
+
margin-bottom:0cm;
|
684
|
+
margin-left:36.0pt;
|
685
|
+
margin-bottom:.0001pt;
|
686
|
+
text-indent:-36.0pt;
|
687
|
+
line-height:12.0pt;
|
688
|
+
mso-pagination:widow-orphan;
|
689
|
+
mso-hyphenate:none;
|
690
|
+
tab-stops:20.15pt 70.3pt right dotted 487.6pt;
|
691
|
+
font-size:10.5pt;
|
692
|
+
font-family:$bodyfont;
|
693
|
+
mso-fareast-font-family:$bodyfont;
|
694
|
+
mso-bidi-font-family:$bodyfont;
|
695
|
+
mso-ansi-language:EN-GB;
|
696
|
+
font-weight:bold;
|
697
|
+
mso-bidi-font-weight:normal;}
|
698
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9
|
699
|
+
{mso-style-noshow:yes;
|
700
|
+
mso-style-priority:39;
|
701
|
+
mso-style-unhide:no;
|
702
|
+
mso-style-name:"TOC 9";
|
703
|
+
mso-style-parent:"TOC 8";
|
704
|
+
mso-style-next:Normal;
|
705
|
+
margin-top:0cm;
|
706
|
+
margin-right:25.0pt;
|
707
|
+
margin-bottom:0cm;
|
708
|
+
margin-left:36.0pt;
|
709
|
+
margin-bottom:.0001pt;
|
710
|
+
text-indent:-36.0pt;
|
711
|
+
line-height:12.0pt;
|
712
|
+
mso-pagination:widow-orphan;
|
713
|
+
mso-hyphenate:none;
|
714
|
+
tab-stops:20.15pt 78.0pt right dotted 487.6pt;
|
715
|
+
font-size:10.5pt;
|
716
|
+
font-family:$bodyfont;
|
717
|
+
mso-fareast-font-family:$bodyfont;
|
718
|
+
mso-bidi-font-family:$bodyfont;
|
719
|
+
mso-ansi-language:EN-GB;
|
720
|
+
font-weight:bold;
|
721
|
+
mso-bidi-font-weight:normal;}
|
578
722
|
p.MsoHeader, li.MsoHeader, div.MsoHeader
|
579
723
|
{mso-style-noshow:yes;
|
580
724
|
mso-style-priority:99;
|
data/lib/isodoc/iso/i18n-en.yaml
CHANGED
@@ -3,11 +3,11 @@ term_def_boilerplate: |
|
|
3
3
|
standardization at the following addresses:</p>
|
4
4
|
|
5
5
|
<ul>
|
6
|
-
<li
|
6
|
+
<li><p>ISO Online browsing platform: available at
|
7
7
|
<link target="https://www.iso.org/obp"/></p></li>
|
8
|
-
<li
|
9
|
-
<link target="https://www.electropedia.org"
|
10
|
-
</
|
8
|
+
<li><p>IEC Electropedia: available at
|
9
|
+
<link target="https://www.electropedia.org"/></p></li>
|
10
|
+
</ul>
|
11
11
|
all_rights_reserved: All rights reserved
|
12
12
|
reference_number: Reference number
|
13
13
|
price_based_on: Price based on % pages
|