metanorma-vsd 0.5.3 → 0.5.4

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: 84922d3734965c916ed3add9224ea08a21221af6d0b9afd18bd9a91289fbd4c5
4
- data.tar.gz: 873066edb517cb1f18b25d44e3f7d750c5388c78ddc836aa3db6bb830b5a0793
3
+ metadata.gz: 6a341a4935807531d94018bb5e1e6456f0ea0d6a38d6047bde5f72b36d468645
4
+ data.tar.gz: ad2af5bfc927c3411153e37977e00d39d2c8bb33b8be118dc062536393ed4ef5
5
5
  SHA512:
6
- metadata.gz: 67e535ce1a15e4450a246326a8641f37051babc8abcb187b0de4a627669e17e31913068b066158f443d76ef4e21cedcad1da354b442ba8ca6d5767f25a70df5d
7
- data.tar.gz: 807c2fb29fc75d9aa763eb93efee0a255dab712479df92be0de2a31bf98c6cdf99a2b3ba05d4c3aeaafdb66958b62ac0aba97181f2c4ff4d44ad0bed55db03a5
6
+ metadata.gz: 0cabc8dc1924cbc4ae053b13906c8a7b129ebe0f927f1c0f41506400678eed84241352ae51fc5e9113c0a1ff42bafe297a2def8a44bd8186760649c19cdbb979
7
+ data.tar.gz: 448bfb6fb0611669c044736345286988d0691caa55183cbb89e8e33e983e0a8ee8f302358dd45c520cf806c7db54664a85aba936fab211d4f28b968f7266d5cf
@@ -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"/>
@@ -403,6 +403,9 @@ p.Formula, li.Formula, div.Formula
403
403
  mso-fareast-font-family:$bodyfont;
404
404
  mso-bidi-font-family:$bodyfont;
405
405
  mso-ansi-language:EN-GB;}
406
+ @page {
407
+ mso-facing-pages:yes;
408
+ }
406
409
  @page WordSection1
407
410
  {size:595.3pt 841.9pt;
408
411
  margin:39.7pt 53.85pt 1.0cm 53.85pt;
@@ -474,6 +477,8 @@ table.MsoISOTable td
474
477
  {border:solid windowtext 1pt;
475
478
  mso-border-alt:solid windowtext 1pt;
476
479
  padding:0cm 2.85pt 0cm 2.85pt;}
480
+ table.MsoISOTable p
481
+ {font-size:10.0pt; }
477
482
  table.MsoTableGrid
478
483
  {mso-style-name:"Table Grid";
479
484
  mso-tstyle-rowband-size:0;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Vsd
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-vsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
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