metanorma-ieee 0.0.2 → 0.0.3
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_amd.html +105 -0
- data/lib/isodoc/ieee/html/html_ieee_titlepage.html +11 -12
- data/lib/isodoc/ieee/html/ieee.css +23 -15
- data/lib/isodoc/ieee/html/ieee.scss +24 -15
- data/lib/isodoc/ieee/html/word_ieee_titlepage.html +12 -1
- data/lib/isodoc/ieee/i18n-en.yaml +1 -0
- data/lib/isodoc/ieee/ieee.amendment.xsl +370 -184
- data/lib/isodoc/ieee/ieee.standard.xsl +370 -184
- data/lib/isodoc/ieee/metadata.rb +25 -47
- data/lib/isodoc/ieee/pdf_convert.rb +2 -2
- data/lib/isodoc/ieee/presentation_ref.rb +70 -0
- data/lib/isodoc/ieee/presentation_terms.rb +67 -20
- data/lib/isodoc/ieee/presentation_xml_convert.rb +97 -63
- data/lib/isodoc/ieee/word_authority.rb +5 -3
- data/lib/isodoc/ieee/word_convert.rb +12 -0
- data/lib/metanorma/ieee/boilerplate.xml +68 -19
- data/lib/metanorma/ieee/cleanup.rb +96 -33
- data/lib/metanorma/ieee/cleanup_ref.rb +1 -0
- data/lib/metanorma/ieee/converter.rb +7 -0
- data/lib/metanorma/ieee/front.rb +40 -53
- data/lib/metanorma/ieee/ieee.rng +32 -2
- data/lib/metanorma/ieee/isodoc.rng +10 -0
- data/lib/metanorma/ieee/term_lookup_cleanup.rb +11 -0
- data/lib/metanorma/ieee/validate.rb +57 -53
- data/lib/metanorma/ieee/validate_style.rb +53 -0
- data/lib/metanorma/ieee/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6977149e490025d36902d366eaa5b7e4be29e631310089d7284a0c720cf97e1f
|
4
|
+
data.tar.gz: 54547196925d0c2a1105e006c5f9d44af24620934e86878ee2b4a42bab849840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0174ce5cfcd8e09c41cd04f0226df41d7fe6572923eb0d447ea03e5eab60a47e231427447fd53fa32c839539b0a46bbbfba0e9e49da8aef4440e1b9b7252fd3d
|
7
|
+
data.tar.gz: bf031bcefafd8c806124623a0471de4f67f43dad2ade47a5e281375c955507ba797a1d9f2966b90ef7518f26ae6e3a7ac7552ac1af66605c98715e76981eebb1
|
@@ -0,0 +1,105 @@
|
|
1
|
+
<html xmlns:v="urn:schemas-microsoft-com:vml"
|
2
|
+
xmlns:o="urn:schemas-microsoft-com:office:office"
|
3
|
+
xmlns:w="urn:schemas-microsoft-com:office:word"
|
4
|
+
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
|
5
|
+
xmlns="http://www.w3.org/TR/REC-html40">
|
6
|
+
|
7
|
+
<head>
|
8
|
+
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
|
9
|
+
<meta name=ProgId content=Word.Document>
|
10
|
+
<meta name=Generator content="Microsoft Word 15">
|
11
|
+
<meta name=Originator content="Microsoft Word 15">
|
12
|
+
<link id=Main-File rel=Main-File
|
13
|
+
href="../IEEESTD-WORDTEMPLATE_Amendments-Corri-v7-2022.html">
|
14
|
+
<!--[if gte mso 9]><xml>
|
15
|
+
<o:shapedefaults v:ext="edit" spidmax="2050"/>
|
16
|
+
</xml><![endif]-->
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body lang=el-AU link=blue vlink=purple>
|
20
|
+
|
21
|
+
<div style='mso-element:footnote-separator' id=fs>
|
22
|
+
|
23
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
24
|
+
|
25
|
+
<hr align=left size=1 width="33%">
|
26
|
+
|
27
|
+
<![endif]></span></span></p>
|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div style='mso-element:footnote-continuation-separator' id=fcs>
|
32
|
+
|
33
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
34
|
+
|
35
|
+
<hr align=left size=1>
|
36
|
+
|
37
|
+
<![endif]></span></span></p>
|
38
|
+
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div style='mso-element:endnote-separator' id=es>
|
42
|
+
|
43
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
44
|
+
|
45
|
+
<hr align=left size=1 width="33%">
|
46
|
+
|
47
|
+
<![endif]></span></span></p>
|
48
|
+
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div style='mso-element:endnote-continuation-separator' id=ecs>
|
52
|
+
|
53
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
54
|
+
|
55
|
+
<hr align=left size=1>
|
56
|
+
|
57
|
+
<![endif]></span></span></p>
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div style='mso-element:header' id=h1>
|
62
|
+
|
63
|
+
<p class=MsoHeader><span lang=EN-US>IEEE
|
64
|
+
P{{ docnumeric }}{% if draft %}/D{{ draft }}, {{ draft_month }} {{ draft_year }}{% endif %}</span></p>
|
65
|
+
|
66
|
+
</div>
|
67
|
+
|
68
|
+
<div style='mso-element:header' id=fh1>
|
69
|
+
|
70
|
+
<p class=MsoHeader><span lang=EN-US>IEEE P{{ docnumeric }}{% if draft %}/D{{ draft }}, {{ draft_month }} {{ draft_year }}{% endif %}</span></p>
|
71
|
+
|
72
|
+
</div>
|
73
|
+
|
74
|
+
<div style='mso-element:footer' id=f8>
|
75
|
+
|
76
|
+
<p class=MsoFooter style='tab-stops:right 432.0pt'><!--[if supportFields]><span
|
77
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:10.0pt'><span
|
78
|
+
style='mso-element:field-begin'></span>PAGE<span style='mso-spacerun:yes'>
|
79
|
+
</span><span style='mso-element:field-separator'></span></span></span><![endif]--><span
|
80
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:10.0pt'>9</span></span><!--[if supportFields]><span
|
81
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:10.0pt'><span
|
82
|
+
style='mso-element:field-end'></span></span></span><![endif]--><span
|
83
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:10.0pt'><o:p></o:p></span></span></p>
|
84
|
+
|
85
|
+
<p class=MsoFooter style='tab-stops:right 432.0pt'><span lang=EN-US>Copyright ©
|
86
|
+
{{ draft_year }} IEEE. All rights reserved.</span></p>
|
87
|
+
|
88
|
+
<p class=MsoFooter style='tab-stops:right 432.0pt'><span lang=EN-US>This is an
|
89
|
+
unapproved IEEE Standards Draft, subject to change.</span></p>
|
90
|
+
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<div style='mso-element:header' id=h9>
|
94
|
+
|
95
|
+
<p class=MsoHeader align=center style='text-align:center;tab-stops:right 432.0pt'><span
|
96
|
+
lang=EN-US style='mso-bidi-font-size:8.0pt'>IEEE
|
97
|
+
P<designation>/D<draft_number>, <draft_month>
|
98
|
+
<draft_year><o:p></o:p></span></p>
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</body>
|
103
|
+
|
104
|
+
</html>
|
105
|
+
|
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
<div class="doctitle-en"><span>P{{ docnumeric }}™{% if draft %}/D{{ draft }}{% endif %}</span><br/>
|
4
4
|
<span lang="EN-US">{{ full_doctitle }}</span></div>
|
5
|
-
{% if
|
6
|
-
<div class="doctitle-part">
|
5
|
+
{% if amd %}
|
6
|
+
<div class="doctitle-part">Amendment {{ amd }}</div>
|
7
7
|
{% endif %}
|
8
|
-
{% if
|
9
|
-
<div class="doctitle-part">{{
|
8
|
+
{% if corr %}
|
9
|
+
<div class="doctitle-part">Corrigenda {{ corr }}</div>
|
10
10
|
{% endif %}
|
11
11
|
{%if updates or merges %}
|
12
12
|
<div class="doctitle-part">(Revision of {{ updates | join: ", " }}<br/>Incorporating {{ merges | join: ", " }})</div>
|
@@ -25,18 +25,17 @@
|
|
25
25
|
<p><b>{{ technical_committee }}</b></p>
|
26
26
|
<p>of the</p>
|
27
27
|
<p><b>IEEE {{ society }}</b></p>
|
28
|
-
<p>Approved {{
|
28
|
+
<p>Approved {{ issueddate }}</p>
|
29
29
|
<p>IEEE SA Standards Board</p>
|
30
30
|
</div>
|
31
31
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
<
|
36
|
-
{% if unpublished %}
|
37
|
-
<p>{{ stageabbr }} stage</p>
|
38
|
-
{% endif %}
|
32
|
+
{% if trial_use %}
|
33
|
+
<div>
|
34
|
+
{% if feedback_endeddate %}<p>Comments due: {{ feedback_endeddate }}</p>{% endif %}
|
35
|
+
{% if obsoleteddate %}<p>Expires: {{ obsoleteddate }}</p>{% endif %}
|
39
36
|
</div>
|
37
|
+
{% endif %}
|
38
|
+
|
40
39
|
|
41
40
|
{% if unpublished %}
|
42
41
|
<div class="coverpage_warning">
|
@@ -2801,7 +2801,7 @@ div.WordSection5 {
|
|
2801
2801
|
mso-footer-margin: 36.0pt;
|
2802
2802
|
mso-line-numbers-count-by: 1;
|
2803
2803
|
mso-page-numbers: roman-lower;
|
2804
|
-
|
2804
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2805
2805
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2806
2806
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2807
2807
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2815,7 +2815,7 @@ div.WordSection5 {
|
|
2815
2815
|
mso-footer-margin: 36.0pt;
|
2816
2816
|
mso-line-numbers-count-by: 1;
|
2817
2817
|
mso-page-numbers: roman-lower;
|
2818
|
-
|
2818
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2819
2819
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2820
2820
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2821
2821
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
@@ -2829,7 +2829,7 @@ div.WordSection5 {
|
|
2829
2829
|
mso-footer-margin: 36.0pt;
|
2830
2830
|
mso-line-numbers-count-by: 1;
|
2831
2831
|
mso-page-numbers: roman-lower;
|
2832
|
-
|
2832
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2833
2833
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2834
2834
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2835
2835
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -3026,7 +3026,7 @@ div.WordSection10 {
|
|
3026
3026
|
mso-line-numbers-count-by: 1;
|
3027
3027
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3028
3028
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3029
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3029
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3030
3030
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3031
3031
|
mso-paper-source: 0; }
|
3032
3032
|
|
@@ -3038,7 +3038,7 @@ div.WordSection10 {
|
|
3038
3038
|
mso-line-numbers-count-by: 1;
|
3039
3039
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3040
3040
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3041
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3041
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3042
3042
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3043
3043
|
mso-paper-source: 0; }
|
3044
3044
|
|
@@ -3050,7 +3050,7 @@ div.WordSection10 {
|
|
3050
3050
|
mso-line-numbers-count-by: 1;
|
3051
3051
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3052
3052
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3053
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3053
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3054
3054
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3055
3055
|
mso-paper-source: 0; }
|
3056
3056
|
|
@@ -3066,7 +3066,7 @@ div.WordSection11 {
|
|
3066
3066
|
mso-line-numbers-count-by: 1;
|
3067
3067
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3068
3068
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3069
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3069
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3070
3070
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3071
3071
|
mso-paper-source: 0; }
|
3072
3072
|
|
@@ -3078,7 +3078,7 @@ div.WordSection11 {
|
|
3078
3078
|
mso-line-numbers-count-by: 1;
|
3079
3079
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3080
3080
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3081
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3081
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3082
3082
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3083
3083
|
mso-paper-source: 0; }
|
3084
3084
|
|
@@ -3090,7 +3090,7 @@ div.WordSection11 {
|
|
3090
3090
|
mso-line-numbers-count-by: 1;
|
3091
3091
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3092
3092
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3093
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3093
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3094
3094
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3095
3095
|
mso-paper-source: 0; }
|
3096
3096
|
|
@@ -3106,7 +3106,7 @@ div.WordSection12 {
|
|
3106
3106
|
mso-line-numbers-count-by: 1;
|
3107
3107
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3108
3108
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3109
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3109
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3110
3110
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3111
3111
|
mso-paper-source: 0; }
|
3112
3112
|
|
@@ -3118,7 +3118,7 @@ div.WordSection12 {
|
|
3118
3118
|
mso-line-numbers-count-by: 1;
|
3119
3119
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3120
3120
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3121
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3121
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3122
3122
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3123
3123
|
mso-paper-source: 0; }
|
3124
3124
|
|
@@ -3130,7 +3130,7 @@ div.WordSection12 {
|
|
3130
3130
|
mso-line-numbers-count-by: 1;
|
3131
3131
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3132
3132
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3133
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3133
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3134
3134
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3135
3135
|
mso-paper-source: 0; }
|
3136
3136
|
|
@@ -3146,7 +3146,7 @@ div.WordSection13 {
|
|
3146
3146
|
mso-line-numbers-count-by: 1;
|
3147
3147
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3148
3148
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3149
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3149
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3150
3150
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3151
3151
|
mso-paper-source: 0; }
|
3152
3152
|
|
@@ -3158,7 +3158,7 @@ div.WordSection13 {
|
|
3158
3158
|
mso-line-numbers-count-by: 1;
|
3159
3159
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3160
3160
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3161
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3161
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3162
3162
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3163
3163
|
mso-paper-source: 0; }
|
3164
3164
|
|
@@ -3170,7 +3170,7 @@ div.WordSection13 {
|
|
3170
3170
|
mso-line-numbers-count-by: 1;
|
3171
3171
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3172
3172
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3173
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3173
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3174
3174
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3175
3175
|
mso-paper-source: 0; }
|
3176
3176
|
|
@@ -3369,3 +3369,11 @@ p.supertitle {
|
|
3369
3369
|
mso-ansi-language: EN-GB;
|
3370
3370
|
mso-fareast-language: JA;
|
3371
3371
|
mso-bidi-font-weight: normal; }
|
3372
|
+
|
3373
|
+
span.addition {
|
3374
|
+
color: black;
|
3375
|
+
text-decoration: underline;
|
3376
|
+
text-underline: single; }
|
3377
|
+
|
3378
|
+
span.deletion {
|
3379
|
+
color: black; }
|
@@ -2662,7 +2662,7 @@ div.WordSection5
|
|
2662
2662
|
mso-footer-margin:36.0pt;
|
2663
2663
|
mso-line-numbers-count-by:1;
|
2664
2664
|
mso-page-numbers:roman-lower;
|
2665
|
-
mso-columns:3 even 36.0pt;
|
2665
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2666
2666
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2667
2667
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2668
2668
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2675,7 +2675,7 @@ div.WordSection5
|
|
2675
2675
|
mso-footer-margin:36.0pt;
|
2676
2676
|
mso-line-numbers-count-by:1;
|
2677
2677
|
mso-page-numbers:roman-lower;
|
2678
|
-
mso-columns:3 even 36.0pt;
|
2678
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2679
2679
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2680
2680
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2681
2681
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
@@ -2688,7 +2688,7 @@ div.WordSection5
|
|
2688
2688
|
mso-footer-margin:36.0pt;
|
2689
2689
|
mso-line-numbers-count-by:1;
|
2690
2690
|
mso-page-numbers:roman-lower;
|
2691
|
-
mso-columns:3 even 36.0pt;
|
2691
|
+
mso-columns:{% if balloting_group_type == "entity" %}2{% else %}3{% endif %} even 36.0pt;
|
2692
2692
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2693
2693
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2694
2694
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2867,7 +2867,7 @@ div.WordSection10
|
|
2867
2867
|
mso-line-numbers-count-by:1;
|
2868
2868
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2869
2869
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2870
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2870
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2871
2871
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2872
2872
|
mso-paper-source:0;}
|
2873
2873
|
@page WordSection11L
|
@@ -2878,7 +2878,7 @@ div.WordSection10
|
|
2878
2878
|
mso-line-numbers-count-by:1;
|
2879
2879
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2880
2880
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2881
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2881
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2882
2882
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2883
2883
|
mso-paper-source:0;}
|
2884
2884
|
@page WordSection11P
|
@@ -2889,7 +2889,7 @@ div.WordSection10
|
|
2889
2889
|
mso-line-numbers-count-by:1;
|
2890
2890
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2891
2891
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2892
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2892
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2893
2893
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2894
2894
|
mso-paper-source:0;}
|
2895
2895
|
div.WordSection11
|
@@ -2903,7 +2903,7 @@ div.WordSection11
|
|
2903
2903
|
mso-line-numbers-count-by:1;
|
2904
2904
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2905
2905
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2906
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2906
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2907
2907
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2908
2908
|
mso-paper-source:0;}
|
2909
2909
|
@page WordSection12L
|
@@ -2914,7 +2914,7 @@ div.WordSection11
|
|
2914
2914
|
mso-line-numbers-count-by:1;
|
2915
2915
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2916
2916
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2917
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2917
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2918
2918
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2919
2919
|
mso-paper-source:0;}
|
2920
2920
|
@page WordSection12P
|
@@ -2925,7 +2925,7 @@ div.WordSection11
|
|
2925
2925
|
mso-line-numbers-count-by:1;
|
2926
2926
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2927
2927
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2928
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2928
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2929
2929
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2930
2930
|
mso-paper-source:0;}
|
2931
2931
|
div.WordSection12
|
@@ -2939,7 +2939,7 @@ div.WordSection12
|
|
2939
2939
|
mso-line-numbers-count-by:1;
|
2940
2940
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2941
2941
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2942
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2942
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2943
2943
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2944
2944
|
mso-paper-source:0;}
|
2945
2945
|
@page WordSection13L
|
@@ -2950,7 +2950,7 @@ div.WordSection12
|
|
2950
2950
|
mso-line-numbers-count-by:1;
|
2951
2951
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2952
2952
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2953
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2953
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2954
2954
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2955
2955
|
mso-paper-source:0;}
|
2956
2956
|
@page WordSection13P
|
@@ -2961,7 +2961,7 @@ div.WordSection12
|
|
2961
2961
|
mso-line-numbers-count-by:1;
|
2962
2962
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2963
2963
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2964
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2964
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2965
2965
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2966
2966
|
mso-paper-source:0;}
|
2967
2967
|
div.WordSection13
|
@@ -2975,7 +2975,7 @@ div.WordSection13
|
|
2975
2975
|
mso-line-numbers-count-by:1;
|
2976
2976
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2977
2977
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2978
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2978
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2979
2979
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2980
2980
|
mso-paper-source:0;}
|
2981
2981
|
@page WordSection14L
|
@@ -2986,7 +2986,7 @@ div.WordSection13
|
|
2986
2986
|
mso-line-numbers-count-by:1;
|
2987
2987
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2988
2988
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2989
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2989
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
2990
2990
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2991
2991
|
mso-paper-source:0;}
|
2992
2992
|
@page WordSection14P
|
@@ -2997,7 +2997,7 @@ div.WordSection13
|
|
2997
2997
|
mso-line-numbers-count-by:1;
|
2998
2998
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2999
2999
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3000
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
3000
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3001
3001
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3002
3002
|
mso-paper-source:0;}
|
3003
3003
|
div.WordSection14
|
@@ -3199,3 +3199,12 @@ p.supertitle
|
|
3199
3199
|
mso-ansi-language:EN-GB;
|
3200
3200
|
mso-fareast-language:JA;
|
3201
3201
|
mso-bidi-font-weight:normal;}
|
3202
|
+
|
3203
|
+
span.addition {
|
3204
|
+
color: black;
|
3205
|
+
text-decoration: underline;
|
3206
|
+
text-underline: single;
|
3207
|
+
}
|
3208
|
+
span.deletion {
|
3209
|
+
color: black;
|
3210
|
+
}
|
@@ -1,5 +1,8 @@
|
|
1
1
|
<p class="IEEEStdsTitle" style='margin-top:50.0pt;margin-right:0cm;margin-bottom:36.0pt;margin-left:0cm'><span lang="EN-US">P{{ docnumeric }}™{% if draft %}/D{{ draft }}{% endif %}</span><br/>
|
2
2
|
<span lang="EN-US">{{ full_doctitle }}</span>
|
3
|
+
{% if amd or corr %}
|
4
|
+
<br/>{% if amd %}Amendment {{ amd }}{% endif %}{% if amd and corr %} {% endif %}{% if corr %}Corrigenda {{ corr }}{% endif %}
|
5
|
+
{% endif %}
|
3
6
|
</p>
|
4
7
|
|
5
8
|
<p class="IEEEStdsTitleParaSans"><span lang="EN-US">Developed by the</span></p>
|
@@ -16,12 +19,20 @@
|
|
16
19
|
|
17
20
|
<p class="IEEEStdsTitleParaSans"><span lang="EN-US"><o:p> </o:p></span></p>
|
18
21
|
|
19
|
-
<p class="IEEEStdsTitleParaSans"><span lang="EN-US">Approved {{
|
22
|
+
<p class="IEEEStdsTitleParaSans"><span lang="EN-US">Approved {{ issueddate }}</span></p>
|
20
23
|
|
21
24
|
<p class="IEEEStdsTitleParaSans"><span lang="EN-US"><o:p> </o:p></span></p>
|
22
25
|
|
23
26
|
<p class="IEEEStdsTitleParaSansBold"><span lang="EN-US">IEEE SA Standards Board</span></p>
|
24
27
|
|
28
|
+
|
29
|
+
{% if trial_use %}
|
30
|
+
<div>
|
31
|
+
{% if feedback_endeddate %}<p class="IEEEStdsTitleParaSans">Comments due: {{ feedback_endeddate }}</p>{% endif %}
|
32
|
+
{% if obsoleteddate %}<p class="IEEEStdsTitleParaSans">Expires: {{ obsoleteddate }}</p>{% endif %}
|
33
|
+
</div>
|
34
|
+
{% endif %}
|
35
|
+
|
25
36
|
<p class="IEEEStdsCopyrightaddrs"><span lang="EN-US"><o:p> </o:p></span></p>
|
26
37
|
|
27
38
|
<div id="boilerplate-copyright-destination"/>
|