metanorma-vg 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/macos.yml +39 -0
  3. data/.github/workflows/ubuntu.yml +53 -0
  4. data/.github/workflows/windows.yml +41 -0
  5. data/.gitignore +1 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +11 -0
  8. data/LICENSE +25 -0
  9. data/README.adoc +105 -0
  10. data/Rakefile +6 -0
  11. data/bin/console +14 -0
  12. data/bin/rspec +18 -0
  13. data/bin/setup +8 -0
  14. data/lib/asciidoctor/vg.rb +8 -0
  15. data/lib/asciidoctor/vg/basicdoc.rng +1059 -0
  16. data/lib/asciidoctor/vg/biblio.rng +1237 -0
  17. data/lib/asciidoctor/vg/converter.rb +29 -0
  18. data/lib/asciidoctor/vg/isodoc.rng +1504 -0
  19. data/lib/asciidoctor/vg/reqt.rng +194 -0
  20. data/lib/asciidoctor/vg/vsd.rng +79 -0
  21. data/lib/isodoc/vg.rb +9 -0
  22. data/lib/isodoc/vg/html/header.html +242 -0
  23. data/lib/isodoc/vg/html/html_vsd_intro.html +8 -0
  24. data/lib/isodoc/vg/html/html_vsd_titlepage.html +106 -0
  25. data/lib/isodoc/vg/html/htmlstyle.scss +717 -0
  26. data/lib/isodoc/vg/html/logo.png +0 -0
  27. data/lib/isodoc/vg/html/scripts.html +71 -0
  28. data/lib/isodoc/vg/html/vsd.scss +687 -0
  29. data/lib/isodoc/vg/html/word_vsd_intro.html +3 -0
  30. data/lib/isodoc/vg/html/word_vsd_titlepage.html +71 -0
  31. data/lib/isodoc/vg/html/wordstyle.scss +1152 -0
  32. data/lib/isodoc/vg/html_convert.rb +21 -0
  33. data/lib/isodoc/vg/metadata.rb +11 -0
  34. data/lib/isodoc/vg/presentation_xml_convert.rb +10 -0
  35. data/lib/isodoc/vg/word_convert.rb +19 -0
  36. data/lib/metanorma-vg.rb +11 -0
  37. data/lib/metanorma/vg.rb +32 -0
  38. data/lib/metanorma/vg/processor.rb +37 -0
  39. data/lib/metanorma/vg/version.rb +5 -0
  40. data/metanorma-vsd.gemspec +45 -0
  41. data/metanorma.yml +20 -0
  42. metadata +256 -0
@@ -0,0 +1,71 @@
1
+ <script>
2
+ $("#toc").on('click', 'li', function(e) {
3
+ $(this).parent().find('li.toc-active').removeClass('toc-active');
4
+ $(this).addClass('toc-active');
5
+ });
6
+ </script>
7
+
8
+ <script>
9
+ //TOC toggle animation
10
+ $('#toggle').on('click', function(){
11
+ if( $('nav').is(':visible') ) {
12
+ $('nav').animate({ 'left': '-353px' }, 'slow', function(){
13
+ $('nav').hide();
14
+ });
15
+ $('.container').animate({ 'padding-left': '31px' }, 'slow');
16
+ }
17
+ else {
18
+ $('nav').show();
19
+ $('nav').animate({ 'left': '0px' }, 'slow');
20
+ $('.container').animate({ 'padding-left': '360px' }, 'slow');
21
+ }
22
+ });
23
+ </script>
24
+
25
+ <script>
26
+ // Scroll to top button
27
+ window.onscroll = function() {scrollFunction()};
28
+
29
+ function scrollFunction() {
30
+ if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
31
+ document.getElementById("myBtn").style.display = "block";
32
+ } else {
33
+ document.getElementById("myBtn").style.display = "none";
34
+ }
35
+ }
36
+
37
+ // When the user clicks on the button, scroll to the top of the document
38
+ function topFunction() {
39
+ document.body.scrollTop = 0;
40
+ document.documentElement.scrollTop = 0;
41
+ }
42
+ </script>
43
+
44
+ <script>
45
+ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
46
+ //
47
+ // AnchorJS - v4.2.2 - 2020-04-20
48
+ // https://www.bryanbraun.com/anchorjs/
49
+ // Copyright (c) 2020 Bryan Braun; Licensed MIT
50
+ //
51
+ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
52
+ !function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(this,function(){"use strict";return function(A){function f(A){A.icon=A.hasOwnProperty("icon")?A.icon:"",A.visible=A.hasOwnProperty("visible")?A.visible:"hover",A.placement=A.hasOwnProperty("placement")?A.placement:"right",A.ariaLabel=A.hasOwnProperty("ariaLabel")?A.ariaLabel:"Anchor",A.class=A.hasOwnProperty("class")?A.class:"",A.base=A.hasOwnProperty("base")?A.base:"",A.truncate=A.hasOwnProperty("truncate")?Math.floor(A.truncate):64,A.titleText=A.hasOwnProperty("titleText")?A.titleText:""}function p(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new Error("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}this.options=A||{},this.elements=[],f(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(A){var e,t,i,n,o,s,a,r,c,h,l,u,d=[];if(f(this.options),"touch"===(l=this.options.visible)&&(l=this.isTouchDevice()?"always":"hover"),0===(e=p(A=A||"h2, h3, h4, h5, h6")).length)return this;for(!function(){if(null!==document.head.querySelector("style.anchorjs"))return;var A,e=document.createElement("style");e.className="anchorjs",e.appendChild(document.createTextNode("")),void 0===(A=document.head.querySelector('[rel="stylesheet"],style'))?document.head.appendChild(e):document.head.insertBefore(e,A);e.sheet.insertRule(".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",e.sheet.cssRules.length),e.sheet.insertRule(":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",e.sheet.cssRules.length),e.sheet.insertRule("[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",e.sheet.cssRules.length),e.sheet.insertRule('@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',e.sheet.cssRules.length)}(),t=document.querySelectorAll("[id]"),i=[].map.call(t,function(A){return A.id}),o=0;o<e.length;o++)if(this.hasAnchorJSLink(e[o]))d.push(o);else{if(e[o].hasAttribute("id"))n=e[o].getAttribute("id");else if(e[o].hasAttribute("data-anchor-id"))n=e[o].getAttribute("data-anchor-id");else{for(c=r=this.urlify(e[o].textContent),a=0;void 0!==s&&(c=r+"-"+a),a+=1,-1!==(s=i.indexOf(c)););s=void 0,i.push(c),e[o].setAttribute("id",c),n=c}(h=document.createElement("a")).className="anchorjs-link "+this.options.class,h.setAttribute("aria-label",this.options.ariaLabel),h.setAttribute("data-anchorjs-icon",this.options.icon),this.options.titleText&&(h.title=this.options.titleText),u=document.querySelector("base")?window.location.pathname+window.location.search:"",u=this.options.base||u,h.href=u+"#"+n,"always"===l&&(h.style.opacity="1"),""===this.options.icon&&(h.style.font="1em/1 anchorjs-icons","left"===this.options.placement&&(h.style.lineHeight="inherit")),"left"===this.options.placement?(h.style.position="absolute",h.style.marginLeft="-1em",h.style.paddingRight="0.5em",e[o].insertBefore(h,e[o].firstChild)):(h.style.paddingLeft="0.375em",e[o].appendChild(h))}for(o=0;o<d.length;o++)e.splice(d[o]-o,1);return this.elements=this.elements.concat(e),this},this.remove=function(A){for(var e,t,i=p(A),n=0;n<i.length;n++)(t=i[n].querySelector(".anchorjs-link"))&&(-1!==(e=this.elements.indexOf(i[n]))&&this.elements.splice(e,1),i[n].removeChild(t));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(A){return this.options.truncate||f(this.options),A.trim().replace(/\'/gi,"").replace(/[& +$,:;=?@"#{}|^~[`%!'<>\]\.\/\(\)\*\\\n\t\b\v]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&-1<(" "+A.firstChild.className+" ").indexOf(" anchorjs-link "),t=A.lastChild&&-1<(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ");return e||t||!1}}});
53
+ // @license-end
54
+ </script>
55
+ <script>
56
+ /*
57
+ $(document).ready(function() {
58
+ $('[id^=toc]').each(function ()
59
+ {
60
+ var currentToc = $(this);
61
+ var url = window.location.href;
62
+ currentToc.wrap("<a href='" + url + "#" + currentToc.attr("id") + "' </a>");
63
+ });
64
+ });
65
+ */
66
+ anchors.options = {
67
+ placement: 'left'
68
+ };
69
+ anchors.add('h1, h2, h3, h4');
70
+ </script>
71
+
@@ -0,0 +1,687 @@
1
+ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
2
+ {mso-style-unhide:no;
3
+ mso-style-qformat:yes;
4
+ mso-style-parent:"";
5
+ margin-top:6.0pt;
6
+ margin-right:0cm;
7
+ margin-bottom:6.0pt;
8
+ margin-left:0cm;
9
+ text-align:left;
10
+ mso-pagination:widow-orphan;
11
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
12
+ font-size:10.0pt;
13
+ font-family:$monospacefont;
14
+ mso-fareast-font-family:Calibri;
15
+ mso-bidi-font-family:"Courier New";
16
+ mso-ansi-language:EN-GB;}
17
+ p.pseudocode, li.pseudocode, div.pseudocode
18
+ {mso-style-unhide:no;
19
+ mso-style-qformat:yes;
20
+ mso-style-parent:"";
21
+ margin-top:6.0pt;
22
+ margin-right:0cm;
23
+ margin-bottom:6.0pt;
24
+ margin-left:0cm;
25
+ text-align:left;
26
+ mso-pagination:widow-orphan;
27
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
28
+ font-size:10.5pt;
29
+ font-family:$bodyfont;
30
+ mso-fareast-font-family:Calibri;
31
+ mso-bidi-font-family:"Courier New";
32
+ mso-ansi-language:EN-GB;}
33
+ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
34
+ {mso-style-unhide:no;
35
+ mso-style-qformat:yes;
36
+ mso-style-parent:"";
37
+ margin-top:0cm;
38
+ margin-right:0cm;
39
+ margin-bottom:12.0pt;
40
+ margin-left:33.15pt;
41
+ text-indent:-33.15pt;
42
+ tab-stops: 33.15pt;
43
+ line-height:12.0pt;
44
+ mso-pagination:widow-orphan;
45
+ font-size:10.5pt;
46
+ font-weight:normal;
47
+ font-family:$bodyfont;
48
+ mso-fareast-font-family:$bodyfont;
49
+ mso-bidi-font-family:$bodyfont;
50
+ mso-ansi-language:EN-GB;}
51
+ p.FigureTitle
52
+ {mso-style-unhide:no;
53
+ mso-style-qformat:yes;
54
+ mso-style-parent:"";
55
+ margin-top:0cm;
56
+ margin-right:0cm;
57
+ margin-bottom:6.0pt;
58
+ margin-left:0cm;
59
+ text-align:center;
60
+ line-height:12.0pt;
61
+ page-break-before:avoid;
62
+ mso-pagination:widow-orphan;
63
+ tab-stops:20.15pt;
64
+ font-size:11.0pt;
65
+ font-weight:bold;
66
+ font-family:$bodyfont;
67
+ mso-fareast-font-family:$bodyfont;
68
+ mso-bidi-font-family:$bodyfont;
69
+ mso-ansi-language:EN-GB;}
70
+ p.SourceTitle
71
+ {mso-style-unhide:no;
72
+ mso-style-qformat:yes;
73
+ mso-style-parent:"";
74
+ margin-top:0cm;
75
+ margin-right:0cm;
76
+ margin-bottom:6.0pt;
77
+ margin-left:0cm;
78
+ text-align:center;
79
+ line-height:12.0pt;
80
+ page-break-before:avoid;
81
+ mso-pagination:widow-orphan;
82
+ tab-stops:20.15pt;
83
+ font-size:11.0pt;
84
+ font-weight:bold;
85
+ font-family:$bodyfont;
86
+ mso-fareast-font-family:$bodyfont;
87
+ mso-bidi-font-family:$bodyfont;
88
+ mso-ansi-language:EN-GB;}
89
+ p.AdmonitionTitle, p.RecommendationTitle
90
+ {mso-style-unhide:no;
91
+ mso-style-qformat:yes;
92
+ mso-style-parent:"";
93
+ margin-top:0cm;
94
+ margin-right:0cm;
95
+ margin-bottom:6.0pt;
96
+ margin-left:0cm;
97
+ text-align:center;
98
+ line-height:12.0pt;
99
+ page-break-after:avoid;
100
+ mso-pagination:widow-orphan;
101
+ tab-stops:20.15pt;
102
+ font-size:11.0pt;
103
+ font-weight:bold;
104
+ font-family:$bodyfont;
105
+ mso-fareast-font-family:$bodyfont;
106
+ mso-bidi-font-family:$bodyfont;
107
+ mso-ansi-language:EN-GB;}
108
+ p.TableTitle
109
+ {mso-style-unhide:no;
110
+ mso-style-qformat:yes;
111
+ mso-style-parent:"";
112
+ margin-top:0cm;
113
+ margin-right:0cm;
114
+ margin-bottom:6.0pt;
115
+ margin-left:0cm;
116
+ text-align:center;
117
+ page-break-after:avoid;
118
+ line-height:12.0pt;
119
+ mso-pagination:widow-orphan;
120
+ tab-stops:20.15pt;
121
+ font-size:11.0pt;
122
+ font-family:$bodyfont;
123
+ mso-fareast-font-family:$bodyfont;
124
+ mso-bidi-font-family:$bodyfont;
125
+ mso-ansi-language:EN-GB;}
126
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
127
+ {mso-style-unhide:no;
128
+ mso-style-qformat:yes;
129
+ mso-style-parent:"";
130
+ margin-top:0cm;
131
+ margin-right:0cm;
132
+ margin-bottom:12.0pt;
133
+ margin-left:0cm;
134
+ text-align:justify;
135
+ line-height:12.0pt;
136
+ mso-pagination:widow-orphan;
137
+ tab-stops:20.15pt;
138
+ font-size:10.0pt;
139
+ mso-bidi-font-size:11.0pt;
140
+ font-family:$bodyfont;
141
+ font-size:10.0pt;
142
+ mso-fareast-font-family:$bodyfont;
143
+ mso-bidi-font-family:$bodyfont;
144
+ mso-ansi-language:EN-GB;}
145
+ p.ANNEX, li.ANNEX, div.ANNEX
146
+ {mso-style-name:ANNEX;
147
+ mso-style-priority:10;
148
+ mso-style-unhide:no;
149
+ mso-style-next:Normal;
150
+ margin-top:0cm;
151
+ margin-right:0cm;
152
+ margin-bottom:24.0pt;
153
+ margin-left:0cm;
154
+ text-align:center;
155
+ text-indent:0cm;
156
+ line-height:15.5pt;
157
+ mso-line-height-rule:exactly;
158
+ page-break-before:always;
159
+ mso-pagination:widow-orphan;
160
+ page-break-after:avoid;
161
+ mso-outline-level:1;
162
+ mso-list:l0 level1 lfo12;
163
+ tab-stops:20.15pt;
164
+ font-size:14.0pt;
165
+ mso-bidi-font-size:11.0pt;
166
+ font-family:$headerfont;
167
+ mso-fareast-font-family:$headerfont;
168
+ mso-bidi-font-family:$headerfont;
169
+ mso-ansi-language:EN-GB;
170
+ mso-fareast-language:JA;
171
+ font-weight:bold;
172
+ mso-bidi-font-weight:normal;}
173
+ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
174
+ {mso-style-name:"Biblio Title";
175
+ mso-style-noshow:yes;
176
+ mso-style-unhide:no;
177
+ margin-top:0cm;
178
+ margin-right:0cm;
179
+ margin-bottom:15.5pt;
180
+ margin-left:0cm;
181
+ text-align:center;
182
+ line-height:15.5pt;
183
+ mso-pagination:widow-orphan;
184
+ mso-outline-level:1;
185
+ tab-stops:20.15pt;
186
+ font-size:14.0pt;
187
+ mso-bidi-font-size:11.0pt;
188
+ font-family:$headerfont;
189
+ mso-fareast-font-family:$headerfont;
190
+ mso-bidi-font-family:$headerfont;
191
+ mso-ansi-language:EN-GB;
192
+ font-weight:bold;
193
+ mso-bidi-font-weight:normal;}
194
+ p.Definition, li.Definition, div.Definition
195
+ {mso-style-name:Definition;
196
+ mso-style-priority:9;
197
+ mso-style-unhide:no;
198
+ margin-top:0cm;
199
+ margin-right:0cm;
200
+ margin-bottom:12.0pt;
201
+ margin-left:0cm;
202
+ text-align:justify;
203
+ line-height:12.0pt;
204
+ mso-pagination:widow-orphan;
205
+ tab-stops:20.15pt;
206
+ font-size:11.0pt;
207
+ font-family:$bodyfont;
208
+ mso-fareast-font-family:$bodyfont;
209
+ mso-bidi-font-family:$bodyfont;
210
+ mso-ansi-language:EN-GB;}
211
+ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
212
+ {mso-style-name:"Foreword Title";
213
+ mso-style-noshow:yes;
214
+ mso-style-unhide:no;
215
+ margin-top:0cm;
216
+ margin-right:0cm;
217
+ margin-bottom:15.5pt;
218
+ margin-left:0cm;
219
+ text-align:justify;
220
+ line-height:15.5pt;
221
+ page-break-before:always;
222
+ mso-pagination:widow-orphan;
223
+ page-break-after:avoid;
224
+ mso-outline-level:1;
225
+ mso-hyphenate:none;
226
+ tab-stops:20.15pt;
227
+ font-size:14.0pt;
228
+ mso-bidi-font-size:11.0pt;
229
+ font-family:$headerfont;
230
+ mso-fareast-font-family:$headerfont;
231
+ mso-bidi-font-family:$headerfont;
232
+ mso-ansi-language:EN-GB;
233
+ font-weight:bold;
234
+ mso-bidi-font-weight:normal;}
235
+ p.IntroTitle, li.IntroTitle, div.IntroTitle
236
+ {mso-style-name:"Intro Title";
237
+ mso-style-noshow:yes;
238
+ mso-style-unhide:no;
239
+ mso-style-parent:"Foreword Title";
240
+ margin-top:0cm;
241
+ margin-right:0cm;
242
+ margin-bottom:15.5pt;
243
+ margin-left:0cm;
244
+ text-align:justify;
245
+ line-height:15.5pt;
246
+ mso-pagination:widow-orphan;
247
+ page-break-after:avoid;
248
+ mso-outline-level:1;
249
+ mso-hyphenate:none;
250
+ tab-stops:20.15pt;
251
+ font-size:14.0pt;
252
+ mso-bidi-font-size:11.0pt;
253
+ font-family:$headerfont;
254
+ mso-fareast-font-family:$headerfont;
255
+ mso-bidi-font-family:$headerfont;
256
+ mso-ansi-language:EN-GB;
257
+ font-weight:bold;
258
+ page-break-before:always;
259
+ mso-bidi-font-weight:normal;}
260
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
261
+ mso-style-noshow:yes;
262
+ mso-style-unhide:no;
263
+ mso-style-parent:"Foreword Title";
264
+ margin-top:0cm;
265
+ margin-right:0cm;
266
+ margin-bottom:15.5pt;
267
+ margin-left:0cm;
268
+ text-align:center;
269
+ line-height:15.5pt;
270
+ mso-pagination:widow-orphan;
271
+ page-break-after:avoid;
272
+ mso-hyphenate:none;
273
+ tab-stops:20.15pt;
274
+ font-size:14.0pt;
275
+ mso-bidi-font-size:11.0pt;
276
+ font-family:$headerfont;
277
+ mso-fareast-font-family:$headerfont;
278
+ mso-bidi-font-family:$headerfont;
279
+ mso-ansi-language:EN-GB;
280
+ font-weight:bold;
281
+ mso-bidi-font-weight:normal;
282
+ }
283
+ p.zzContents, li.zzContents, div.zzContents
284
+ {mso-style-name:zzContents;
285
+ mso-style-noshow:yes;
286
+ mso-style-unhide:no;
287
+ mso-style-next:"TOC 1";
288
+ margin-top:48.0pt;
289
+ margin-right:0cm;
290
+ margin-bottom:15.5pt;
291
+ margin-left:0cm;
292
+ line-height:15.5pt;
293
+ mso-line-height-rule:exactly;
294
+ page-break-before:always;
295
+ mso-pagination:widow-orphan;
296
+ page-break-after:avoid;
297
+ mso-hyphenate:none;
298
+ tab-stops:20.15pt;
299
+ font-size:14.0pt;
300
+ mso-bidi-font-size:11.0pt;
301
+ font-family:$headerfont;
302
+ mso-fareast-font-family:$headerfont;
303
+ mso-bidi-font-family:$headerfont;
304
+ mso-ansi-language:EN-GB;
305
+ font-weight:bold;
306
+ mso-bidi-font-weight:normal;}
307
+ p.zzCopyright, li.zzCopyright
308
+ {mso-style-name:zzCopyright;
309
+ mso-style-noshow:yes;
310
+ mso-style-unhide:no;
311
+ mso-style-next:Normal;
312
+ margin-top:0cm;
313
+ margin-right:14.2pt;
314
+ margin-bottom:12.0pt;
315
+ margin-left:14.2pt;
316
+ text-align:justify;
317
+ line-height:12.0pt;
318
+ mso-pagination:widow-orphan;
319
+ tab-stops:20.15pt 25.7pt 481.15pt;
320
+ padding:0cm;
321
+ mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
322
+ font-size:10.5pt;
323
+ font-family:$bodyfont;
324
+ mso-fareast-font-family:$bodyfont;
325
+ mso-bidi-font-family:$bodyfont;
326
+ mso-ansi-language:EN-GB;}
327
+ div.zzCopyright
328
+ {mso-element:para-border-div;
329
+ border:solid windowtext 1.0pt;
330
+ mso-border-top-alt:solid windowtext .5pt;
331
+ mso-border-left-alt:solid windowtext .5pt;
332
+ mso-border-right-alt:solid windowtext .5pt;
333
+ mso-border-bottom-alt:solid windowtext .5pt;
334
+ padding:1.0pt 4.0pt 0cm 4.0pt;
335
+ margin-left:5.1pt;
336
+ margin-right:5.1pt;}
337
+ p.zzCopyright_address
338
+ {margin-top:0cm;
339
+ margin-right:14.2pt;
340
+ margin-bottom:0.0pt;
341
+ margin-left:14.2pt;
342
+ mso-layout-grid-align:none;
343
+ text-autospace:none;
344
+ padding-left:20pt;
345
+ mso-padding-alt-left:20pt;
346
+ font-size:10.0pt;
347
+ text-align:left;
348
+ mso-bidi-font-size:11.0pt;}
349
+ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
350
+ {mso-style-name:zzSTDTitle;
351
+ mso-style-noshow:yes;
352
+ mso-style-unhide:no;
353
+ mso-style-next:Normal;
354
+ margin-top:20.0pt;
355
+ margin-right:0cm;
356
+ margin-bottom:38.0pt;
357
+ margin-left:0cm;
358
+ line-height:17.5pt;
359
+ mso-line-height-rule:exactly;
360
+ mso-pagination:widow-orphan;
361
+ mso-hyphenate:none;
362
+ tab-stops:20.15pt;
363
+ font-size:16.0pt;
364
+ mso-bidi-font-size:11.0pt;
365
+ font-family:$headerfont;
366
+ mso-fareast-font-family:$headerfont;
367
+ mso-bidi-font-family:$headerfont;
368
+ mso-ansi-language:EN-GB;
369
+ font-weight:bold;
370
+ mso-bidi-font-weight:normal;}
371
+ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
372
+ {mso-style-name:zzSTDTitle;
373
+ mso-style-noshow:yes;
374
+ mso-style-unhide:no;
375
+ mso-style-next:Normal;
376
+ margin-top:0pt;
377
+ margin-right:0cm;
378
+ margin-bottom:18.0pt;
379
+ margin-left:0cm;
380
+ line-height:17.5pt;
381
+ mso-line-height-rule:exactly;
382
+ mso-pagination:widow-orphan;
383
+ mso-hyphenate:none;
384
+ tab-stops:20.15pt;
385
+ font-size:16.0pt;
386
+ mso-bidi-font-size:11.0pt;
387
+ font-family:$headerfont;
388
+ mso-fareast-font-family:$headerfont;
389
+ mso-bidi-font-family:$headerfont;
390
+ mso-ansi-language:EN-GB;
391
+ font-weight:bold;
392
+ mso-bidi-font-weight:normal;}
393
+ p.Quote, li.Quote, div.Quote
394
+ {mso-style-priority:99;
395
+ margin-top:0cm;
396
+ margin-right:36.0pt;
397
+ margin-bottom:0cm;
398
+ margin-left:36.0pt;
399
+ text-align:justify;
400
+ line-height:12.0pt;
401
+ mso-pagination:widow-orphan;
402
+ tab-stops:20.15pt;
403
+ font-size:10.5pt;
404
+ font-family:$bodyfont;
405
+ mso-fareast-font-family:$bodyfont;
406
+ mso-bidi-font-family:$bodyfont;
407
+ mso-ansi-language:EN-GB;}
408
+ p.QuoteAttribution
409
+ {text-align:right;
410
+ mso-style-priority:99;
411
+ margin-top:0cm;
412
+ margin-right:36.0pt;
413
+ margin-bottom:0cm;
414
+ margin-left:36.0pt;
415
+ line-height:12.0pt;
416
+ mso-pagination:widow-orphan;
417
+ tab-stops:20.15pt;
418
+ font-size:10.5pt;
419
+ font-family:$bodyfont;
420
+ mso-fareast-font-family:$bodyfont;
421
+ mso-bidi-font-family:$bodyfont;
422
+ mso-ansi-language:EN-GB;
423
+ }
424
+ p.Admonition, li.Admonition, div.Admonition
425
+ {mso-style-priority:99;
426
+ margin-top:0cm;
427
+ margin-right:57.6pt;
428
+ margin-bottom:0cm;
429
+ margin-left:57.6pt;
430
+ margin-bottom:.0001pt;
431
+ mso-pagination:widow-orphan;
432
+ border:none;
433
+ mso-border-alt:solid #4472C4 .25pt;
434
+ mso-border-themecolor:accent1;
435
+ padding:0cm;
436
+ mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
437
+ font-size:12.0pt;
438
+ font-family:$bodyfont;
439
+ mso-ascii-font-family:$bodyfont;
440
+ mso-ascii-theme-font:minor-latin;
441
+ mso-fareast-font-family:$bodyfont;
442
+ mso-fareast-theme-font:minor-fareast;
443
+ mso-hansi-font-family:$bodyfont;
444
+ mso-hansi-theme-font:minor-latin;
445
+ mso-bidi-font-family:$bodyfont;
446
+ mso-bidi-theme-font:minor-bidi;
447
+ color:#4472C4;
448
+ mso-themecolor:accent1;
449
+ mso-ansi-language:EN-AU;
450
+ font-style:italic;}
451
+ p.Code, li.Code, div.Code
452
+ {mso-style-name:Code;
453
+ mso-style-priority:16;
454
+ mso-style-unhide:no;
455
+ mso-style-qformat:yes;
456
+ margin:0cm;
457
+ margin-bottom:.0001pt;
458
+ line-height:10.0pt;
459
+ mso-pagination:widow-orphan;
460
+ tab-stops:20.15pt;
461
+ font-size:9.0pt;
462
+ mso-bidi-font-size:11.0pt;
463
+ font-family:$monospacefont;
464
+ mso-fareast-font-family:Calibri;
465
+ mso-bidi-font-family:"Source Sans Pro";
466
+ mso-ansi-language:EN-GB;}
467
+ p.Formula, li.Formula, div.Formula
468
+ {mso-style-name:Formula;
469
+ mso-style-noshow:yes;
470
+ mso-style-unhide:no;
471
+ margin-top:0cm;
472
+ margin-right:0cm;
473
+ margin-bottom:11.0pt;
474
+ margin-left:20.15pt;
475
+ line-height:12.0pt;
476
+ mso-pagination:widow-orphan;
477
+ tab-stops:right 487.45pt;
478
+ font-size:10.5pt;
479
+ font-family:$bodyfont;
480
+ mso-fareast-font-family:$bodyfont;
481
+ mso-bidi-font-family:$bodyfont;
482
+ mso-ansi-language:EN-GB;}
483
+ @page {
484
+ mso-facing-pages:yes;
485
+ }
486
+ @page WordSection1
487
+ {size:595.3pt 841.9pt;
488
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
489
+ mso-header-margin:35.45pt;
490
+ mso-footer-margin:14.2pt;
491
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
492
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
493
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
494
+ mso-paper-source:0;}
495
+ div.WordSection1
496
+ {page:WordSection1;}
497
+ @page WordSection2
498
+ {size:595.3pt 841.9pt;
499
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
500
+ mso-header-margin:35.45pt;
501
+ mso-footer-margin:14.2pt;
502
+ mso-page-numbers:roman-lower;
503
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
504
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
505
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
506
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
507
+ mso-paper-source:0;}
508
+ @page WordSection2L
509
+ {size:841.9pt 595.3pt;
510
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
511
+ mso-header-margin:35.45pt;
512
+ mso-footer-margin:14.2pt;
513
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
514
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2l;
515
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
516
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2l;
517
+ mso-paper-source:0;}
518
+ @page WordSection2P
519
+ {size:595.3pt 841.9pt;
520
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
521
+ mso-header-margin:35.45pt;
522
+ mso-footer-margin:14.2pt;
523
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
524
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
525
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
526
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
527
+ mso-paper-source:0;}
528
+ div.WordSection2
529
+ {page:WordSection2;}
530
+ @page WordSection3
531
+ {size:595.3pt 841.9pt;
532
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
533
+ mso-header-margin:35.45pt;
534
+ mso-footer-margin:14.2pt;
535
+ mso-page-numbers:1;
536
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
537
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
538
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
539
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
540
+ mso-paper-source:0;}
541
+ @page WordSection3L
542
+ {size:841.9pt 595.3pt;
543
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
544
+ mso-header-margin:35.45pt;
545
+ mso-footer-margin:14.2pt;
546
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
547
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2l;
548
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
549
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3l;
550
+ mso-paper-source:0;}
551
+ @page WordSection3P
552
+ {size:595.3pt 841.9pt;
553
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
554
+ mso-header-margin:35.45pt;
555
+ mso-footer-margin:14.2pt;
556
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
557
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
558
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
559
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
560
+ mso-paper-source:0;}
561
+ div.WordSection3
562
+ {page:WordSection3;}
563
+ table.MsoISOTable
564
+ {mso-style-name:"Table ISO";
565
+ mso-tstyle-rowband-size:0;
566
+ mso-tstyle-colband-size:0;
567
+ mso-style-noshow:yes;
568
+ mso-style-priority:99;
569
+ mso-style-parent:"";
570
+ mso-padding-alt:0cm 2.85pt 0cm 2.85pt;
571
+ mso-para-margin:0cm;
572
+ mso-para-margin-bottom:.0001pt;
573
+ mso-pagination:widow-orphan;
574
+ border-collapse:collapse;
575
+ mso-table-layout-alt:fixed;
576
+ border:solid windowtext 2pt;
577
+ mso-border-alt:solid windowtext 2pt;
578
+ mso-yfti-tbllook:480;
579
+ mso-border-insideh:.75pt solid windowtext;
580
+ mso-border-insidev:.75pt solid windowtext;
581
+ font-size:10.0pt;
582
+ font-family:$bodyfont;}
583
+ table.MsoISOTable th
584
+ {border:solid windowtext 1pt;
585
+ mso-border-alt:solid windowtext 1pt;
586
+ padding:0cm 2.85pt 0cm 2.85pt;}
587
+ table.MsoISOTable td
588
+ {border:solid windowtext 1pt;
589
+ mso-border-alt:solid windowtext 1pt;
590
+ padding:0cm 2.85pt 0cm 2.85pt;}
591
+ table.MsoISOTable p
592
+ {font-size:10.0pt; }
593
+ table.MsoTableGrid
594
+ {mso-style-name:"Table Grid";
595
+ mso-tstyle-rowband-size:0;
596
+ mso-tstyle-colband-size:0;
597
+ mso-style-priority:39;
598
+ mso-style-unhide:no;
599
+ border:solid windowtext 1.0pt;
600
+ mso-border-alt:solid windowtext .5pt;
601
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
602
+ mso-border-insideh:.5pt solid windowtext;
603
+ mso-border-insidev:.5pt solid windowtext;
604
+ mso-para-margin:0cm;
605
+ mso-para-margin-bottom:.0001pt;
606
+ mso-pagination:widow-orphan;
607
+ font-size:10.0pt;
608
+ font-family:$bodyfont;}
609
+ div.formula
610
+ {tab-stops:right 487.45pt;}
611
+ body
612
+ {tab-interval:36.0pt;}
613
+ .coverpage_docnumber
614
+ {text-align:center;
615
+ font-size:14.0pt;
616
+ font-weight:bold;}
617
+ .coverpage_techcommittee
618
+ {text-align:center;
619
+ font-size:12.0pt}
620
+ .coverpage_docstage
621
+ {text-align:center;
622
+ font-size:30.0pt;
623
+ color:#485094;}
624
+ div.coverpage_warning
625
+ {mso-element:para-border-div;
626
+ border:solid windowtext 1.0pt #485094;
627
+ mso-border-alt:solid windowtext .5pt;
628
+ padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
629
+ font-size:10.0pt;
630
+ margin-left:4.25pt;
631
+ margin-right:4.25pt}
632
+ .coverpage_warning
633
+ {color:#485094;
634
+ font-size:10.0pt;}
635
+
636
+ a.TableFootnoteRef, span.TableFootnoteRef
637
+ {mso-style-priority:99;
638
+ mso-style-parent:"Footnote Reference";
639
+ vertical-align:super;}
640
+
641
+ aside {
642
+ font-size:10.0pt;
643
+ }
644
+ div.example {
645
+ margin-left:70.9pt;
646
+ text-indent:-70.9pt;
647
+ margin:0in;
648
+ margin-bottom:.0001pt;
649
+
650
+ }
651
+ p.example, li.example, div.example, td.example, td.example p
652
+ {
653
+ mso-pagination:none;
654
+ font-size:10.0pt;
655
+ font-family:$bodyfont;}
656
+
657
+ span.note_label, span.example_label, td.example_label, td.note_label
658
+ {
659
+ font-size: 10.0pt;
660
+ font-family:$bodyfont;
661
+ }
662
+
663
+ td.example p.MsoListParagraph {
664
+ font-size: 10.0pt;
665
+ }
666
+
667
+ div.example p.MsoListParagraph {
668
+ font-size: 10.0pt;
669
+ }
670
+
671
+ div.Note p.MsoListParagraph {
672
+ font-size: 10.0pt;
673
+ }
674
+
675
+
676
+ table.dl
677
+ {margin-top:0cm;
678
+ margin-right:0cm;
679
+ margin-bottom:11.0pt;
680
+ margin-left:20.15pt;}
681
+ ol
682
+ {margin-bottom:0cm;
683
+ margin-left:0cm;}
684
+ ul
685
+ {margin-bottom:0cm;
686
+ margin-left:0cm;}
687
+