metanorma-unece 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d186a9b0a4e2be3fe56017650701e47c8fe4cb55e4bc689ced7bf2279b29fecf
4
- data.tar.gz: d1ec6aad5d792df9ad536a7b9ca6c0921d455bc10d5ba188daf2dd86c6e1735a
3
+ metadata.gz: 86ef645116b799c57f0960b2a6d820a8cc392291575ae950eacbcb032f5ba0d3
4
+ data.tar.gz: 3d318fb30f51174cfcbdd211e690bdb7cdd6c94560101b630ff1e2996ba76472
5
5
  SHA512:
6
- metadata.gz: f5db984f5783f1e20faba52608636b657f4aa35d663041807323174ddfcb1e7a861cb2fbf3b7e6dd516d0ee57d531af891ae623f91c169225f8a0178cd0a9497
7
- data.tar.gz: e78a749e64c11425a8857b9ca07cee72165dac17ef82120a84fdd634619ff6f55aecd0857ac25f2bf2817a8a6eaab0847f6fc6b8cde46912a1c5da8a36ecda03
6
+ metadata.gz: 22919fb21937afe57ce74d259e90523a73fbdb6a89e7c0a41bd83ca2ea812d6c93ab8d50009eff5c7ccf29af40babe8cf56819a7c0c323d78f47643f6e24e085
7
+ data.tar.gz: 031274614aeed46a844d873552ed0744c16caa192f4147c4235ee326e0da7ef3c4bfd2c8abc0ca6b8bafb664fc04fbf9e761cf72805f76a9e370652100f971c5
@@ -336,7 +336,9 @@
336
336
  </define>
337
337
  <define name="tname">
338
338
  <element name="name">
339
- <text/>
339
+ <oneOrMore>
340
+ <ref name="PureTextElement"/>
341
+ </oneOrMore>
340
342
  </element>
341
343
  </define>
342
344
  <define name="tclass">
@@ -812,6 +814,9 @@
812
814
  <optional>
813
815
  <attribute name="alt"/>
814
816
  </optional>
817
+ <optional>
818
+ <attribute name="title"/>
819
+ </optional>
815
820
  <optional>
816
821
  <attribute name="longdesc">
817
822
  <data type="anyURI"/>
@@ -850,6 +855,9 @@
850
855
  <optional>
851
856
  <attribute name="alt"/>
852
857
  </optional>
858
+ <optional>
859
+ <attribute name="title"/>
860
+ </optional>
853
861
  <optional>
854
862
  <attribute name="longdesc">
855
863
  <data type="anyURI"/>
@@ -875,6 +883,9 @@
875
883
  <optional>
876
884
  <attribute name="alt"/>
877
885
  </optional>
886
+ <optional>
887
+ <attribute name="title"/>
888
+ </optional>
878
889
  <optional>
879
890
  <attribute name="longdesc">
880
891
  <data type="anyURI"/>
@@ -919,6 +919,7 @@
919
919
  <choice>
920
920
  <value>main</value>
921
921
  <value>alt</value>
922
+ <text/>
922
923
  </choice>
923
924
  </define>
924
925
  <define name="seriesorganization">
@@ -252,7 +252,11 @@
252
252
  </zeroOrMore>
253
253
  </group>
254
254
  <oneOrMore>
255
- <ref name="clause-subsection"/>
255
+ <choice>
256
+ <ref name="clause-subsection"/>
257
+ <ref name="terms"/>
258
+ <ref name="definitions"/>
259
+ </choice>
256
260
  </oneOrMore>
257
261
  </choice>
258
262
  </define>
@@ -215,8 +215,14 @@
215
215
  <optional>
216
216
  <ref name="section-title"/>
217
217
  </optional>
218
+ <zeroOrMore>
219
+ <ref name="BasicBlock"/>
220
+ </zeroOrMore>
218
221
  <zeroOrMore>
219
222
  <ref name="bibitem"/>
223
+ <zeroOrMore>
224
+ <ref name="note"/>
225
+ </zeroOrMore>
220
226
  </zeroOrMore>
221
227
  <zeroOrMore>
222
228
  <ref name="references"/>
@@ -244,6 +250,9 @@
244
250
  </choice>
245
251
  </attribute>
246
252
  </optional>
253
+ <zeroOrMore>
254
+ <ref name="BasicBlock"/>
255
+ </zeroOrMore>
247
256
  <ref name="dl"/>
248
257
  </element>
249
258
  </define>
@@ -271,6 +280,9 @@
271
280
  <optional>
272
281
  <ref name="section-title"/>
273
282
  </optional>
283
+ <zeroOrMore>
284
+ <ref name="BasicBlock"/>
285
+ </zeroOrMore>
274
286
  <choice>
275
287
  <oneOrMore>
276
288
  <ref name="term"/>
@@ -528,6 +528,9 @@ p.Formula, li.Formula, div.Formula
528
528
  mso-fareast-font-family:$bodyfont;
529
529
  mso-bidi-font-family:$bodyfont;
530
530
  mso-ansi-language:EN-GB;}
531
+ @page {
532
+ mso-facing-pages:yes;
533
+ }
531
534
  @page WordSection1
532
535
  {size:595.3pt 841.9pt;
533
536
  margin:39.7pt 53.85pt 1.0cm 53.85pt;
@@ -603,6 +606,8 @@ table.MsoISOTable th
603
606
  {border:solid windowtext 1pt;
604
607
  mso-border-alt:solid windowtext 1pt;
605
608
  padding:0cm 2.85pt 0cm 2.85pt;}
609
+ table.MsoISOTable p
610
+ {font-size:10.0pt; }
606
611
  table.MsoISOTable td
607
612
  {border:solid windowtext 1pt;
608
613
  mso-border-alt:solid windowtext 1pt;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Unece
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-unece
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-10 00:00:00.000000000 Z
11
+ date: 2019-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor