metanorma-ieee 0.0.6.1 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.devel +1 -0
- data/lib/isodoc/ieee/html/ieee.css +236 -12
- data/lib/isodoc/ieee/html/ieee.scss +218 -13
- data/lib/isodoc/ieee/html/word_ieee_intro.html +2 -2
- data/lib/isodoc/ieee/ieee.amendment.xsl +12 -0
- data/lib/isodoc/ieee/ieee.standard.xsl +12 -0
- data/lib/isodoc/ieee/init.rb +5 -4
- data/lib/isodoc/ieee/word_authority.rb +1 -1
- data/lib/isodoc/ieee/word_cleanup.rb +1 -1
- data/lib/isodoc/ieee/word_convert.rb +2 -2
- data/lib/isodoc/ieee/xref.rb +0 -5
- data/lib/metanorma/ieee/biblio.rng +32 -1
- data/lib/metanorma/ieee/cleanup.rb +1 -1
- data/lib/metanorma/ieee/cleanup_ref.rb +3 -3
- data/lib/metanorma/ieee/version.rb +1 -1
- data/lib/metanorma-ieee.rb +1 -0
- data/lib/relaton/render/config.yml +1 -1
- data/metanorma-ieee.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce71f154bdfaa827f1a337ada1d43e55c308bc06a188c458459bc61a5973016e
|
4
|
+
data.tar.gz: d2d1ca8358e682e13d6dc590ddcd49a0f3948245ac31263dff040f9cda539e48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c6f49824460407ffad065878704794d3669f5da4f6d7b2c385d46bdb63558f7c82332b937423fa8ba0adc12a2d37cdac08faba6649b0da780b6c8d02bd40a95
|
7
|
+
data.tar.gz: a74afb17ed30afd997a4e4bc435222e3886671897b41035bb401e9d6762476094b7096a6688fe14da3e5144f8acce9d6a90ffcc5c69f87105e773b32990522fb
|
data/Gemfile.devel
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "main"
|
@@ -2979,6 +2979,7 @@ div.WordSection9 {
|
|
2979
2979
|
mso-footer-margin: 36.0pt;
|
2980
2980
|
mso-line-numbers-count-by: 1;
|
2981
2981
|
mso-page-numbers: roman-lower;
|
2982
|
+
mso-columns: 3 even 36.0pt;
|
2982
2983
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2983
2984
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2984
2985
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2992,6 +2993,7 @@ div.WordSection9 {
|
|
2992
2993
|
mso-footer-margin: 36.0pt;
|
2993
2994
|
mso-line-numbers-count-by: 1;
|
2994
2995
|
mso-page-numbers: roman-lower;
|
2996
|
+
mso-columns: 3 even 36.0pt;
|
2995
2997
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2996
2998
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2997
2999
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
@@ -3005,6 +3007,7 @@ div.WordSection9 {
|
|
3005
3007
|
mso-footer-margin: 36.0pt;
|
3006
3008
|
mso-line-numbers-count-by: 1;
|
3007
3009
|
mso-page-numbers: roman-lower;
|
3010
|
+
mso-columns: 3 even 36.0pt;
|
3008
3011
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3009
3012
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3010
3013
|
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -3021,9 +3024,10 @@ div.WordSection10 {
|
|
3021
3024
|
mso-header-margin: 36.0pt;
|
3022
3025
|
mso-footer-margin: 36.0pt;
|
3023
3026
|
mso-line-numbers-count-by: 1;
|
3027
|
+
mso-page-numbers: roman-lower;
|
3024
3028
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3025
3029
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3026
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3030
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3027
3031
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3028
3032
|
mso-paper-source: 0; }
|
3029
3033
|
|
@@ -3033,9 +3037,10 @@ div.WordSection10 {
|
|
3033
3037
|
mso-header-margin: 36.0pt;
|
3034
3038
|
mso-footer-margin: 36.0pt;
|
3035
3039
|
mso-line-numbers-count-by: 1;
|
3040
|
+
mso-page-numbers: roman-lower;
|
3036
3041
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3037
3042
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3038
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3043
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3039
3044
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3040
3045
|
mso-paper-source: 0; }
|
3041
3046
|
|
@@ -3045,9 +3050,10 @@ div.WordSection10 {
|
|
3045
3050
|
mso-header-margin: 36.0pt;
|
3046
3051
|
mso-footer-margin: 36.0pt;
|
3047
3052
|
mso-line-numbers-count-by: 1;
|
3053
|
+
mso-page-numbers: roman-lower;
|
3048
3054
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3049
3055
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3050
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3056
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3051
3057
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3052
3058
|
mso-paper-source: 0; }
|
3053
3059
|
|
@@ -3061,9 +3067,11 @@ div.WordSection11 {
|
|
3061
3067
|
mso-header-margin: 36.0pt;
|
3062
3068
|
mso-footer-margin: 36.0pt;
|
3063
3069
|
mso-line-numbers-count-by: 1;
|
3070
|
+
mso-page-numbers: roman-lower;
|
3071
|
+
mso-columns: 3 even 36.0pt;
|
3064
3072
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3065
3073
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3066
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3074
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3067
3075
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3068
3076
|
mso-paper-source: 0; }
|
3069
3077
|
|
@@ -3073,9 +3081,11 @@ div.WordSection11 {
|
|
3073
3081
|
mso-header-margin: 36.0pt;
|
3074
3082
|
mso-footer-margin: 36.0pt;
|
3075
3083
|
mso-line-numbers-count-by: 1;
|
3084
|
+
mso-page-numbers: roman-lower;
|
3085
|
+
mso-columns: 3 even 36.0pt;
|
3076
3086
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3077
3087
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3078
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3088
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3079
3089
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3080
3090
|
mso-paper-source: 0; }
|
3081
3091
|
|
@@ -3085,9 +3095,11 @@ div.WordSection11 {
|
|
3085
3095
|
mso-header-margin: 36.0pt;
|
3086
3096
|
mso-footer-margin: 36.0pt;
|
3087
3097
|
mso-line-numbers-count-by: 1;
|
3098
|
+
mso-page-numbers: roman-lower;
|
3099
|
+
mso-columns: 3 even 36.0pt;
|
3088
3100
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3089
3101
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3090
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3102
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3091
3103
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3092
3104
|
mso-paper-source: 0; }
|
3093
3105
|
|
@@ -3101,9 +3113,10 @@ div.WordSection12 {
|
|
3101
3113
|
mso-header-margin: 36.0pt;
|
3102
3114
|
mso-footer-margin: 36.0pt;
|
3103
3115
|
mso-line-numbers-count-by: 1;
|
3116
|
+
mso-page-numbers: roman-lower;
|
3104
3117
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3105
3118
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3106
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3119
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3107
3120
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3108
3121
|
mso-paper-source: 0; }
|
3109
3122
|
|
@@ -3113,9 +3126,10 @@ div.WordSection12 {
|
|
3113
3126
|
mso-header-margin: 36.0pt;
|
3114
3127
|
mso-footer-margin: 36.0pt;
|
3115
3128
|
mso-line-numbers-count-by: 1;
|
3129
|
+
mso-page-numbers: roman-lower;
|
3116
3130
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3117
3131
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3118
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3132
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3119
3133
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3120
3134
|
mso-paper-source: 0; }
|
3121
3135
|
|
@@ -3125,9 +3139,10 @@ div.WordSection12 {
|
|
3125
3139
|
mso-header-margin: 36.0pt;
|
3126
3140
|
mso-footer-margin: 36.0pt;
|
3127
3141
|
mso-line-numbers-count-by: 1;
|
3142
|
+
mso-page-numbers: roman-lower;
|
3128
3143
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3129
3144
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3130
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3145
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3131
3146
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3132
3147
|
mso-paper-source: 0; }
|
3133
3148
|
|
@@ -3141,9 +3156,11 @@ div.WordSection13 {
|
|
3141
3156
|
mso-header-margin: 36.0pt;
|
3142
3157
|
mso-footer-margin: 36.0pt;
|
3143
3158
|
mso-line-numbers-count-by: 1;
|
3159
|
+
mso-page-numbers: roman-lower;
|
3160
|
+
mso-columns: 3 even 36.0pt;
|
3144
3161
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3145
3162
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3146
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3163
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3147
3164
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3148
3165
|
mso-paper-source: 0; }
|
3149
3166
|
|
@@ -3153,9 +3170,11 @@ div.WordSection13 {
|
|
3153
3170
|
mso-header-margin: 36.0pt;
|
3154
3171
|
mso-footer-margin: 36.0pt;
|
3155
3172
|
mso-line-numbers-count-by: 1;
|
3173
|
+
mso-page-numbers: roman-lower;
|
3174
|
+
mso-columns: 3 even 36.0pt;
|
3156
3175
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3157
3176
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3158
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3177
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3159
3178
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3160
3179
|
mso-paper-source: 0; }
|
3161
3180
|
|
@@ -3165,9 +3184,11 @@ div.WordSection13 {
|
|
3165
3184
|
mso-header-margin: 36.0pt;
|
3166
3185
|
mso-footer-margin: 36.0pt;
|
3167
3186
|
mso-line-numbers-count-by: 1;
|
3187
|
+
mso-page-numbers: roman-lower;
|
3188
|
+
mso-columns: 3 even 36.0pt;
|
3168
3189
|
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3169
3190
|
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3170
|
-
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html")
|
3191
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3171
3192
|
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3172
3193
|
mso-paper-source: 0; }
|
3173
3194
|
|
@@ -3175,6 +3196,209 @@ div.WordSection14 {
|
|
3175
3196
|
page: WordSection14;
|
3176
3197
|
mso-footnote-numbering-restart: each-section; }
|
3177
3198
|
|
3199
|
+
@page WordSection9 {
|
3200
|
+
size: 612.0pt 792.0pt;
|
3201
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3202
|
+
mso-header-margin: 36.0pt;
|
3203
|
+
mso-footer-margin: 36.0pt;
|
3204
|
+
mso-line-numbers-count-by: 1;
|
3205
|
+
mso-page-numbers: roman-lower;
|
3206
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3207
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3208
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3209
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3210
|
+
mso-paper-source: 0; }
|
3211
|
+
|
3212
|
+
@page WordSection9L {
|
3213
|
+
size: 792.0pt 612.0pt;
|
3214
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3215
|
+
mso-header-margin: 36.0pt;
|
3216
|
+
mso-footer-margin: 36.0pt;
|
3217
|
+
mso-line-numbers-count-by: 1;
|
3218
|
+
mso-page-numbers: roman-lower;
|
3219
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3220
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3221
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3222
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3223
|
+
mso-paper-source: 0; }
|
3224
|
+
|
3225
|
+
@page WordSection9P {
|
3226
|
+
size: 612.0pt 792.0pt;
|
3227
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3228
|
+
mso-header-margin: 36.0pt;
|
3229
|
+
mso-footer-margin: 36.0pt;
|
3230
|
+
mso-line-numbers-count-by: 1;
|
3231
|
+
mso-page-numbers: roman-lower;
|
3232
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3233
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3234
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3235
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3236
|
+
mso-paper-source: 0; }
|
3237
|
+
|
3238
|
+
div.WordSection9 {
|
3239
|
+
page: WordSection9;
|
3240
|
+
mso-footnote-numbering-restart: each-section; }
|
3241
|
+
|
3242
|
+
@page WordSectionIntro {
|
3243
|
+
size: 612.0pt 792.0pt;
|
3244
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3245
|
+
mso-header-margin: 36.0pt;
|
3246
|
+
mso-footer-margin: 36.0pt;
|
3247
|
+
mso-line-numbers-count-by: 1;
|
3248
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3249
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3250
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3251
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3252
|
+
mso-paper-source: 0; }
|
3253
|
+
|
3254
|
+
@page WordSectionIntroL {
|
3255
|
+
size: 792.0pt 612.0pt;
|
3256
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3257
|
+
mso-header-margin: 36.0pt;
|
3258
|
+
mso-footer-margin: 36.0pt;
|
3259
|
+
mso-line-numbers-count-by: 1;
|
3260
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3261
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3262
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3263
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3264
|
+
mso-paper-source: 0; }
|
3265
|
+
|
3266
|
+
@page WordSectionIntroP {
|
3267
|
+
size: 612.0pt 792.0pt;
|
3268
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3269
|
+
mso-header-margin: 36.0pt;
|
3270
|
+
mso-footer-margin: 36.0pt;
|
3271
|
+
mso-line-numbers-count-by: 1;
|
3272
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3273
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3274
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3275
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3276
|
+
mso-paper-source: 0; }
|
3277
|
+
|
3278
|
+
div.WordSectionIntro {
|
3279
|
+
page: WordSectionIntro;
|
3280
|
+
mso-footnote-numbering-restart: each-section; }
|
3281
|
+
|
3282
|
+
@page WordSectionContents {
|
3283
|
+
size: 612.0pt 792.0pt;
|
3284
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3285
|
+
mso-header-margin: 36.0pt;
|
3286
|
+
mso-footer-margin: 36.0pt;
|
3287
|
+
mso-line-numbers-count-by: 1;
|
3288
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3289
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3290
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3291
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3292
|
+
mso-paper-source: 0; }
|
3293
|
+
|
3294
|
+
@page WordSectionContentsL {
|
3295
|
+
size: 792.0pt 612.0pt;
|
3296
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3297
|
+
mso-header-margin: 36.0pt;
|
3298
|
+
mso-footer-margin: 36.0pt;
|
3299
|
+
mso-line-numbers-count-by: 1;
|
3300
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3301
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3302
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3303
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3304
|
+
mso-paper-source: 0; }
|
3305
|
+
|
3306
|
+
@page WordSectionContentsP {
|
3307
|
+
size: 612.0pt 792.0pt;
|
3308
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3309
|
+
mso-header-margin: 36.0pt;
|
3310
|
+
mso-footer-margin: 36.0pt;
|
3311
|
+
mso-line-numbers-count-by: 1;
|
3312
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3313
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3314
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3315
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3316
|
+
mso-paper-source: 0; }
|
3317
|
+
|
3318
|
+
div.WordSectionContents {
|
3319
|
+
page: WordSectionContents;
|
3320
|
+
mso-footnote-numbering-restart: each-section; }
|
3321
|
+
|
3322
|
+
@page WordSectionMiddleTitle {
|
3323
|
+
size: 612.0pt 792.0pt;
|
3324
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3325
|
+
mso-header-margin: 36.0pt;
|
3326
|
+
mso-footer-margin: 36.0pt;
|
3327
|
+
mso-line-numbers-count-by: 1;
|
3328
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3329
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3330
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3331
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3332
|
+
mso-paper-source: 0; }
|
3333
|
+
|
3334
|
+
@page WordSectionMiddleTitleL {
|
3335
|
+
size: 792.0pt 612.0pt;
|
3336
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3337
|
+
mso-header-margin: 36.0pt;
|
3338
|
+
mso-footer-margin: 36.0pt;
|
3339
|
+
mso-line-numbers-count-by: 1;
|
3340
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3341
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3342
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3343
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3344
|
+
mso-paper-source: 0; }
|
3345
|
+
|
3346
|
+
@page WordSectionMiddleTitleP {
|
3347
|
+
size: 612.0pt 792.0pt;
|
3348
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3349
|
+
mso-header-margin: 36.0pt;
|
3350
|
+
mso-footer-margin: 36.0pt;
|
3351
|
+
mso-line-numbers-count-by: 1;
|
3352
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3353
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3354
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3355
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3356
|
+
mso-paper-source: 0; }
|
3357
|
+
|
3358
|
+
div.WordSectionMiddleTitle {
|
3359
|
+
page: WordSectionMiddleTitle;
|
3360
|
+
mso-footnote-numbering-restart: each-section; }
|
3361
|
+
|
3362
|
+
@page WordSectionMain {
|
3363
|
+
size: 612.0pt 792.0pt;
|
3364
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3365
|
+
mso-header-margin: 36.0pt;
|
3366
|
+
mso-footer-margin: 36.0pt;
|
3367
|
+
mso-line-numbers-count-by: 1;
|
3368
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3369
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3370
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3371
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3372
|
+
mso-paper-source: 0; }
|
3373
|
+
|
3374
|
+
@page WordSectionMainL {
|
3375
|
+
size: 792.0pt 612.0pt;
|
3376
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3377
|
+
mso-header-margin: 36.0pt;
|
3378
|
+
mso-footer-margin: 36.0pt;
|
3379
|
+
mso-line-numbers-count-by: 1;
|
3380
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3381
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3382
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3383
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3384
|
+
mso-paper-source: 0; }
|
3385
|
+
|
3386
|
+
@page WordSectionMainP {
|
3387
|
+
size: 612.0pt 792.0pt;
|
3388
|
+
margin: 72.0pt 90.0pt 72.0pt 90.0pt;
|
3389
|
+
mso-header-margin: 36.0pt;
|
3390
|
+
mso-footer-margin: 36.0pt;
|
3391
|
+
mso-line-numbers-count-by: 1;
|
3392
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3393
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3394
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3395
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3396
|
+
mso-paper-source: 0; }
|
3397
|
+
|
3398
|
+
div.WordSectionMain {
|
3399
|
+
page: WordSectionMain;
|
3400
|
+
mso-footnote-numbering-restart: each-section; }
|
3401
|
+
|
3178
3402
|
table.MsoISOTable, table.MsoISOTableBig {
|
3179
3403
|
mso-style-name: "Table ISO";
|
3180
3404
|
mso-tstyle-rowband-size: 0;
|
@@ -2769,7 +2769,7 @@ div.WordSection7
|
|
2769
2769
|
mso-footer-margin:36.0pt;
|
2770
2770
|
mso-line-numbers-count-by:1;
|
2771
2771
|
mso-page-numbers:roman-lower;
|
2772
|
-
|
2772
|
+
mso-columns:3 even 36.0pt;
|
2773
2773
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2774
2774
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2775
2775
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2824,6 +2824,7 @@ div.WordSection9
|
|
2824
2824
|
mso-footer-margin:36.0pt;
|
2825
2825
|
mso-line-numbers-count-by:1;
|
2826
2826
|
mso-page-numbers:roman-lower;
|
2827
|
+
mso-columns:3 even 36.0pt;
|
2827
2828
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2828
2829
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2829
2830
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2836,6 +2837,7 @@ div.WordSection9
|
|
2836
2837
|
mso-footer-margin:36.0pt;
|
2837
2838
|
mso-line-numbers-count-by:1;
|
2838
2839
|
mso-page-numbers:roman-lower;
|
2840
|
+
mso-columns:3 even 36.0pt;
|
2839
2841
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2840
2842
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2841
2843
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
@@ -2848,6 +2850,7 @@ div.WordSection9
|
|
2848
2850
|
mso-footer-margin:36.0pt;
|
2849
2851
|
mso-line-numbers-count-by:1;
|
2850
2852
|
mso-page-numbers:roman-lower;
|
2853
|
+
mso-columns:3 even 36.0pt;
|
2851
2854
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2852
2855
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2853
2856
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
@@ -2862,9 +2865,10 @@ div.WordSection10
|
|
2862
2865
|
mso-header-margin:36.0pt;
|
2863
2866
|
mso-footer-margin:36.0pt;
|
2864
2867
|
mso-line-numbers-count-by:1;
|
2868
|
+
mso-page-numbers:roman-lower;
|
2865
2869
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2866
2870
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2867
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2871
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2868
2872
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2869
2873
|
mso-paper-source:0;}
|
2870
2874
|
@page WordSection11L
|
@@ -2873,9 +2877,10 @@ div.WordSection10
|
|
2873
2877
|
mso-header-margin:36.0pt;
|
2874
2878
|
mso-footer-margin:36.0pt;
|
2875
2879
|
mso-line-numbers-count-by:1;
|
2880
|
+
mso-page-numbers:roman-lower;
|
2876
2881
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2877
2882
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2878
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2883
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
2879
2884
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2880
2885
|
mso-paper-source:0;}
|
2881
2886
|
@page WordSection11P
|
@@ -2884,9 +2889,10 @@ div.WordSection10
|
|
2884
2889
|
mso-header-margin:36.0pt;
|
2885
2890
|
mso-footer-margin:36.0pt;
|
2886
2891
|
mso-line-numbers-count-by:1;
|
2892
|
+
mso-page-numbers:roman-lower;
|
2887
2893
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2888
2894
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2889
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2895
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2890
2896
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2891
2897
|
mso-paper-source:0;}
|
2892
2898
|
div.WordSection11
|
@@ -2898,9 +2904,11 @@ div.WordSection11
|
|
2898
2904
|
mso-header-margin:36.0pt;
|
2899
2905
|
mso-footer-margin:36.0pt;
|
2900
2906
|
mso-line-numbers-count-by:1;
|
2907
|
+
mso-page-numbers:roman-lower;
|
2908
|
+
mso-columns:3 even 36.0pt;
|
2901
2909
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2902
2910
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2903
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2911
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2904
2912
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2905
2913
|
mso-paper-source:0;}
|
2906
2914
|
@page WordSection12L
|
@@ -2909,9 +2917,11 @@ div.WordSection11
|
|
2909
2917
|
mso-header-margin:36.0pt;
|
2910
2918
|
mso-footer-margin:36.0pt;
|
2911
2919
|
mso-line-numbers-count-by:1;
|
2920
|
+
mso-page-numbers:roman-lower;
|
2921
|
+
mso-columns:3 even 36.0pt;
|
2912
2922
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2913
2923
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2914
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2924
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
2915
2925
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2916
2926
|
mso-paper-source:0;}
|
2917
2927
|
@page WordSection12P
|
@@ -2920,9 +2930,11 @@ div.WordSection11
|
|
2920
2930
|
mso-header-margin:36.0pt;
|
2921
2931
|
mso-footer-margin:36.0pt;
|
2922
2932
|
mso-line-numbers-count-by:1;
|
2933
|
+
mso-page-numbers:roman-lower;
|
2934
|
+
mso-columns:3 even 36.0pt;
|
2923
2935
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2924
2936
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2925
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2937
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2926
2938
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2927
2939
|
mso-paper-source:0;}
|
2928
2940
|
div.WordSection12
|
@@ -2934,9 +2946,10 @@ div.WordSection12
|
|
2934
2946
|
mso-header-margin:36.0pt;
|
2935
2947
|
mso-footer-margin:36.0pt;
|
2936
2948
|
mso-line-numbers-count-by:1;
|
2949
|
+
mso-page-numbers:roman-lower;
|
2937
2950
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2938
2951
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2939
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2952
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2940
2953
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2941
2954
|
mso-paper-source:0;}
|
2942
2955
|
@page WordSection13L
|
@@ -2945,9 +2958,10 @@ div.WordSection12
|
|
2945
2958
|
mso-header-margin:36.0pt;
|
2946
2959
|
mso-footer-margin:36.0pt;
|
2947
2960
|
mso-line-numbers-count-by:1;
|
2961
|
+
mso-page-numbers:roman-lower;
|
2948
2962
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2949
2963
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2950
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2964
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
2951
2965
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2952
2966
|
mso-paper-source:0;}
|
2953
2967
|
@page WordSection13P
|
@@ -2956,9 +2970,10 @@ div.WordSection12
|
|
2956
2970
|
mso-header-margin:36.0pt;
|
2957
2971
|
mso-footer-margin:36.0pt;
|
2958
2972
|
mso-line-numbers-count-by:1;
|
2973
|
+
mso-page-numbers:roman-lower;
|
2959
2974
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2960
2975
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2961
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2976
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2962
2977
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2963
2978
|
mso-paper-source:0;}
|
2964
2979
|
div.WordSection13
|
@@ -2970,9 +2985,11 @@ div.WordSection13
|
|
2970
2985
|
mso-header-margin:36.0pt;
|
2971
2986
|
mso-footer-margin:36.0pt;
|
2972
2987
|
mso-line-numbers-count-by:1;
|
2988
|
+
mso-page-numbers:roman-lower;
|
2989
|
+
mso-columns:3 even 36.0pt;
|
2973
2990
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2974
2991
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2975
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
2992
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2976
2993
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2977
2994
|
mso-paper-source:0;}
|
2978
2995
|
@page WordSection14L
|
@@ -2981,9 +2998,11 @@ div.WordSection13
|
|
2981
2998
|
mso-header-margin:36.0pt;
|
2982
2999
|
mso-footer-margin:36.0pt;
|
2983
3000
|
mso-line-numbers-count-by:1;
|
3001
|
+
mso-page-numbers:roman-lower;
|
3002
|
+
mso-columns:3 even 36.0pt;
|
2984
3003
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
2985
3004
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
2986
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
3005
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
2987
3006
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
2988
3007
|
mso-paper-source:0;}
|
2989
3008
|
@page WordSection14P
|
@@ -2992,14 +3011,200 @@ div.WordSection13
|
|
2992
3011
|
mso-header-margin:36.0pt;
|
2993
3012
|
mso-footer-margin:36.0pt;
|
2994
3013
|
mso-line-numbers-count-by:1;
|
3014
|
+
mso-page-numbers:roman-lower;
|
3015
|
+
mso-columns:3 even 36.0pt;
|
2995
3016
|
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
2996
3017
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
2997
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html")
|
3018
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2998
3019
|
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
2999
3020
|
mso-paper-source:0;}
|
3000
3021
|
div.WordSection14
|
3001
3022
|
{page:WordSection14;
|
3002
3023
|
mso-footnote-numbering-restart:each-section;}
|
3024
|
+
@page WordSection9
|
3025
|
+
{size:612.0pt 792.0pt;
|
3026
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3027
|
+
mso-header-margin:36.0pt;
|
3028
|
+
mso-footer-margin:36.0pt;
|
3029
|
+
mso-line-numbers-count-by:1;
|
3030
|
+
mso-page-numbers:roman-lower;
|
3031
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3032
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3033
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3034
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3035
|
+
mso-paper-source:0;}
|
3036
|
+
@page WordSection9L
|
3037
|
+
{size:792.0pt 612.0pt;
|
3038
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3039
|
+
mso-header-margin:36.0pt;
|
3040
|
+
mso-footer-margin:36.0pt;
|
3041
|
+
mso-line-numbers-count-by:1;
|
3042
|
+
mso-page-numbers:roman-lower;
|
3043
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3044
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3045
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
3046
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3047
|
+
mso-paper-source:0;}
|
3048
|
+
@page WordSection9P
|
3049
|
+
{size:612.0pt 792.0pt;
|
3050
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3051
|
+
mso-header-margin:36.0pt;
|
3052
|
+
mso-footer-margin:36.0pt;
|
3053
|
+
mso-line-numbers-count-by:1;
|
3054
|
+
mso-page-numbers:roman-lower;
|
3055
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3056
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3057
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
3058
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3059
|
+
mso-paper-source:0;}
|
3060
|
+
div.WordSection9
|
3061
|
+
{page:WordSection9;
|
3062
|
+
mso-footnote-numbering-restart:each-section;}
|
3063
|
+
|
3064
|
+
@page WordSectionIntro
|
3065
|
+
{size:612.0pt 792.0pt;
|
3066
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3067
|
+
mso-header-margin:36.0pt;
|
3068
|
+
mso-footer-margin:36.0pt;
|
3069
|
+
mso-line-numbers-count-by:1;
|
3070
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3071
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3072
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3073
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3074
|
+
mso-paper-source:0;}
|
3075
|
+
@page WordSectionIntroL
|
3076
|
+
{size:792.0pt 612.0pt;
|
3077
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3078
|
+
mso-header-margin:36.0pt;
|
3079
|
+
mso-footer-margin:36.0pt;
|
3080
|
+
mso-line-numbers-count-by:1;
|
3081
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3082
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3083
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3084
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3085
|
+
mso-paper-source:0;}
|
3086
|
+
@page WordSectionIntroP
|
3087
|
+
{size:612.0pt 792.0pt;
|
3088
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3089
|
+
mso-header-margin:36.0pt;
|
3090
|
+
mso-footer-margin:36.0pt;
|
3091
|
+
mso-line-numbers-count-by:1;
|
3092
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3093
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3094
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3095
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3096
|
+
mso-paper-source:0;}
|
3097
|
+
div.WordSectionIntro
|
3098
|
+
{page:WordSectionIntro;
|
3099
|
+
mso-footnote-numbering-restart:each-section;}
|
3100
|
+
@page WordSectionContents
|
3101
|
+
{size:612.0pt 792.0pt;
|
3102
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3103
|
+
mso-header-margin:36.0pt;
|
3104
|
+
mso-footer-margin:36.0pt;
|
3105
|
+
mso-line-numbers-count-by:1;
|
3106
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3107
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3108
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3109
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3110
|
+
mso-paper-source:0;}
|
3111
|
+
@page WordSectionContentsL
|
3112
|
+
{size:792.0pt 612.0pt;
|
3113
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3114
|
+
mso-header-margin:36.0pt;
|
3115
|
+
mso-footer-margin:36.0pt;
|
3116
|
+
mso-line-numbers-count-by:1;
|
3117
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3118
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3119
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3120
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3121
|
+
mso-paper-source:0;}
|
3122
|
+
@page WordSectionContentsP
|
3123
|
+
{size:612.0pt 792.0pt;
|
3124
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3125
|
+
mso-header-margin:36.0pt;
|
3126
|
+
mso-footer-margin:36.0pt;
|
3127
|
+
mso-line-numbers-count-by:1;
|
3128
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3129
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3130
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3131
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3132
|
+
mso-paper-source:0;}
|
3133
|
+
div.WordSectionContents
|
3134
|
+
{page:WordSectionContents;
|
3135
|
+
mso-footnote-numbering-restart:each-section;}
|
3136
|
+
@page WordSectionMiddleTitle
|
3137
|
+
{size:612.0pt 792.0pt;
|
3138
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3139
|
+
mso-header-margin:36.0pt;
|
3140
|
+
mso-footer-margin:36.0pt;
|
3141
|
+
mso-line-numbers-count-by:1;
|
3142
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3143
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3144
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3145
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3146
|
+
mso-paper-source:0;}
|
3147
|
+
@page WordSectionMiddleTitleL
|
3148
|
+
{size:792.0pt 612.0pt;
|
3149
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3150
|
+
mso-header-margin:36.0pt;
|
3151
|
+
mso-footer-margin:36.0pt;
|
3152
|
+
mso-line-numbers-count-by:1;
|
3153
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3154
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3155
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3156
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3157
|
+
mso-paper-source:0;}
|
3158
|
+
@page WordSectionMiddleTitleP
|
3159
|
+
{size:612.0pt 792.0pt;
|
3160
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3161
|
+
mso-header-margin:36.0pt;
|
3162
|
+
mso-footer-margin:36.0pt;
|
3163
|
+
mso-line-numbers-count-by:1;
|
3164
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3165
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3166
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3167
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3168
|
+
mso-paper-source:0;}
|
3169
|
+
div.WordSectionMiddleTitle
|
3170
|
+
{page:WordSectionMiddleTitle;
|
3171
|
+
mso-footnote-numbering-restart:each-section;}
|
3172
|
+
@page WordSectionMain
|
3173
|
+
{size:612.0pt 792.0pt;
|
3174
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3175
|
+
mso-header-margin:36.0pt;
|
3176
|
+
mso-footer-margin:36.0pt;
|
3177
|
+
mso-line-numbers-count-by:1;
|
3178
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3179
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3180
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3181
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3182
|
+
mso-paper-source:0;}
|
3183
|
+
@page WordSectionMainL
|
3184
|
+
{size:792.0pt 612.0pt;
|
3185
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3186
|
+
mso-header-margin:36.0pt;
|
3187
|
+
mso-footer-margin:36.0pt;
|
3188
|
+
mso-line-numbers-count-by:1;
|
3189
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1l;
|
3190
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1l;
|
3191
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3192
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1l;
|
3193
|
+
mso-paper-source:0;}
|
3194
|
+
@page WordSectionMainP
|
3195
|
+
{size:612.0pt 792.0pt;
|
3196
|
+
margin:72.0pt 90.0pt 72.0pt 90.0pt;
|
3197
|
+
mso-header-margin:36.0pt;
|
3198
|
+
mso-footer-margin:36.0pt;
|
3199
|
+
mso-line-numbers-count-by:1;
|
3200
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
3201
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
3202
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f8;
|
3203
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
|
3204
|
+
mso-paper-source:0;}
|
3205
|
+
div.WordSectionMain
|
3206
|
+
{page:WordSectionMain;
|
3207
|
+
mso-footnote-numbering-restart:each-section;}
|
3003
3208
|
|
3004
3209
|
|
3005
3210
|
table.MsoISOTable, table.MsoISOTableBig
|
@@ -46,7 +46,7 @@ EN-US;mso-fareast-language:JA;mso-bidi-language:AR-SA'><br clear="all"
|
|
46
46
|
style='page-break-before:always;mso-break-type:section-break'/>
|
47
47
|
</span></b>
|
48
48
|
|
49
|
-
<div class="
|
49
|
+
<div class="WordSectionIntro">
|
50
50
|
|
51
51
|
<div id="introduction-destination"/>
|
52
52
|
|
@@ -59,7 +59,7 @@ mso-break-type:section-break'/>
|
|
59
59
|
</div>
|
60
60
|
|
61
61
|
|
62
|
-
<div class="
|
62
|
+
<div class="WordSectionContents">
|
63
63
|
|
64
64
|
<p class="IEEEStdsLevel1frontmatter"><span lang="EN-US">Contents</span></p>
|
65
65
|
|
@@ -9623,6 +9623,18 @@
|
|
9623
9623
|
</xsl:copy>
|
9624
9624
|
</xsl:template>
|
9625
9625
|
|
9626
|
+
<xsl:template match="*[local-name() = 'sub']" mode="contents_item">
|
9627
|
+
<xsl:copy>
|
9628
|
+
<xsl:apply-templates mode="contents_item"/>
|
9629
|
+
</xsl:copy>
|
9630
|
+
</xsl:template>
|
9631
|
+
|
9632
|
+
<xsl:template match="*[local-name() = 'sup']" mode="contents_item">
|
9633
|
+
<xsl:copy>
|
9634
|
+
<xsl:apply-templates mode="contents_item"/>
|
9635
|
+
</xsl:copy>
|
9636
|
+
</xsl:template>
|
9637
|
+
|
9626
9638
|
<xsl:template match="*[local-name() = 'stem']" mode="contents_item">
|
9627
9639
|
<xsl:copy-of select="."/>
|
9628
9640
|
</xsl:template>
|
@@ -9623,6 +9623,18 @@
|
|
9623
9623
|
</xsl:copy>
|
9624
9624
|
</xsl:template>
|
9625
9625
|
|
9626
|
+
<xsl:template match="*[local-name() = 'sub']" mode="contents_item">
|
9627
|
+
<xsl:copy>
|
9628
|
+
<xsl:apply-templates mode="contents_item"/>
|
9629
|
+
</xsl:copy>
|
9630
|
+
</xsl:template>
|
9631
|
+
|
9632
|
+
<xsl:template match="*[local-name() = 'sup']" mode="contents_item">
|
9633
|
+
<xsl:copy>
|
9634
|
+
<xsl:apply-templates mode="contents_item"/>
|
9635
|
+
</xsl:copy>
|
9636
|
+
</xsl:template>
|
9637
|
+
|
9626
9638
|
<xsl:template match="*[local-name() = 'stem']" mode="contents_item">
|
9627
9639
|
<xsl:copy-of select="."/>
|
9628
9640
|
</xsl:template>
|
data/lib/isodoc/ieee/init.rb
CHANGED
@@ -6,8 +6,8 @@ require_relative "i18n"
|
|
6
6
|
module IsoDoc
|
7
7
|
module IEEE
|
8
8
|
module Init
|
9
|
-
def metadata_init(lang, script, i18n)
|
10
|
-
@meta = Metadata.new(lang, script, i18n)
|
9
|
+
def metadata_init(lang, script, locale, i18n)
|
10
|
+
@meta = Metadata.new(lang, script, locale, i18n)
|
11
11
|
end
|
12
12
|
|
13
13
|
def xref_init(lang, script, _klass, i18n, options)
|
@@ -16,8 +16,9 @@ module IsoDoc
|
|
16
16
|
@xrefs = Xref.new(lang, script, html, i18n, options)
|
17
17
|
end
|
18
18
|
|
19
|
-
def i18n_init(lang, script, i18nyaml = nil)
|
20
|
-
@i18n = I18n.new(lang, script,
|
19
|
+
def i18n_init(lang, script, locale, i18nyaml = nil)
|
20
|
+
@i18n = I18n.new(lang, script, locale: locale,
|
21
|
+
i18nyaml: i18nyaml || @i18nyaml)
|
21
22
|
end
|
22
23
|
|
23
24
|
def fileloc(loc)
|
@@ -114,7 +114,7 @@ module IsoDoc
|
|
114
114
|
para = i % 2 == 1 && i != ret.size - 2 ? "<p> </p>" : ""
|
115
115
|
"<div class='WordSection'>#{para}#{d}</div>"
|
116
116
|
end.join(SECTIONBREAK)
|
117
|
-
div.document.at("//div[@class = '
|
117
|
+
div.document.at("//div[@class = 'WordSectionIntro']")
|
118
118
|
.previous_element.previous = SECTIONBREAK + out
|
119
119
|
end
|
120
120
|
|
@@ -57,11 +57,11 @@ module IsoDoc
|
|
57
57
|
end
|
58
58
|
|
59
59
|
def make_body3(body, docxml)
|
60
|
-
body.div **{ class: "
|
60
|
+
body.div **{ class: "WordSectionMiddleTitle" } do |_div3|
|
61
61
|
middle_title_ieee(docxml, body)
|
62
62
|
end
|
63
63
|
section_break(body, continuous: true)
|
64
|
-
body.div **{ class: "
|
64
|
+
body.div **{ class: "WordSectionMain" } do |div3|
|
65
65
|
middle docxml, div3
|
66
66
|
footnotes div3
|
67
67
|
comments div3
|
data/lib/isodoc/ieee/xref.rb
CHANGED
@@ -34,11 +34,6 @@ module IsoDoc
|
|
34
34
|
n = section_names(doc.at(ns("//sections/definitions")), n, 1)
|
35
35
|
clause_names(doc, n)
|
36
36
|
end
|
37
|
-
if @parse_settings.empty?
|
38
|
-
middle_section_asset_names(doc)
|
39
|
-
termnote_anchor_names(doc)
|
40
|
-
termexample_anchor_names(doc)
|
41
|
-
end
|
42
37
|
end
|
43
38
|
|
44
39
|
def middle_sections
|
@@ -73,8 +73,14 @@
|
|
73
73
|
<text/>
|
74
74
|
</element>
|
75
75
|
</define>
|
76
|
-
<define name="
|
76
|
+
<define name="locale">
|
77
77
|
<a:documentation>ISO-639</a:documentation>
|
78
|
+
<element name="locale">
|
79
|
+
<text/>
|
80
|
+
</element>
|
81
|
+
</define>
|
82
|
+
<define name="script">
|
83
|
+
<a:documentation>ISO-3166</a:documentation>
|
78
84
|
<element name="script">
|
79
85
|
<text/>
|
80
86
|
</element>
|
@@ -93,6 +99,9 @@
|
|
93
99
|
<!-- multiple languages and scripts possible: comma delimit them if so -->
|
94
100
|
<attribute name="language"/>
|
95
101
|
</optional>
|
102
|
+
<optional>
|
103
|
+
<attribute name="locale"/>
|
104
|
+
</optional>
|
96
105
|
<optional>
|
97
106
|
<attribute name="script"/>
|
98
107
|
</optional>
|
@@ -136,6 +145,9 @@
|
|
136
145
|
<!-- multiple languages and scripts possible: comma delimit them if so -->
|
137
146
|
<attribute name="language"/>
|
138
147
|
</optional>
|
148
|
+
<optional>
|
149
|
+
<attribute name="locale"/>
|
150
|
+
</optional>
|
139
151
|
<optional>
|
140
152
|
<attribute name="script"/>
|
141
153
|
</optional>
|
@@ -650,6 +662,9 @@
|
|
650
662
|
<zeroOrMore>
|
651
663
|
<ref name="language"/>
|
652
664
|
</zeroOrMore>
|
665
|
+
<zeroOrMore>
|
666
|
+
<ref name="locale"/>
|
667
|
+
</zeroOrMore>
|
653
668
|
<zeroOrMore>
|
654
669
|
<ref name="script"/>
|
655
670
|
</zeroOrMore>
|
@@ -741,6 +756,9 @@
|
|
741
756
|
<zeroOrMore>
|
742
757
|
<ref name="language"/>
|
743
758
|
</zeroOrMore>
|
759
|
+
<zeroOrMore>
|
760
|
+
<ref name="locale"/>
|
761
|
+
</zeroOrMore>
|
744
762
|
<zeroOrMore>
|
745
763
|
<ref name="script"/>
|
746
764
|
</zeroOrMore>
|
@@ -854,6 +872,15 @@
|
|
854
872
|
<optional>
|
855
873
|
<attribute name="type"/>
|
856
874
|
</optional>
|
875
|
+
<optional>
|
876
|
+
<attribute name="language"/>
|
877
|
+
</optional>
|
878
|
+
<optional>
|
879
|
+
<attribute name="locale"/>
|
880
|
+
</optional>
|
881
|
+
<optional>
|
882
|
+
<attribute name="script"/>
|
883
|
+
</optional>
|
857
884
|
<data type="anyURI"/>
|
858
885
|
</define>
|
859
886
|
<define name="DateType">
|
@@ -882,6 +909,7 @@
|
|
882
909
|
<value>vote-started</value>
|
883
910
|
<value>vote-ended</value>
|
884
911
|
<value>announced</value>
|
912
|
+
<value>stable-until</value>
|
885
913
|
</choice>
|
886
914
|
</define>
|
887
915
|
<define name="bdate">
|
@@ -930,6 +958,9 @@
|
|
930
958
|
<optional>
|
931
959
|
<attribute name="language"/>
|
932
960
|
</optional>
|
961
|
+
<optional>
|
962
|
+
<attribute name="locale"/>
|
963
|
+
</optional>
|
933
964
|
<optional>
|
934
965
|
<attribute name="script"/>
|
935
966
|
</optional>
|
@@ -117,7 +117,7 @@ module Metanorma
|
|
117
117
|
x = xmldoc.dup
|
118
118
|
x.root.add_namespace(nil, self.class::XML_NAMESPACE)
|
119
119
|
xml = Nokogiri::XML(x.to_xml)
|
120
|
-
i = isodoc(@lang, @script)
|
120
|
+
i = isodoc(@lang, @script, @locale)
|
121
121
|
i.bibdata_i18n(xml.at("//xmlns:bibdata"))
|
122
122
|
i.info(xml, nil)
|
123
123
|
i
|
@@ -47,9 +47,9 @@ module Metanorma
|
|
47
47
|
else
|
48
48
|
bib1 = bib.dup
|
49
49
|
bib1.add_namespace(nil, self.class::XML_NAMESPACE)
|
50
|
-
i = IsoDoc::IEEE::PresentationXMLConvert
|
51
|
-
|
52
|
-
i.i18n_init(@lang, @script)
|
50
|
+
i = IsoDoc::IEEE::PresentationXMLConvert
|
51
|
+
.new({ lang: @lang, script: @script, locale: @locale })
|
52
|
+
i.i18n_init(@lang, @script, @locale)
|
53
53
|
i.creatornames(bib1)
|
54
54
|
end
|
55
55
|
end
|
data/lib/metanorma-ieee.rb
CHANGED
@@ -5,7 +5,7 @@ nametemplate:
|
|
5
5
|
extenttemplate:
|
6
6
|
misc: "{{ volume }}, {{issue}}, {{ page }}, {{ duration }}"
|
7
7
|
template:
|
8
|
-
# skip
|
8
|
+
# skip authoritative_identifier, it is inserted in front of formattedref within metanorma
|
9
9
|
standard: "{{ title }}."
|
10
10
|
techreport: standard
|
11
11
|
article: "{{creatornames}}, “{{title}},” <em>{{ series }}</em>, {{ extent }}, {{ date }}, {{ labels['viewed'] }}_{{date_accessed}}, {{ uri }} ."
|
data/metanorma-ieee.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
26
26
|
|
27
|
-
spec.add_dependency "metanorma-standoc", "~> 2.2.
|
27
|
+
spec.add_dependency "metanorma-standoc", "~> 2.2.4"
|
28
28
|
|
29
29
|
spec.add_development_dependency "debug"
|
30
30
|
spec.add_development_dependency "equivalent-xml", "~> 0.6"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ieee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.2.
|
19
|
+
version: 2.2.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.2.
|
26
|
+
version: 2.2.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -207,6 +207,7 @@ files:
|
|
207
207
|
- ".rubocop.yml"
|
208
208
|
- CODE_OF_CONDUCT.md
|
209
209
|
- Gemfile
|
210
|
+
- Gemfile.devel
|
210
211
|
- LICENSE
|
211
212
|
- README.adoc
|
212
213
|
- Rakefile
|