isodoc 0.8.4 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -1
  3. data/Gemfile.lock +5 -3
  4. data/isodoc.gemspec +1 -0
  5. data/lib/isodoc.rb +1 -2
  6. data/lib/isodoc/convert.rb +3 -3
  7. data/lib/isodoc/function/i18n.rb +6 -3
  8. data/lib/isodoc/function/inline.rb +3 -4
  9. data/lib/isodoc/function/references.rb +2 -0
  10. data/lib/isodoc/function/section.rb +9 -11
  11. data/lib/isodoc/function/to_word_html.rb +1 -1
  12. data/lib/isodoc/function/xref_sect_gen.rb +22 -18
  13. data/lib/isodoc/headlesshtml_convert.rb +39 -0
  14. data/lib/isodoc/html_function/html.rb +1 -1
  15. data/lib/isodoc/metadata.rb +11 -78
  16. data/lib/isodoc/pdf_convert.rb +3 -2
  17. data/lib/isodoc/version.rb +1 -1
  18. data/lib/isodoc/word_function/postprocess.rb +1 -1
  19. data/spec/isodoc/blocks_spec.rb +2 -2
  20. data/spec/isodoc/i18n_spec.rb +8 -48
  21. data/spec/isodoc/inline_spec.rb +4 -0
  22. data/spec/isodoc/metadata_spec.rb +8 -31
  23. data/spec/isodoc/postproc_spec.rb +27 -13
  24. data/spec/isodoc/section_spec.rb +4 -24
  25. data/spec/isodoc/terms_spec.rb +8 -8
  26. data/spec/isodoc/xref_spec.rb +11 -19
  27. metadata +17 -16
  28. data/lib/isodoc/iso/html/header.html +0 -206
  29. data/lib/isodoc/iso/html/html_iso_intro.html +0 -34
  30. data/lib/isodoc/iso/html/html_iso_titlepage.html +0 -34
  31. data/lib/isodoc/iso/html/htmlstyle.scss +0 -46
  32. data/lib/isodoc/iso/html/isodoc.scss +0 -696
  33. data/lib/isodoc/iso/html/scripts.html +0 -174
  34. data/lib/isodoc/iso/html/style-human.scss +0 -1277
  35. data/lib/isodoc/iso/html/style-iso.scss +0 -1257
  36. data/lib/isodoc/iso/html/word_iso_intro.html +0 -72
  37. data/lib/isodoc/iso/html/word_iso_titlepage.html +0 -62
  38. data/lib/isodoc/iso/html/wordstyle.scss +0 -1175
  39. data/lib/isodoc/iso/html_convert.rb +0 -50
  40. data/lib/isodoc/iso/word_convert.rb +0 -53
  41. data/spec/isodoc/iso_spec.rb +0 -168
@@ -23,7 +23,7 @@ RSpec.describe IsoDoc do
23
23
  </termexample>
24
24
 
25
25
  <termsource status="modified">
26
- <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301: 2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
26
+ <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301:2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
27
27
  <modification>
28
28
  <p id="_e73a417d-ad39-417d-a4c8-20e4e2529489">The term "cargo rice" is shown as deprecated, and Note 1 to entry is not included here</p>
29
29
  </modification>
@@ -46,7 +46,7 @@ RSpec.describe IsoDoc do
46
46
  <p id="_19830f33-e46c-42cc-94ca-a5ef101132d5">The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p>
47
47
  </termnote>
48
48
  <termsource status="identical">
49
- <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301: 2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
49
+ <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301:2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
50
50
  </termsource></term>
51
51
  </terms>
52
52
  </sections>
@@ -81,7 +81,7 @@ RSpec.describe IsoDoc do
81
81
  </td></tr></table>
82
82
 
83
83
  <p>[TERMREF]
84
- <a href="#ISO7301">ISO 7301: 2011, 3.1</a>
84
+ <a href="#ISO7301">ISO 7301:2011, 3.1</a>
85
85
  [MODIFICATION]The term "cargo rice" is shown as deprecated, and Note 1 to entry is not included here
86
86
  [/TERMREF]</p><p class="TermNum" id="paddy">1.2</p><p class="Terms" style="text-align:left;">paddy</p><p class="AltTerms" style="text-align:left;">paddy rice</p>
87
87
  <p class="AltTerms" style="text-align:left;">rough rice</p>
@@ -95,7 +95,7 @@ RSpec.describe IsoDoc do
95
95
  <div class="Note"><p>Note 1 to entry: The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p></div>
96
96
  <div class="Note"><p>Note 2 to entry: <ul><li>A</li></ul><p id="_19830f33-e46c-42cc-94ca-a5ef101132d5">The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p></p></div>
97
97
  <p>[TERMREF]
98
- <a href="#ISO7301">ISO 7301: 2011, 3.1</a>
98
+ <a href="#ISO7301">ISO 7301:2011, 3.1</a>
99
99
  [/TERMREF]</p></div>
100
100
  </div>
101
101
  </body>
@@ -126,7 +126,7 @@ OUTPUT
126
126
  </termexample>
127
127
 
128
128
  <termsource status="modified">
129
- <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301: 2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
129
+ <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301:2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
130
130
  <modification>
131
131
  <p id="_e73a417d-ad39-417d-a4c8-20e4e2529489">The term "cargo rice" is shown as deprecated, and Note 1 to entry is not included here</p>
132
132
  </modification>
@@ -149,7 +149,7 @@ OUTPUT
149
149
  <p id="_19830f33-e46c-42cc-94ca-a5ef101132d5">The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p>
150
150
  </termnote>
151
151
  <termsource status="identical">
152
- <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301: 2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
152
+ <origin bibitemid="ISO7301" type="inline" citeas="ISO 7301:2011"><locality type="clause"><referenceFrom>3.1</referenceFrom></locality></origin>
153
153
  </termsource></term>
154
154
  </terms>
155
155
  </sections>
@@ -184,7 +184,7 @@ OUTPUT
184
184
  </td></tr></table>
185
185
 
186
186
  <p>[TERMREF]
187
- <a href="#ISO7301">ISO 7301: 2011, 3.1</a>
187
+ <a href="#ISO7301">ISO 7301:2011, 3.1</a>
188
188
  [MODIFICATION]The term "cargo rice" is shown as deprecated, and Note 1 to entry is not included here
189
189
  [/TERMREF]</p><p class="TermNum" id="paddy">1.2</p><p class="Terms" style="text-align:left;">paddy</p><p class="AltTerms" style="text-align:left;">paddy rice</p>
190
190
  <p class="AltTerms" style="text-align:left;">rough rice</p>
@@ -198,7 +198,7 @@ OUTPUT
198
198
  <div class="Note"><p class="Note">Note 1 to entry: The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p></div>
199
199
  <div class="Note"><p class="Note">Note 2 to entry: <ul><li>A</li></ul><p id="_19830f33-e46c-42cc-94ca-a5ef101132d5">The starch of waxy rice consists almost entirely of amylopectin. The kernels have a tendency to stick together after cooking.</p></p></div>
200
200
  <p>[TERMREF]
201
- <a href="#ISO7301">ISO 7301: 2011, 3.1</a>
201
+ <a href="#ISO7301">ISO 7301:2011, 3.1</a>
202
202
  [/TERMREF]</p></div>
203
203
  </div>
204
204
  </body>
@@ -848,6 +848,7 @@ RSpec.describe IsoDoc do
848
848
  <title>Foreword</title>
849
849
  <p id="A">This is a preamble
850
850
  <xref target="C"/>
851
+ <xref target="C1"/>
851
852
  <xref target="D"/>
852
853
  <xref target="H"/>
853
854
  <xref target="I"/>
@@ -860,16 +861,13 @@ RSpec.describe IsoDoc do
860
861
  <xref target="P"/>
861
862
  <xref target="Q"/>
862
863
  <xref target="Q1"/>
863
- <xref target="Q2"/>
864
864
  <xref target="R"/>
865
865
  </p>
866
866
  </foreword>
867
867
  <introduction id="B" obligation="informative"><title>Introduction</title><clause id="C" inline-header="false" obligation="informative">
868
868
  <title>Introduction Subsection</title>
869
869
  </clause>
870
- <patent-notice>
871
- <p>This is patent boilerplate</p>
872
- </patent-notice>
870
+ <clause id="C1" inline-header="false" obligation="informative">Text</clause>
873
871
  </introduction></preface><sections>
874
872
  <clause id="D" obligation="normative">
875
873
  <title>Scope</title>
@@ -910,9 +908,6 @@ RSpec.describe IsoDoc do
910
908
  <title>Annex A.1a</title>
911
909
  </clause>
912
910
  </clause>
913
- <appendix id="Q2" inline-header="false" obligation="normative">
914
- <title>An Appendix</title>
915
- </appendix>
916
911
  </annex><bibliography><references id="R" obligation="informative">
917
912
  <title>Normative References</title>
918
913
  </references><clause id="S" obligation="informative">
@@ -929,7 +924,8 @@ RSpec.describe IsoDoc do
929
924
  <div>
930
925
  <h1 class="ForewordTitle">Foreword</h1>
931
926
  <p id="A">This is a preamble
932
- <a href="#C">0.1</a>
927
+ <a href="#C">Introduction Subsection</a>
928
+ <a href="#C1">Introduction, 2</a>
933
929
  <a href="#D">Clause 1</a>
934
930
  <a href="#H">Clause 3</a>
935
931
  <a href="#I">3.1</a>
@@ -942,18 +938,17 @@ RSpec.describe IsoDoc do
942
938
  <a href="#P">Annex A</a>
943
939
  <a href="#Q">A.1</a>
944
940
  <a href="#Q1">A.1.1</a>
945
- <a href="#Q2">Annex A, Appendix 1</a>
946
941
  <a href="#R">Clause 2</a>
947
942
  </p>
948
943
  </div>
949
944
  <br/>
950
- <div class="Section3" id="B">
951
- <h1 class="IntroTitle">0.&#160; Introduction</h1>
952
- <div id="C">
953
- <h2>0.1. Introduction Subsection</h2>
954
- </div>
955
- <p>This is patent boilerplate</p>
956
- </div>
945
+ <div class="Section3" id="B">
946
+ <h1 class="IntroTitle">Introduction</h1>
947
+ <div id="C">
948
+ <h2>Introduction Subsection</h2>
949
+ </div>
950
+ <div id="C1">Text</div>
951
+ </div>
957
952
  <p class="zzSTDTitle1"/>
958
953
  <div id="D">
959
954
  <h1>1.&#160; Scope</h1>
@@ -1008,9 +1003,6 @@ RSpec.describe IsoDoc do
1008
1003
  <div id="Q1">
1009
1004
  <h3>A.1.1. Annex A.1a</h3>
1010
1005
  </div>
1011
- </div>
1012
- <div id="Q2">
1013
- <h2>Appendix 1. An Appendix</h2>
1014
1006
  </div>
1015
1007
  </div>
1016
1008
  <br/>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isodoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-14 00:00:00.000000000 Z
11
+ date: 2018-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciimath
@@ -150,6 +150,20 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: metanorma
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: 0.2.6
160
+ type: :runtime
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: 0.2.6
153
167
  - !ruby/object:Gem::Dependency
154
168
  name: bundler
155
169
  requirement: !ruby/object:Gem::Requirement
@@ -336,24 +350,12 @@ files:
336
350
  - lib/isodoc/function/utils.rb
337
351
  - lib/isodoc/function/xref_gen.rb
338
352
  - lib/isodoc/function/xref_sect_gen.rb
353
+ - lib/isodoc/headlesshtml_convert.rb
339
354
  - lib/isodoc/html_convert.rb
340
355
  - lib/isodoc/html_function.rb
341
356
  - lib/isodoc/html_function/comments.rb
342
357
  - lib/isodoc/html_function/footnotes.rb
343
358
  - lib/isodoc/html_function/html.rb
344
- - lib/isodoc/iso/html/header.html
345
- - lib/isodoc/iso/html/html_iso_intro.html
346
- - lib/isodoc/iso/html/html_iso_titlepage.html
347
- - lib/isodoc/iso/html/htmlstyle.scss
348
- - lib/isodoc/iso/html/isodoc.scss
349
- - lib/isodoc/iso/html/scripts.html
350
- - lib/isodoc/iso/html/style-human.scss
351
- - lib/isodoc/iso/html/style-iso.scss
352
- - lib/isodoc/iso/html/word_iso_intro.html
353
- - lib/isodoc/iso/html/word_iso_titlepage.html
354
- - lib/isodoc/iso/html/wordstyle.scss
355
- - lib/isodoc/iso/html_convert.rb
356
- - lib/isodoc/iso/word_convert.rb
357
359
  - lib/isodoc/metadata.rb
358
360
  - lib/isodoc/pdf_convert.rb
359
361
  - lib/isodoc/version.rb
@@ -380,7 +382,6 @@ files:
380
382
  - spec/isodoc/footnotes_spec.rb
381
383
  - spec/isodoc/i18n_spec.rb
382
384
  - spec/isodoc/inline_spec.rb
383
- - spec/isodoc/iso_spec.rb
384
385
  - spec/isodoc/lists_spec.rb
385
386
  - spec/isodoc/metadata_spec.rb
386
387
  - spec/isodoc/postproc_spec.rb
@@ -1,206 +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=eha>
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>{{ docnumber }}:{{ docyear }}(E){{ draftinfo }}</span></p>
70
-
71
- </div>
72
-
73
- <div style='mso-element:header' id=ha>
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
- {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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=efa>
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
- {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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>{{ docnumber }}:{{ docyear }}(E){{ draftinfo }}</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>{{ docnumber }}:{{ docyear }}(E){{ draftinfo }}</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
- {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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'>© {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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
- {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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'>© {{ agency }}&nbsp;{{ docyear }}&nbsp;– 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
- <div style='mso-element:footer' id=f4>
183
-
184
- <p class=MsoFooter><b style='mso-bidi-font-weight:normal'><span>ICS {{ ics }}<o:p></o:p></span></b></p>
185
-
186
- <p class=MsoFooter style='margin-top:0cm'><span lang=EN-AU style='font-size:
187
- 10.0pt;mso-ansi-language:EN-AU'>Price based on </span><!--[if supportFields]><span
188
- lang=EN-AU style='font-size:10.0pt;mso-ansi-language:EN-AU'><span
189
- style='mso-element:field-begin'></span><span style='mso-spacerun:yes'> </span>NUMPAGES<span
190
- style='mso-spacerun:yes'>  </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
191
- lang=EN-AU style='font-size:10.0pt;mso-ansi-language:EN-AU'><span
192
- style='mso-no-proof:yes'>26</span></span><!--[if supportFields]><span
193
- lang=EN-AU style='font-size:10.0pt;mso-ansi-language:EN-AU'><span
194
- style='mso-element:field-end'></span></span><![endif]--><span lang=EN-AU
195
- style='font-size:10.0pt;mso-ansi-language:EN-AU'> pages<o:p></o:p></span></p>
196
-
197
- <p class=MsoFooter><span lang=EN-AU style='font-size:10.0pt;'>©
198
- {{ agency }}&nbsp;{{ docyear }}&nbsp;– All rights reserved<o:p></o:p></span></p>
199
-
200
- </div>
201
-
202
-
203
-
204
- </body>
205
-
206
- </html>
@@ -1,34 +0,0 @@
1
- <div class="copyright">
2
- <p class="year">
3
- &copy; {{ agency }} {{ docyear }}, Published in Switzerland
4
- </p>
5
-
6
- <p class="message">
7
- All rights
8
- reserved. Unless otherwise specified, no part of this publication may be
9
- reproduced or utilized otherwise in any form or by any means, electronic or
10
- mechanical, including photocopying, or posting on the internet or an intranet,
11
- without prior written permission. Permission can be requested from either ISO
12
- at the address below or ISO’s member body in the country of the requester.
13
- </p>
14
-
15
- <p class="name">ISO copyright office</p>
16
- <p class="address">
17
- Ch. de Blandonnet 8 &#x2022; CP 401<br/>
18
- CH-1214 Vernier, Geneva, Switzerland<br/>
19
- Tel.&nbsp;&nbsp;+ 41 22 749 01 11<br/>
20
- Fax&nbsp;&nbsp;+ 41 22 749 09 47<br/>
21
- copyright@iso.org<br/>
22
- www.iso.org
23
- </p>
24
- </div>
25
-
26
-
27
- </div>
28
-
29
- <nav>
30
-
31
- <h1 id="content">Contents</h1>
32
- <div id="toc"></div>
33
-
34
- </nav>