metanorma-ieee 1.5.3 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/ieee/html/header.html +3 -3
- data/lib/isodoc/ieee/html/html_ieee_titlepage.html +15 -2
- data/lib/isodoc/ieee/html/htmlstyle.css +160 -46
- data/lib/isodoc/ieee/html/htmlstyle.scss +96 -0
- data/lib/isodoc/ieee/html/ieee.css +46 -1
- data/lib/isodoc/ieee/html/ieee.scss +42 -1
- data/lib/isodoc/ieee/html/word_ieee_titlepage.html +10 -2
- data/lib/isodoc/ieee/html/wordstyle.css +48 -0
- data/lib/isodoc/ieee/html/wordstyle.scss +44 -0
- data/lib/isodoc/ieee/html/wordstyle_wp.css +47 -0
- data/lib/isodoc/ieee/html/wordstyle_wp.scss +43 -0
- data/lib/isodoc/ieee/html_convert.rb +5 -0
- data/lib/isodoc/ieee/i18n-en.yaml +3 -0
- data/lib/isodoc/ieee/ieee.amendment.xsl +1526 -964
- data/lib/isodoc/ieee/ieee.standard.xsl +1526 -964
- data/lib/isodoc/ieee/metadata.rb +22 -11
- data/lib/isodoc/ieee/presentation_bibitem.rb +103 -0
- data/lib/isodoc/ieee/presentation_ref.rb +169 -97
- data/lib/isodoc/ieee/presentation_terms.rb +52 -12
- data/lib/isodoc/ieee/presentation_xml_convert.rb +24 -75
- data/lib/isodoc/ieee/word_authority.rb +37 -59
- data/lib/isodoc/ieee/word_cleanup.rb +83 -35
- data/lib/isodoc/ieee/word_cleanup_blocks.rb +0 -1
- data/lib/isodoc/ieee/word_convert.rb +19 -16
- data/lib/isodoc/ieee/word_toc.rb +46 -0
- data/lib/metanorma/ieee/boilerplate.adoc +6 -5
- data/lib/metanorma/ieee/boilerplate_wp.adoc +1 -2
- data/lib/metanorma/ieee/cleanup.rb +69 -15
- data/lib/metanorma/ieee/cleanup_boilerplate.rb +1 -4
- data/lib/metanorma/ieee/cleanup_ref.rb +33 -106
- data/lib/metanorma/ieee/cleanup_ref_fn.rb +117 -0
- data/lib/metanorma/ieee/front.rb +14 -0
- data/lib/metanorma/ieee/isodoc.rng +44 -19
- data/lib/metanorma/ieee/processor.rb +1 -0
- data/lib/metanorma/ieee/relaton-ieee.rng +4 -0
- data/lib/metanorma/ieee/validate.rb +1 -1
- data/lib/metanorma/ieee/version.rb +1 -1
- data/lib/relaton/render/config.yml +10 -3
- metadata +5 -2
@@ -742,6 +742,48 @@ p.MsoCaption, li.MsoCaption, div.MsoCaption
|
|
742
742
|
mso-fareast-language:JA;
|
743
743
|
font-weight:bold;
|
744
744
|
mso-bidi-font-weight:normal;}
|
745
|
+
/* Added to differentiate annex figures and tables in ToC */
|
746
|
+
p.TableCaption
|
747
|
+
{ mso-style-name:"TableCaption";
|
748
|
+
mso-style-unhide:no;
|
749
|
+
mso-style-qformat:yes;
|
750
|
+
mso-style-parent:"MsoCaption";
|
751
|
+
mso-style-next:"IEEEStds Paragraph";
|
752
|
+
margin-top:6.0pt;
|
753
|
+
margin-right:0cm;
|
754
|
+
margin-bottom:6.0pt;
|
755
|
+
margin-left:0cm;
|
756
|
+
text-align:center;
|
757
|
+
mso-pagination:widow-orphan lines-together;
|
758
|
+
mso-hyphenate:none;
|
759
|
+
font-size:$smallerfontsize;
|
760
|
+
font-family:$headerfont;
|
761
|
+
mso-fareast-font-family:"Times New Roman";
|
762
|
+
mso-bidi-font-family:"Times New Roman";
|
763
|
+
mso-ansi-language:EN-US;
|
764
|
+
mso-fareast-language:JA;
|
765
|
+
font-weight:bold;
|
766
|
+
mso-bidi-font-weight:normal;}
|
767
|
+
p.FigureCaption
|
768
|
+
{ mso-style-name:"FigureCaption";
|
769
|
+
mso-style-qformat:yes;
|
770
|
+
mso-style-parent:"MsoCaption";
|
771
|
+
mso-style-next:"IEEEStds Paragraph";
|
772
|
+
margin-top:6.0pt;
|
773
|
+
margin-right:0cm;
|
774
|
+
margin-bottom:6.0pt;
|
775
|
+
margin-left:0cm;
|
776
|
+
text-align:center;
|
777
|
+
mso-pagination:widow-orphan lines-together;
|
778
|
+
mso-hyphenate:none;
|
779
|
+
font-size:$smallerfontsize;
|
780
|
+
font-family:$headerfont;
|
781
|
+
mso-fareast-font-family:"Times New Roman";
|
782
|
+
mso-bidi-font-family:"Times New Roman";
|
783
|
+
mso-ansi-language:EN-US;
|
784
|
+
mso-fareast-language:JA;
|
785
|
+
font-weight:bold;
|
786
|
+
mso-bidi-font-weight:normal;}
|
745
787
|
p.MsoTof, li.MsoTof, div.MsoTof
|
746
788
|
{mso-style-unhide:no;
|
747
789
|
mso-style-next:Normal;
|
@@ -3772,6 +3814,7 @@ span.SpellE
|
|
3772
3814
|
{mso-level-style-link:"IEEEStds Regular Table Caption";
|
3773
3815
|
mso-level-text:"Table %1";
|
3774
3816
|
mso-level-tab-stop:54.0pt;
|
3817
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
3775
3818
|
mso-level-number-position:center;
|
3776
3819
|
margin-left:0cm;
|
3777
3820
|
text-indent:0cm;
|
@@ -4526,6 +4569,7 @@ span.SpellE
|
|
4526
4569
|
{mso-level-style-link:"IEEEStds Regular Figure Caption";
|
4527
4570
|
mso-level-text:"Figure %1";
|
4528
4571
|
mso-level-tab-stop:50.4pt;
|
4572
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
4529
4573
|
mso-level-number-position:center;
|
4530
4574
|
margin-left:0cm;
|
4531
4575
|
text-indent:14.4pt;
|
@@ -780,6 +780,51 @@ p.MsoCaption, li.MsoCaption, div.MsoCaption {
|
|
780
780
|
mso-bidi-font-weight: normal;
|
781
781
|
}
|
782
782
|
|
783
|
+
/* Added to differentiate annex figures and tables in ToC */
|
784
|
+
p.TableCaption {
|
785
|
+
mso-style-name: "TableCaption";
|
786
|
+
mso-style-parent: "MsoCaption";
|
787
|
+
mso-style-unhide: no;
|
788
|
+
mso-style-qformat: yes;
|
789
|
+
margin-top: 6pt;
|
790
|
+
margin-right: 0cm;
|
791
|
+
margin-bottom: 6pt;
|
792
|
+
margin-left: 0cm;
|
793
|
+
text-align: center;
|
794
|
+
mso-pagination: widow-orphan lines-together;
|
795
|
+
mso-hyphenate: none;
|
796
|
+
font-size: {{smallerfontsize}};
|
797
|
+
font-family: {{headerfont}};
|
798
|
+
mso-fareast-font-family: "Times New Roman";
|
799
|
+
mso-bidi-font-family: "Times New Roman";
|
800
|
+
mso-ansi-language: EN-US;
|
801
|
+
mso-fareast-language: JA;
|
802
|
+
font-weight: bold;
|
803
|
+
mso-bidi-font-weight: normal;
|
804
|
+
}
|
805
|
+
|
806
|
+
p.FigureCaption {
|
807
|
+
mso-style-name: "FigureCaption";
|
808
|
+
mso-style-parent: "MsoCaption";
|
809
|
+
mso-style-unhide: no;
|
810
|
+
mso-style-qformat: yes;
|
811
|
+
margin-top: 6pt;
|
812
|
+
margin-right: 0cm;
|
813
|
+
margin-bottom: 6pt;
|
814
|
+
margin-left: 0cm;
|
815
|
+
text-align: center;
|
816
|
+
mso-pagination: widow-orphan lines-together;
|
817
|
+
mso-hyphenate: none;
|
818
|
+
font-size: {{smallerfontsize}};
|
819
|
+
font-family: {{headerfont}};
|
820
|
+
mso-fareast-font-family: "Times New Roman";
|
821
|
+
mso-bidi-font-family: "Times New Roman";
|
822
|
+
mso-ansi-language: EN-US;
|
823
|
+
mso-fareast-language: JA;
|
824
|
+
font-weight: bold;
|
825
|
+
mso-bidi-font-weight: normal;
|
826
|
+
}
|
827
|
+
|
783
828
|
p.MsoTof, li.MsoTof, div.MsoTof {
|
784
829
|
mso-style-unhide: no;
|
785
830
|
mso-style-next: Normal;
|
@@ -4268,6 +4313,7 @@ table.MsoNormalTable {
|
|
4268
4313
|
mso-level-style-link: "IEEEStds Regular Table Caption";
|
4269
4314
|
mso-level-text: "Table %1";
|
4270
4315
|
mso-level-tab-stop: 54pt;
|
4316
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
4271
4317
|
mso-level-number-position: center;
|
4272
4318
|
margin-left: 0cm;
|
4273
4319
|
text-indent: 0cm;
|
@@ -5070,6 +5116,7 @@ table.MsoNormalTable {
|
|
5070
5116
|
mso-level-style-link: "IEEEStds Regular Figure Caption";
|
5071
5117
|
mso-level-text: "Figure %1";
|
5072
5118
|
mso-level-tab-stop: 50.4pt;
|
5119
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
5073
5120
|
mso-level-number-position: center;
|
5074
5121
|
margin-left: 0cm;
|
5075
5122
|
text-indent: 14.4pt;
|
@@ -696,6 +696,47 @@ p.MsoCaption, li.MsoCaption, div.MsoCaption
|
|
696
696
|
mso-fareast-language:JA;
|
697
697
|
font-weight:bold;
|
698
698
|
mso-bidi-font-weight:normal;}
|
699
|
+
/* Added to differentiate annex figures and tables in ToC */
|
700
|
+
p.TableCaption
|
701
|
+
{ mso-style-name:"TableCaption";
|
702
|
+
mso-style-parent:"MsoCaption";
|
703
|
+
mso-style-unhide:no;
|
704
|
+
mso-style-qformat:yes;
|
705
|
+
margin-top:6.0pt;
|
706
|
+
margin-right:0cm;
|
707
|
+
margin-bottom:6.0pt;
|
708
|
+
margin-left:0cm;
|
709
|
+
text-align:center;
|
710
|
+
mso-pagination:widow-orphan lines-together;
|
711
|
+
mso-hyphenate:none;
|
712
|
+
font-size:$smallerfontsize;
|
713
|
+
font-family:$headerfont;
|
714
|
+
mso-fareast-font-family:"Times New Roman";
|
715
|
+
mso-bidi-font-family:"Times New Roman";
|
716
|
+
mso-ansi-language:EN-US;
|
717
|
+
mso-fareast-language:JA;
|
718
|
+
font-weight:bold;
|
719
|
+
mso-bidi-font-weight:normal;}
|
720
|
+
p.FigureCaption
|
721
|
+
{ mso-style-name:"FigureCaption";
|
722
|
+
mso-style-parent:"MsoCaption";
|
723
|
+
mso-style-unhide:no;
|
724
|
+
mso-style-qformat:yes;
|
725
|
+
margin-top:6.0pt;
|
726
|
+
margin-right:0cm;
|
727
|
+
margin-bottom:6.0pt;
|
728
|
+
margin-left:0cm;
|
729
|
+
text-align:center;
|
730
|
+
mso-pagination:widow-orphan lines-together;
|
731
|
+
mso-hyphenate:none;
|
732
|
+
font-size:$smallerfontsize;
|
733
|
+
font-family:$headerfont;
|
734
|
+
mso-fareast-font-family:"Times New Roman";
|
735
|
+
mso-bidi-font-family:"Times New Roman";
|
736
|
+
mso-ansi-language:EN-US;
|
737
|
+
mso-fareast-language:JA;
|
738
|
+
font-weight:bold;
|
739
|
+
mso-bidi-font-weight:normal;}
|
699
740
|
p.MsoTof, li.MsoTof, div.MsoTof
|
700
741
|
/**/{mso-style-unhide:no;
|
701
742
|
mso-style-next:Normal;
|
@@ -3771,6 +3812,7 @@ span.SpellE
|
|
3771
3812
|
/**/{mso-level-style-link:"IEEEStds Regular Table Caption";
|
3772
3813
|
mso-level-text:"Table %1";
|
3773
3814
|
mso-level-tab-stop:54.0pt;
|
3815
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
3774
3816
|
mso-level-number-position:center;
|
3775
3817
|
margin-left:0cm;
|
3776
3818
|
text-indent:0cm;
|
@@ -4525,6 +4567,7 @@ span.SpellE
|
|
4525
4567
|
/**/{mso-level-style-link:"IEEEStds Regular Figure Caption";
|
4526
4568
|
mso-level-text:"Figure %1";
|
4527
4569
|
mso-level-tab-stop:50.4pt;
|
4570
|
+
mso-level-suffix: none; /* Added by Metanorma */
|
4528
4571
|
mso-level-number-position:center;
|
4529
4572
|
margin-left:0cm;
|
4530
4573
|
text-indent:14.4pt;
|
@@ -21,8 +21,11 @@ doctype_abbrev:
|
|
21
21
|
term_def_boilerplate: |
|
22
22
|
For the purposes of this document, the following terms and definitions apply. The _IEEE Standards Dictionary Online_ should be consulted for terms not defined in this clause.footnote:[_IEEE Standards Dictionary Online_ is available at: http://dictionary.ieee.org[]. An IEEE Account is required for access to the dictionary, and one can be created at no charge on the dictionary sign-in page.]
|
23
23
|
norm_with_refs_pref: The following referenced documents are indispensable for the application of this document (i.e., they must be understood and used, so each referenced document is cited in text and its relationship to this document is explained). For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments or corrigenda) applies.
|
24
|
+
norm_empty_pref: There are no normative references in this {{ doctype | downcase}}.
|
24
25
|
biblio_pref: Bibliographical references are resources that provide additional or helpful material but do not need to be understood or used to implement this standard. Reference to these resources is made for informational use only.
|
25
26
|
note_inform_fn: Notes to text, tables, and figures are for information only and do not contain requirements needed to implement the standard.
|
27
|
+
biblio_ref_inform_fn: The numbers in brackets correspond to those of the bibliography in Annex B.
|
28
|
+
introduction_disclaimer: This introduction is not part of {%if docid_draft %}{{docid_draft }}{%else%}{{ docnumber }}{%endif%}, {{ full_doctitle }}
|
26
29
|
relatedterms:
|
27
30
|
deprecates: Deprecates
|
28
31
|
supersedes: Supersedes
|