asciidoctor-csand 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.adoc +2 -6
- data/lib/asciidoctor-csand.rb +1 -1
- data/lib/asciidoctor/csand/converter.rb +28 -26
- data/lib/asciidoctor/csand/csand.rng +28 -22
- data/lib/asciidoctor/csand/isostandard.rng +1 -1
- data/lib/asciidoctor/csand/version.rb +1 -1
- data/lib/{asciidoctor → isodoc}/csand/csandconvert.rb +54 -22
- data/lib/{asciidoctor → isodoc}/csand/html/dots-w@2x.png +0 -0
- data/lib/{asciidoctor → isodoc}/csand/html/dots@2x.png +0 -0
- data/lib/{asciidoctor/csand/html/html_rsd_intro.html → isodoc/csand/html/html_csand_intro.html} +0 -0
- data/lib/{asciidoctor/csand/html/html_rsd_titlepage.html → isodoc/csand/html/html_csand_titlepage.html} +0 -0
- data/lib/{asciidoctor → isodoc}/csand/html/htmlstyle.scss +169 -27
- data/lib/isodoc/csand/html/scripts.html +82 -0
- metadata +9 -11
- data/lib/asciidoctor/csand/html/header.html +0 -184
- data/lib/asciidoctor/csand/html/rsd.scss +0 -541
- data/lib/asciidoctor/csand/html/scripts.html +0 -68
@@ -0,0 +1,82 @@
|
|
1
|
+
<script>
|
2
|
+
//TOC generation
|
3
|
+
$('#toc').toc({
|
4
|
+
'selectors': 'h1,h2:not(.TermNum)', //elements to use as headings
|
5
|
+
'container': 'main', //element to find all selectors in
|
6
|
+
'smoothScrolling': true, //enable or disable smooth scrolling on click
|
7
|
+
'prefix': 'toc', //prefix for anchor tags and class names
|
8
|
+
'onHighlight': function(el) {}, //called when a new section is highlighted
|
9
|
+
'highlightOnScroll': true, //add class to heading that is currently in focus
|
10
|
+
'highlightOffset': 100, //offset to trigger the next headline
|
11
|
+
'anchorName': function(i, heading, prefix) { //custom function for anchor name
|
12
|
+
return prefix+i;
|
13
|
+
},
|
14
|
+
'headerText': function(i, heading, $heading) { //custom function building the header-item text
|
15
|
+
return $heading.text();
|
16
|
+
},
|
17
|
+
'itemClass': function(i, heading, $heading, prefix) { // custom function for item class
|
18
|
+
return $heading[0].tagName.toLowerCase();
|
19
|
+
}
|
20
|
+
});
|
21
|
+
|
22
|
+
</script>
|
23
|
+
|
24
|
+
<script>
|
25
|
+
//TOC toggle animation
|
26
|
+
$('#toggle').on('click', function(){
|
27
|
+
if( $('nav').is(':visible') ) {
|
28
|
+
$('nav').animate({ 'left': '-353px' }, 'slow', function(){
|
29
|
+
$('nav').hide();
|
30
|
+
});
|
31
|
+
$('.container').animate({ 'padding-left': '31px' }, 'slow');
|
32
|
+
}
|
33
|
+
else {
|
34
|
+
$('nav').show();
|
35
|
+
$('nav').animate({ 'left': '0px' }, 'slow');
|
36
|
+
$('.container').animate({ 'padding-left': '360px' }, 'slow');
|
37
|
+
}
|
38
|
+
});
|
39
|
+
</script>
|
40
|
+
|
41
|
+
<script>
|
42
|
+
// Scroll to top button
|
43
|
+
window.onscroll = function() {scrollFunction()};
|
44
|
+
|
45
|
+
function scrollFunction() {
|
46
|
+
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
|
47
|
+
document.getElementById("myBtn").style.display = "block";
|
48
|
+
} else {
|
49
|
+
document.getElementById("myBtn").style.display = "none";
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
// When the user clicks on the button, scroll to the top of the document
|
54
|
+
function topFunction() {
|
55
|
+
document.body.scrollTop = 0;
|
56
|
+
document.documentElement.scrollTop = 0;
|
57
|
+
}
|
58
|
+
</script>
|
59
|
+
|
60
|
+
<script>
|
61
|
+
/**
|
62
|
+
* AnchorJS - v4.1.0 - 2017-09-20
|
63
|
+
* https://github.com/bryanbraun/anchorjs
|
64
|
+
* Copyright (c) 2017 Bryan Braun; Licensed MIT
|
65
|
+
*/
|
66
|
+
!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 e(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.truncate=A.hasOwnProperty("truncate")?Math.floor(A.truncate):64}function t(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}function i(){if(null===document.head.querySelector("style.anchorjs")){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)}}this.options=A||{},this.elements=[],e(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(A){var n,o,s,a,r,c,h,l,u,d,f,p=[];if(e(this.options),"touch"===(f=this.options.visible)&&(f=this.isTouchDevice()?"always":"hover"),A||(A="h2, h3, h4, h5, h6"),0===(n=t(A)).length)return this;for(i(),o=document.querySelectorAll("[id]"),s=[].map.call(o,function(A){return A.id}),r=0;r<n.length;r++)if(this.hasAnchorJSLink(n[r]))p.push(r);else{if(n[r].hasAttribute("id"))a=n[r].getAttribute("id");else if(n[r].hasAttribute("data-anchor-id"))a=n[r].getAttribute("data-anchor-id");else{u=l=this.urlify(n[r].textContent),h=0;do{void 0!==c&&(u=l+"-"+h),c=s.indexOf(u),h+=1}while(-1!==c);c=void 0,s.push(u),n[r].setAttribute("id",u),a=u}a.replace(/-/g," "),(d=document.createElement("a")).className="anchorjs-link "+this.options.class,d.href="#"+a,d.setAttribute("aria-label",this.options.ariaLabel),d.setAttribute("data-anchorjs-icon",this.options.icon),"always"===f&&(d.style.opacity="1"),""===this.options.icon&&(d.style.font="1em/1 anchorjs-icons","left"===this.options.placement&&(d.style.lineHeight="inherit")),"left"===this.options.placement?(d.style.position="absolute",d.style.marginLeft="-1em",d.style.paddingRight="0.5em",n[r].insertBefore(d,n[r].firstChild)):(d.style.paddingLeft="0.375em",n[r].appendChild(d))}for(r=0;r<p.length;r++)n.splice(p[r]-r,1);return this.elements=this.elements.concat(n),this},this.remove=function(A){for(var e,i,n=t(A),o=0;o<n.length;o++)(i=n[o].querySelector(".anchorjs-link"))&&(-1!==(e=this.elements.indexOf(n[o]))&&this.elements.splice(e,1),n[o].removeChild(i));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(A){var t=/[& +$,:;=?@"#{}|^~[`%!'<>\]\.\/\(\)\*\\]/g;return this.options.truncate||e(this.options),A.trim().replace(/\'/gi,"").replace(t,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&(" "+A.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,t=A.lastChild&&(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return e||t||!1}}}); </script>
|
67
|
+
|
68
|
+
<script>
|
69
|
+
$(document).ready(function() {
|
70
|
+
$('[id^=toc]').each(function ()
|
71
|
+
{
|
72
|
+
var currentToc = $(this);
|
73
|
+
var url = window.location.href;
|
74
|
+
currentToc.wrap("<a href='" + url + "#" + currentToc.attr("id") + "' </a>");
|
75
|
+
});
|
76
|
+
});
|
77
|
+
anchors.options = {
|
78
|
+
placement: 'left'
|
79
|
+
};
|
80
|
+
anchors.add('h1, h2, h3, h4');
|
81
|
+
</script>
|
82
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-csand
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -344,18 +344,16 @@ files:
|
|
344
344
|
- lib/asciidoctor/csand/biblio.rng
|
345
345
|
- lib/asciidoctor/csand/converter.rb
|
346
346
|
- lib/asciidoctor/csand/csand.rng
|
347
|
-
- lib/asciidoctor/csand/csandconvert.rb
|
348
|
-
- lib/asciidoctor/csand/html/dots-w@2x.png
|
349
|
-
- lib/asciidoctor/csand/html/dots@2x.png
|
350
|
-
- lib/asciidoctor/csand/html/header.html
|
351
|
-
- lib/asciidoctor/csand/html/html_rsd_intro.html
|
352
|
-
- lib/asciidoctor/csand/html/html_rsd_titlepage.html
|
353
|
-
- lib/asciidoctor/csand/html/htmlstyle.scss
|
354
|
-
- lib/asciidoctor/csand/html/rsd.scss
|
355
|
-
- lib/asciidoctor/csand/html/scripts.html
|
356
347
|
- lib/asciidoctor/csand/isodoc.rng
|
357
348
|
- lib/asciidoctor/csand/isostandard.rng
|
358
349
|
- lib/asciidoctor/csand/version.rb
|
350
|
+
- lib/isodoc/csand/csandconvert.rb
|
351
|
+
- lib/isodoc/csand/html/dots-w@2x.png
|
352
|
+
- lib/isodoc/csand/html/dots@2x.png
|
353
|
+
- lib/isodoc/csand/html/html_csand_intro.html
|
354
|
+
- lib/isodoc/csand/html/html_csand_titlepage.html
|
355
|
+
- lib/isodoc/csand/html/htmlstyle.scss
|
356
|
+
- lib/isodoc/csand/html/scripts.html
|
359
357
|
homepage: https://github.com/riboseinc/asciidoctor-csand
|
360
358
|
licenses:
|
361
359
|
- MIT
|
@@ -1,184 +0,0 @@
|
|
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:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
|
6
|
-
|
7
|
-
<head>
|
8
|
-
<meta name=Title content="">
|
9
|
-
<meta name=Keywords content="">
|
10
|
-
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
|
11
|
-
<meta name=ProgId content=Word.Document>
|
12
|
-
<meta name=Generator content="Microsoft Word 15">
|
13
|
-
<meta name=Originator content="Microsoft Word 15">
|
14
|
-
<link id=Main-File rel=Main-File href="../{{ filename }}.html">
|
15
|
-
<!--[if gte mso 9]><xml>
|
16
|
-
<o:shapedefaults v:ext="edit" spidmax="2049"/>
|
17
|
-
</xml><![endif]-->
|
18
|
-
</head>
|
19
|
-
|
20
|
-
<body lang=EN link=blue vlink="#954F72">
|
21
|
-
|
22
|
-
<div style='mso-element:footnote-separator' id=fs>
|
23
|
-
|
24
|
-
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
25
|
-
normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
26
|
-
|
27
|
-
<hr align=left size=1 width="33%">
|
28
|
-
|
29
|
-
<![endif]></span></span></p>
|
30
|
-
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div style='mso-element:footnote-continuation-separator' id=fcs>
|
34
|
-
|
35
|
-
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
36
|
-
normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
37
|
-
|
38
|
-
<hr align=left size=1>
|
39
|
-
|
40
|
-
<![endif]></span></span></p>
|
41
|
-
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<div style='mso-element:endnote-separator' id=es>
|
45
|
-
|
46
|
-
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
47
|
-
normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
48
|
-
|
49
|
-
<hr align=left size=1 width="33%">
|
50
|
-
|
51
|
-
<![endif]></span></span></p>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
|
55
|
-
<div style='mso-element:endnote-continuation-separator' id=ecs>
|
56
|
-
|
57
|
-
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
58
|
-
normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
59
|
-
|
60
|
-
<hr align=left size=1>
|
61
|
-
|
62
|
-
<![endif]></span></span></p>
|
63
|
-
|
64
|
-
</div>
|
65
|
-
|
66
|
-
<div style='mso-element:header' id=eh1>
|
67
|
-
|
68
|
-
<p class=MsoHeader align=left style='text-align:left;line-height:12.0pt;
|
69
|
-
mso-line-height-rule:exactly'><span lang=EN-GB>CS {{ docnumber }}:{{ docyear }}</span></p>
|
70
|
-
|
71
|
-
</div>
|
72
|
-
|
73
|
-
<div style='mso-element:header' id=h1>
|
74
|
-
|
75
|
-
<p class=MsoHeader style='margin-bottom:18.0pt'><span lang=EN-GB
|
76
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt;font-weight:normal'>©
|
77
|
-
The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All rights reserved</span><span lang=EN-GB
|
78
|
-
style='font-weight:normal'><o:p></o:p></span></p>
|
79
|
-
|
80
|
-
</div>
|
81
|
-
|
82
|
-
<div style='mso-element:footer' id=ef1>
|
83
|
-
|
84
|
-
<p class=MsoFooter style='margin-top:12.0pt;line-height:12.0pt;mso-line-height-rule:
|
85
|
-
exactly'><!--[if supportFields]><b style='mso-bidi-font-weight:normal'><span
|
86
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
87
|
-
style='mso-element:field-begin'></span><span
|
88
|
-
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
89
|
-
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span></b><![endif]--><b
|
90
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
91
|
-
mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>2</span></span></b><!--[if supportFields]><b
|
92
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
93
|
-
mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
|
94
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
95
|
-
style='mso-tab-count:1'> </span>©
|
96
|
-
The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All rights reserved<o:p></o:p></span></p>
|
97
|
-
|
98
|
-
</div>
|
99
|
-
|
100
|
-
<div style='mso-element:header' id=eh2>
|
101
|
-
|
102
|
-
<p class=MsoHeader align=left style='text-align:left;line-height:12.0pt;
|
103
|
-
mso-line-height-rule:exactly'><span lang=EN-GB>The Calendaring and Scheduling Consortium, Inc. {{ docnumber }}:{{ docyear }}</span></p>
|
104
|
-
|
105
|
-
</div>
|
106
|
-
|
107
|
-
<div style='mso-element:header' id=h2>
|
108
|
-
|
109
|
-
<p class=MsoHeader align=right style='text-align:right;line-height:12.0pt;
|
110
|
-
mso-line-height-rule:exactly'><span lang=EN-GB>The Calendaring and Scheduling Consortium, Inc. {{ docnumber }}:{{ docyear }}</span></p>
|
111
|
-
|
112
|
-
</div>
|
113
|
-
|
114
|
-
<div style='mso-element:footer' id=ef2>
|
115
|
-
|
116
|
-
<p class=MsoFooter style='line-height:12.0pt;mso-line-height-rule:exactly'><!--[if supportFields]><span
|
117
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
118
|
-
style='mso-element:field-begin'></span><span
|
119
|
-
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
120
|
-
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
121
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
122
|
-
style='mso-no-proof:yes'>ii</span></span><!--[if supportFields]><span
|
123
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
124
|
-
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-GB
|
125
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:
|
126
|
-
1'> </span>©
|
127
|
-
The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All rights reserved<o:p></o:p></span></p>
|
128
|
-
|
129
|
-
</div>
|
130
|
-
|
131
|
-
<div style='mso-element:footer' id=f2>
|
132
|
-
|
133
|
-
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-GB
|
134
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>© The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All
|
135
|
-
rights reserved<span style='mso-tab-count:1'> </span></span><!--[if supportFields]><span
|
136
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
137
|
-
style='mso-element:field-begin'></span> PAGE<span style='mso-spacerun:yes'>
|
138
|
-
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
139
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
140
|
-
style='mso-no-proof:yes'>iii</span></span><!--[if supportFields]><span
|
141
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
142
|
-
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-GB
|
143
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
|
144
|
-
|
145
|
-
</div>
|
146
|
-
|
147
|
-
<div style='mso-element:footer' id=ef3>
|
148
|
-
|
149
|
-
<p class=MsoFooter style='margin-top:12.0pt;line-height:12.0pt;mso-line-height-rule:
|
150
|
-
exactly'><!--[if supportFields]><b style='mso-bidi-font-weight:normal'><span
|
151
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
152
|
-
style='mso-element:field-begin'></span><span
|
153
|
-
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
154
|
-
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span></b><![endif]--><b
|
155
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
156
|
-
mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>2</span></span></b><!--[if supportFields]><b
|
157
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
158
|
-
mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
|
159
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
160
|
-
style='mso-tab-count:1'> </span>©
|
161
|
-
The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All rights reserved<o:p></o:p></span></p>
|
162
|
-
|
163
|
-
</div>
|
164
|
-
|
165
|
-
<div style='mso-element:footer' id=f3>
|
166
|
-
|
167
|
-
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-GB
|
168
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>© The Calendaring and Scheduling Consortium, Inc. {{ docyear }} – All
|
169
|
-
rights reserved<span style='mso-tab-count:1'> </span></span><!--[if supportFields]><b
|
170
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
171
|
-
mso-bidi-font-size:11.0pt'><span style='mso-element:field-begin'></span>
|
172
|
-
PAGE<span style='mso-spacerun:yes'> </span>\* MERGEFORMAT <span
|
173
|
-
style='mso-element:field-separator'></span></span></b><![endif]--><b
|
174
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
175
|
-
mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>3</span></span></b><!--[if supportFields]><b
|
176
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
|
177
|
-
mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
|
178
|
-
lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
|
179
|
-
|
180
|
-
</div>
|
181
|
-
|
182
|
-
</body>
|
183
|
-
|
184
|
-
</html>
|
@@ -1,541 +0,0 @@
|
|
1
|
-
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
2
|
-
{mso-style-unhide:no;
|
3
|
-
mso-style-qformat:yes;
|
4
|
-
mso-style-parent:"";
|
5
|
-
margin-top:0cm;
|
6
|
-
margin-right:0cm;
|
7
|
-
margin-bottom:12.0pt;
|
8
|
-
margin-left:0cm;
|
9
|
-
text-align:left;
|
10
|
-
line-height:12.0pt;
|
11
|
-
mso-pagination:widow-orphan;
|
12
|
-
tab-stops:20.15pt;
|
13
|
-
font-size:9.0pt;
|
14
|
-
font-family:$monospacefont;
|
15
|
-
mso-fareast-font-family:Calibri;
|
16
|
-
mso-bidi-font-family:"Courier New";
|
17
|
-
mso-ansi-language:EN-GB;}
|
18
|
-
p.Biblio, li.Biblio, div.Biblio
|
19
|
-
{mso-style-unhide:no;
|
20
|
-
mso-style-qformat:yes;
|
21
|
-
mso-style-parent:"";
|
22
|
-
margin-top:0cm;
|
23
|
-
margin-right:0cm;
|
24
|
-
margin-bottom:12.0pt;
|
25
|
-
margin-left:33.15pt;
|
26
|
-
text-indent:-33.15pt;
|
27
|
-
tab-stops: 33.15pt;
|
28
|
-
line-height:12.0pt;
|
29
|
-
mso-pagination:widow-orphan;
|
30
|
-
font-size:11.0pt;
|
31
|
-
font-weight:bold;
|
32
|
-
font-family:$bodyfont;
|
33
|
-
mso-fareast-font-family:$bodyfont;
|
34
|
-
mso-bidi-font-family:$bodyfont;
|
35
|
-
mso-ansi-language:EN-GB;}
|
36
|
-
p.FigureTitle
|
37
|
-
{mso-style-unhide:no;
|
38
|
-
mso-style-qformat:yes;
|
39
|
-
mso-style-parent:"";
|
40
|
-
margin-top:0cm;
|
41
|
-
margin-right:0cm;
|
42
|
-
margin-bottom:6.0pt;
|
43
|
-
margin-left:0cm;
|
44
|
-
text-align:center;
|
45
|
-
line-height:12.0pt;
|
46
|
-
page-break-before:avoid;
|
47
|
-
mso-pagination:widow-orphan;
|
48
|
-
tab-stops:20.15pt;
|
49
|
-
font-size:11.0pt;
|
50
|
-
font-weight:bold;
|
51
|
-
font-family:$bodyfont;
|
52
|
-
mso-fareast-font-family:$bodyfont;
|
53
|
-
mso-bidi-font-family:$bodyfont;
|
54
|
-
mso-ansi-language:EN-GB;}
|
55
|
-
p.TableTitle
|
56
|
-
{mso-style-unhide:no;
|
57
|
-
mso-style-qformat:yes;
|
58
|
-
mso-style-parent:"";
|
59
|
-
margin-top:0cm;
|
60
|
-
margin-right:0cm;
|
61
|
-
margin-bottom:6.0pt;
|
62
|
-
margin-left:0cm;
|
63
|
-
text-align:center;
|
64
|
-
page-break-after:avoid;
|
65
|
-
line-height:12.0pt;
|
66
|
-
mso-pagination:widow-orphan;
|
67
|
-
tab-stops:20.15pt;
|
68
|
-
font-size:11.0pt;
|
69
|
-
font-family:$bodyfont;
|
70
|
-
mso-fareast-font-family:$bodyfont;
|
71
|
-
mso-bidi-font-family:$bodyfont;
|
72
|
-
mso-ansi-language:EN-GB;}
|
73
|
-
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
74
|
-
{mso-style-unhide:no;
|
75
|
-
mso-style-qformat:yes;
|
76
|
-
mso-style-parent:"";
|
77
|
-
margin-top:0cm;
|
78
|
-
margin-right:0cm;
|
79
|
-
margin-bottom:12.0pt;
|
80
|
-
margin-left:0cm;
|
81
|
-
text-align:justify;
|
82
|
-
line-height:12.0pt;
|
83
|
-
mso-pagination:widow-orphan;
|
84
|
-
tab-stops:20.15pt;
|
85
|
-
font-size:10.0pt;
|
86
|
-
mso-bidi-font-size:11.0pt;
|
87
|
-
font-family:$bodyfont;
|
88
|
-
font-size:10.0pt;
|
89
|
-
mso-fareast-font-family:$bodyfont;
|
90
|
-
mso-bidi-font-family:$bodyfont;
|
91
|
-
mso-ansi-language:EN-GB;}
|
92
|
-
p.ANNEX, li.ANNEX, div.ANNEX
|
93
|
-
{mso-style-name:ANNEX;
|
94
|
-
mso-style-priority:10;
|
95
|
-
mso-style-unhide:no;
|
96
|
-
mso-style-next:Normal;
|
97
|
-
margin-top:0cm;
|
98
|
-
margin-right:0cm;
|
99
|
-
margin-bottom:24.0pt;
|
100
|
-
margin-left:0cm;
|
101
|
-
text-align:center;
|
102
|
-
text-indent:0cm;
|
103
|
-
line-height:15.5pt;
|
104
|
-
mso-line-height-rule:exactly;
|
105
|
-
page-break-before:always;
|
106
|
-
mso-pagination:widow-orphan;
|
107
|
-
page-break-after:avoid;
|
108
|
-
mso-outline-level:1;
|
109
|
-
mso-list:l0 level1 lfo12;
|
110
|
-
tab-stops:20.15pt;
|
111
|
-
font-size:14.0pt;
|
112
|
-
mso-bidi-font-size:11.0pt;
|
113
|
-
font-family:$headerfont;
|
114
|
-
mso-fareast-font-family:$headerfont;
|
115
|
-
mso-bidi-font-family:$headerfont;
|
116
|
-
mso-ansi-language:EN-GB;
|
117
|
-
mso-fareast-language:JA;
|
118
|
-
font-weight:bold;
|
119
|
-
mso-bidi-font-weight:normal;}
|
120
|
-
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
121
|
-
{mso-style-name:"Biblio Title";
|
122
|
-
mso-style-noshow:yes;
|
123
|
-
mso-style-unhide:no;
|
124
|
-
margin-top:0cm;
|
125
|
-
margin-right:0cm;
|
126
|
-
margin-bottom:15.5pt;
|
127
|
-
margin-left:0cm;
|
128
|
-
text-align:center;
|
129
|
-
line-height:15.5pt;
|
130
|
-
mso-pagination:widow-orphan;
|
131
|
-
mso-outline-level:1;
|
132
|
-
tab-stops:20.15pt;
|
133
|
-
font-size:14.0pt;
|
134
|
-
mso-bidi-font-size:11.0pt;
|
135
|
-
font-family:$headerfont;
|
136
|
-
mso-fareast-font-family:$headerfont;
|
137
|
-
mso-bidi-font-family:$headerfont;
|
138
|
-
mso-ansi-language:EN-GB;
|
139
|
-
font-weight:bold;
|
140
|
-
mso-bidi-font-weight:normal;}
|
141
|
-
p.Definition, li.Definition, div.Definition
|
142
|
-
{mso-style-name:Definition;
|
143
|
-
mso-style-priority:9;
|
144
|
-
mso-style-unhide:no;
|
145
|
-
margin-top:0cm;
|
146
|
-
margin-right:0cm;
|
147
|
-
margin-bottom:12.0pt;
|
148
|
-
margin-left:0cm;
|
149
|
-
text-align:justify;
|
150
|
-
line-height:12.0pt;
|
151
|
-
mso-pagination:widow-orphan;
|
152
|
-
tab-stops:20.15pt;
|
153
|
-
font-size:11.0pt;
|
154
|
-
font-family:$bodyfont;
|
155
|
-
mso-fareast-font-family:$bodyfont;
|
156
|
-
mso-bidi-font-family:$bodyfont;
|
157
|
-
mso-ansi-language:EN-GB;}
|
158
|
-
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
159
|
-
{mso-style-name:"Foreword Title";
|
160
|
-
mso-style-noshow:yes;
|
161
|
-
mso-style-unhide:no;
|
162
|
-
margin-top:0cm;
|
163
|
-
margin-right:0cm;
|
164
|
-
margin-bottom:15.5pt;
|
165
|
-
margin-left:0cm;
|
166
|
-
text-align:justify;
|
167
|
-
line-height:15.5pt;
|
168
|
-
page-break-before:always;
|
169
|
-
mso-pagination:widow-orphan;
|
170
|
-
page-break-after:avoid;
|
171
|
-
mso-outline-level:1;
|
172
|
-
mso-hyphenate:none;
|
173
|
-
tab-stops:20.15pt;
|
174
|
-
font-size:14.0pt;
|
175
|
-
mso-bidi-font-size:11.0pt;
|
176
|
-
font-family:$headerfont;
|
177
|
-
mso-fareast-font-family:$headerfont;
|
178
|
-
mso-bidi-font-family:$headerfont;
|
179
|
-
mso-ansi-language:EN-GB;
|
180
|
-
font-weight:bold;
|
181
|
-
mso-bidi-font-weight:normal;}
|
182
|
-
p.IntroTitle, li.IntroTitle, div.IntroTitle
|
183
|
-
{mso-style-name:"Intro Title";
|
184
|
-
mso-style-noshow:yes;
|
185
|
-
mso-style-unhide:no;
|
186
|
-
mso-style-parent:"Foreword Title";
|
187
|
-
margin-top:0cm;
|
188
|
-
margin-right:0cm;
|
189
|
-
margin-bottom:15.5pt;
|
190
|
-
margin-left:0cm;
|
191
|
-
text-align:justify;
|
192
|
-
line-height:15.5pt;
|
193
|
-
mso-pagination:widow-orphan;
|
194
|
-
page-break-after:avoid;
|
195
|
-
mso-outline-level:1;
|
196
|
-
mso-hyphenate:none;
|
197
|
-
tab-stops:20.15pt;
|
198
|
-
font-size:14.0pt;
|
199
|
-
mso-bidi-font-size:11.0pt;
|
200
|
-
page-break-before:always;
|
201
|
-
font-family:$headerfont;
|
202
|
-
mso-fareast-font-family:$headerfont;
|
203
|
-
mso-bidi-font-family:$headerfont;
|
204
|
-
mso-ansi-language:EN-GB;
|
205
|
-
font-weight:bold;
|
206
|
-
mso-bidi-font-weight:normal;}
|
207
|
-
p.zzContents, li.zzContents, div.zzContents
|
208
|
-
{mso-style-name:zzContents;
|
209
|
-
mso-style-noshow:yes;
|
210
|
-
mso-style-unhide:no;
|
211
|
-
mso-style-next:"TOC 1";
|
212
|
-
margin-top:48.0pt;
|
213
|
-
margin-right:0cm;
|
214
|
-
margin-bottom:15.5pt;
|
215
|
-
margin-left:0cm;
|
216
|
-
line-height:15.5pt;
|
217
|
-
mso-line-height-rule:exactly;
|
218
|
-
page-break-before:always;
|
219
|
-
mso-pagination:widow-orphan;
|
220
|
-
page-break-after:avoid;
|
221
|
-
mso-hyphenate:none;
|
222
|
-
tab-stops:20.15pt;
|
223
|
-
font-size:14.0pt;
|
224
|
-
mso-bidi-font-size:11.0pt;
|
225
|
-
font-family:$headerfont;
|
226
|
-
mso-fareast-font-family:$headerfont;
|
227
|
-
mso-bidi-font-family:$headerfont;
|
228
|
-
mso-ansi-language:EN-GB;
|
229
|
-
font-weight:bold;
|
230
|
-
mso-bidi-font-weight:normal;}
|
231
|
-
p.zzCopyright, li.zzCopyright
|
232
|
-
{mso-style-name:zzCopyright;
|
233
|
-
mso-style-noshow:yes;
|
234
|
-
mso-style-unhide:no;
|
235
|
-
mso-style-next:Normal;
|
236
|
-
margin-top:0cm;
|
237
|
-
margin-right:14.2pt;
|
238
|
-
margin-bottom:12.0pt;
|
239
|
-
margin-left:14.2pt;
|
240
|
-
text-align:justify;
|
241
|
-
line-height:12.0pt;
|
242
|
-
mso-pagination:widow-orphan;
|
243
|
-
tab-stops:20.15pt 25.7pt 481.15pt;
|
244
|
-
padding:0cm;
|
245
|
-
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
246
|
-
font-size:11.0pt;
|
247
|
-
font-family:$bodyfont;
|
248
|
-
mso-fareast-font-family:$bodyfont;
|
249
|
-
mso-bidi-font-family:$bodyfont;
|
250
|
-
mso-ansi-language:EN-GB;}
|
251
|
-
div.zzCopyright
|
252
|
-
{mso-element:para-border-div;
|
253
|
-
border:solid windowtext 1.0pt;
|
254
|
-
mso-border-top-alt:solid windowtext .5pt;
|
255
|
-
mso-border-left-alt:solid windowtext .5pt;
|
256
|
-
mso-border-right-alt:solid windowtext .5pt;
|
257
|
-
mso-border-bottom-alt:solid windowtext .5pt;
|
258
|
-
padding:1.0pt 4.0pt 0cm 4.0pt;
|
259
|
-
margin-left:5.1pt;
|
260
|
-
margin-right:5.1pt;}
|
261
|
-
p.zzCopyright_address
|
262
|
-
{margin-top:0cm;
|
263
|
-
margin-right:14.2pt;
|
264
|
-
margin-bottom:0.0pt;
|
265
|
-
margin-left:14.2pt;
|
266
|
-
mso-layout-grid-align:none;
|
267
|
-
text-autospace:none;
|
268
|
-
padding-left:20pt;
|
269
|
-
mso-padding-alt-left:20pt;
|
270
|
-
font-size:10.0pt;
|
271
|
-
text-align:left;
|
272
|
-
mso-bidi-font-size:11.0pt;}
|
273
|
-
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
274
|
-
{mso-style-name:zzSTDTitle;
|
275
|
-
mso-style-noshow:yes;
|
276
|
-
mso-style-unhide:no;
|
277
|
-
mso-style-next:Normal;
|
278
|
-
margin-top:20.0pt;
|
279
|
-
margin-right:0cm;
|
280
|
-
margin-bottom:38.0pt;
|
281
|
-
margin-left:0cm;
|
282
|
-
line-height:17.5pt;
|
283
|
-
mso-line-height-rule:exactly;
|
284
|
-
mso-pagination:widow-orphan;
|
285
|
-
mso-hyphenate:none;
|
286
|
-
tab-stops:20.15pt;
|
287
|
-
font-size:16.0pt;
|
288
|
-
mso-bidi-font-size:11.0pt;
|
289
|
-
font-family:$headerfont;
|
290
|
-
mso-fareast-font-family:$headerfont;
|
291
|
-
mso-bidi-font-family:$headerfont;
|
292
|
-
mso-ansi-language:EN-GB;
|
293
|
-
font-weight:bold;
|
294
|
-
mso-bidi-font-weight:normal;}
|
295
|
-
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
296
|
-
{mso-style-name:zzSTDTitle;
|
297
|
-
mso-style-noshow:yes;
|
298
|
-
mso-style-unhide:no;
|
299
|
-
mso-style-next:Normal;
|
300
|
-
margin-top:0pt;
|
301
|
-
margin-right:0cm;
|
302
|
-
margin-bottom:18.0pt;
|
303
|
-
margin-left:0cm;
|
304
|
-
line-height:17.5pt;
|
305
|
-
mso-line-height-rule:exactly;
|
306
|
-
mso-pagination:widow-orphan;
|
307
|
-
mso-hyphenate:none;
|
308
|
-
tab-stops:20.15pt;
|
309
|
-
font-size:16.0pt;
|
310
|
-
mso-bidi-font-size:11.0pt;
|
311
|
-
font-family:$headerfont;
|
312
|
-
mso-fareast-font-family:$headerfont;
|
313
|
-
mso-bidi-font-family:$headerfont;
|
314
|
-
mso-ansi-language:EN-GB;
|
315
|
-
font-weight:bold;
|
316
|
-
mso-bidi-font-weight:normal;}
|
317
|
-
p.Quote, li.Quote, div.Quote
|
318
|
-
{mso-style-priority:99;
|
319
|
-
margin-top:0cm;
|
320
|
-
margin-right:36.0pt;
|
321
|
-
margin-bottom:0cm;
|
322
|
-
margin-left:36.0pt;
|
323
|
-
text-align:justify;
|
324
|
-
line-height:12.0pt;
|
325
|
-
mso-pagination:widow-orphan;
|
326
|
-
tab-stops:20.15pt;
|
327
|
-
font-size:11.0pt;
|
328
|
-
font-family:$bodyfont;
|
329
|
-
mso-fareast-font-family:$bodyfont;
|
330
|
-
mso-bidi-font-family:$bodyfont;
|
331
|
-
mso-ansi-language:EN-GB;}
|
332
|
-
p.QuoteAttribution
|
333
|
-
{text-align:right;}
|
334
|
-
p.Admonition, li.Admonition, div.Admonition
|
335
|
-
{mso-style-priority:99;
|
336
|
-
margin-top:0cm;
|
337
|
-
margin-right:57.6pt;
|
338
|
-
margin-bottom:0cm;
|
339
|
-
margin-left:57.6pt;
|
340
|
-
margin-bottom:.0001pt;
|
341
|
-
mso-pagination:widow-orphan;
|
342
|
-
border:none;
|
343
|
-
mso-border-alt:solid #4472C4 .25pt;
|
344
|
-
mso-border-themecolor:accent1;
|
345
|
-
padding:0cm;
|
346
|
-
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
347
|
-
font-size:12.0pt;
|
348
|
-
font-family:$bodyfont;
|
349
|
-
mso-ascii-font-family:$bodyfont;
|
350
|
-
mso-ascii-theme-font:minor-latin;
|
351
|
-
mso-fareast-font-family:$bodyfont;
|
352
|
-
mso-fareast-theme-font:minor-fareast;
|
353
|
-
mso-hansi-font-family:$bodyfont;
|
354
|
-
mso-hansi-theme-font:minor-latin;
|
355
|
-
mso-bidi-font-family:$bodyfont;
|
356
|
-
mso-bidi-theme-font:minor-bidi;
|
357
|
-
color:#4472C4;
|
358
|
-
mso-themecolor:accent1;
|
359
|
-
mso-ansi-language:EN-AU;
|
360
|
-
font-style:italic;}
|
361
|
-
p.Code, li.Code, div.Code
|
362
|
-
{mso-style-name:Code;
|
363
|
-
mso-style-priority:16;
|
364
|
-
mso-style-unhide:no;
|
365
|
-
mso-style-qformat:yes;
|
366
|
-
margin:0cm;
|
367
|
-
margin-bottom:.0001pt;
|
368
|
-
line-height:10.0pt;
|
369
|
-
mso-pagination:widow-orphan;
|
370
|
-
tab-stops:20.15pt;
|
371
|
-
font-size:9.0pt;
|
372
|
-
mso-bidi-font-size:11.0pt;
|
373
|
-
font-family:$monospacefont;
|
374
|
-
mso-fareast-font-family:Calibri;
|
375
|
-
mso-bidi-font-family:"Source Sans Pro";
|
376
|
-
mso-ansi-language:EN-GB;}
|
377
|
-
p.Formula, li.Formula, div.Formula
|
378
|
-
{mso-style-name:Formula;
|
379
|
-
mso-style-noshow:yes;
|
380
|
-
mso-style-unhide:no;
|
381
|
-
margin-top:0cm;
|
382
|
-
margin-right:0cm;
|
383
|
-
margin-bottom:11.0pt;
|
384
|
-
margin-left:20.15pt;
|
385
|
-
line-height:12.0pt;
|
386
|
-
mso-pagination:widow-orphan;
|
387
|
-
tab-stops:right 487.45pt;
|
388
|
-
font-size:11.0pt;
|
389
|
-
font-family:$bodyfont;
|
390
|
-
mso-fareast-font-family:$bodyfont;
|
391
|
-
mso-bidi-font-family:$bodyfont;
|
392
|
-
mso-ansi-language:EN-GB;}
|
393
|
-
@page WordSection1
|
394
|
-
{size:595.3pt 841.9pt;
|
395
|
-
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
396
|
-
mso-header-margin:35.45pt;
|
397
|
-
mso-footer-margin:14.2pt;
|
398
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
399
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
400
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
401
|
-
mso-paper-source:0;}
|
402
|
-
div.WordSection1
|
403
|
-
{page:WordSection1;}
|
404
|
-
@page WordSection2
|
405
|
-
{size:595.3pt 841.9pt;
|
406
|
-
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
407
|
-
mso-header-margin:35.45pt;
|
408
|
-
mso-footer-margin:14.2pt;
|
409
|
-
mso-page-numbers:roman-lower;
|
410
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
411
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
412
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
413
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
414
|
-
mso-paper-source:0;}
|
415
|
-
div.WordSection2
|
416
|
-
{page:WordSection2;}
|
417
|
-
@page WordSection3
|
418
|
-
{size:595.3pt 841.9pt;
|
419
|
-
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
420
|
-
mso-header-margin:35.45pt;
|
421
|
-
mso-footer-margin:14.2pt;
|
422
|
-
mso-page-numbers:1;
|
423
|
-
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
424
|
-
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
425
|
-
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
426
|
-
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
427
|
-
mso-paper-source:0;}
|
428
|
-
div.WordSection3
|
429
|
-
{page:WordSection3;}
|
430
|
-
ol
|
431
|
-
{margin-bottom:0cm;}
|
432
|
-
ul
|
433
|
-
{margin-bottom:0cm;}
|
434
|
-
table.MsoISOTable
|
435
|
-
{mso-style-name:"Table ISO";
|
436
|
-
mso-tstyle-rowband-size:0;
|
437
|
-
mso-tstyle-colband-size:0;
|
438
|
-
mso-style-noshow:yes;
|
439
|
-
mso-style-priority:99;
|
440
|
-
mso-style-parent:"";
|
441
|
-
mso-padding-alt:0cm 2.85pt 0cm 2.85pt;
|
442
|
-
mso-para-margin:0cm;
|
443
|
-
mso-para-margin-bottom:.0001pt;
|
444
|
-
mso-pagination:widow-orphan;
|
445
|
-
border-collapse:collapse;
|
446
|
-
mso-table-layout-alt:fixed;
|
447
|
-
border:solid windowtext 2pt;
|
448
|
-
mso-border-alt:solid windowtext 2pt;
|
449
|
-
mso-yfti-tbllook:480;
|
450
|
-
mso-border-insideh:.75pt solid windowtext;
|
451
|
-
mso-border-insidev:.75pt solid windowtext;
|
452
|
-
font-size:10.0pt;
|
453
|
-
font-family:$bodyfont;}
|
454
|
-
table.MsoISOTable tr
|
455
|
-
{page-break-inside:avoid;}
|
456
|
-
table.MsoISOTable th
|
457
|
-
{border:solid windowtext 1pt;
|
458
|
-
mso-border-alt:solid windowtext 1pt;
|
459
|
-
padding:0cm 2.85pt 0cm 2.85pt;}
|
460
|
-
table.MsoISOTable td
|
461
|
-
{border:solid windowtext 1pt;
|
462
|
-
mso-border-alt:solid windowtext 1pt;
|
463
|
-
padding:0cm 2.85pt 0cm 2.85pt;}
|
464
|
-
table.MsoTableGrid
|
465
|
-
{mso-style-name:"Table Grid";
|
466
|
-
mso-tstyle-rowband-size:0;
|
467
|
-
mso-tstyle-colband-size:0;
|
468
|
-
mso-style-priority:39;
|
469
|
-
mso-style-unhide:no;
|
470
|
-
border:solid windowtext 1.0pt;
|
471
|
-
mso-border-alt:solid windowtext .5pt;
|
472
|
-
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
|
473
|
-
mso-border-insideh:.5pt solid windowtext;
|
474
|
-
mso-border-insidev:.5pt solid windowtext;
|
475
|
-
mso-para-margin:0cm;
|
476
|
-
mso-para-margin-bottom:.0001pt;
|
477
|
-
mso-pagination:widow-orphan;
|
478
|
-
font-size:10.0pt;
|
479
|
-
font-family:$bodyfont;}
|
480
|
-
td { page-break-inside:avoid; }
|
481
|
-
tr { page-break-after:avoid; }
|
482
|
-
span.stem
|
483
|
-
{font-family:"Cambria Math",serif;
|
484
|
-
mso-ascii-font-family:"Cambria Math";
|
485
|
-
font-style:
|
486
|
-
italic;}
|
487
|
-
div.formula
|
488
|
-
{tab-stops:right 487.45pt;}
|
489
|
-
body
|
490
|
-
{tab-interval:36.0pt;}
|
491
|
-
dt
|
492
|
-
{page-break-inside:avoid;
|
493
|
-
page-break-after:avoid}
|
494
|
-
.coverpage_docnumber
|
495
|
-
{text-align:center;
|
496
|
-
font-size:14.0pt;
|
497
|
-
font-weight:bold;}
|
498
|
-
.coverpage_techcommittee
|
499
|
-
{text-align:center;}
|
500
|
-
.coverpage_docstage
|
501
|
-
{text-align:center;
|
502
|
-
font-size:30.0pt;
|
503
|
-
color:#485094;}
|
504
|
-
div.coverpage_warning
|
505
|
-
{mso-element:para-border-div;
|
506
|
-
border:solid windowtext 1.0pt #485094;
|
507
|
-
mso-border-alt:solid windowtext .5pt;
|
508
|
-
padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
509
|
-
margin-left:4.25pt;
|
510
|
-
margin-right:4.25pt}
|
511
|
-
.coverpage_warning
|
512
|
-
{color:#485094;
|
513
|
-
font-size:10.0pt;}
|
514
|
-
|
515
|
-
a.TableFootnoteRef
|
516
|
-
{mso-style-priority:99;
|
517
|
-
vertical-align:super;}
|
518
|
-
|
519
|
-
aside {
|
520
|
-
font-size:10.0pt;
|
521
|
-
}
|
522
|
-
div.example {
|
523
|
-
border:solid black .25pt;
|
524
|
-
mso-border-alt:solid black .25pt;
|
525
|
-
padding:10pt;
|
526
|
-
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
527
|
-
margin:10pt;
|
528
|
-
mso-margin-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
529
|
-
}
|
530
|
-
table.dl
|
531
|
-
{margin-top:0cm;
|
532
|
-
margin-right:0cm;
|
533
|
-
margin-bottom:11.0pt;
|
534
|
-
margin-left:20.15pt;}
|
535
|
-
ol
|
536
|
-
{margin-bottom:0cm;
|
537
|
-
margin-left:0cm;}
|
538
|
-
ul
|
539
|
-
{margin-bottom:0cm;
|
540
|
-
margin-left:0cm;}
|
541
|
-
|