metanorma-csd 1.3.3 → 1.3.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: 45f34c23586c6eecb6337386a86ed6d30277f6d080a963c6329d74f5d474f3cb
4
- data.tar.gz: c6f24202a6053d4acb1692f1fe44bd51e95cc0e46019cc5a6854b127fecf18f0
3
+ metadata.gz: 205cbdf30c3042b3dbb656f841f0f91e06459b810553446f8fad73fc0988a75f
4
+ data.tar.gz: bf31618e2b62723c21aeb7a03324af3a2cb5801d1a45817f400d9f45b361ecb4
5
5
  SHA512:
6
- metadata.gz: 69f5ba74b5cf360cf36ea346f75b5d0baf1463d043a47cfa1d2a12e08ccee74544eaeac402aeda6e5064697df93750d8508d2e90652825c4104fe19f525e86c6
7
- data.tar.gz: dbf2cbcad52edf0a0238352a3a774bea786061c9559d3444b3db0ea4878ff31d8cadc3da8fc34867da325e8d36cac3a23d89e8a1032f30a68814b2cffda9bc49
6
+ metadata.gz: b825b54d1322bdb05d0c611584f31000bfe8c3c79201b05a3e05e8242a784d173e80be3282e719feb8eaf8d0a1e850adc43bab9c19ae37fdf96d5e57b42a55bd
7
+ data.tar.gz: 1402c09d61eb7aa43c1ca6f53043095ede6df4d4b6b8574ae7c745bba7644ab720652859bcb41980f6ac627e8e9d18f2b0f2baefda60ce4a2a52c1236edeec52
@@ -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"/>
@@ -514,6 +514,9 @@ p.Formula, li.Formula, div.Formula
514
514
  mso-fareast-font-family:$bodyfont;
515
515
  mso-bidi-font-family:$bodyfont;
516
516
  mso-ansi-language:EN-GB;}
517
+ @page {
518
+ mso-facing-pages:yes;
519
+ }
517
520
  @page WordSection1
518
521
  {size:595.3pt 841.9pt;
519
522
  margin:39.7pt 53.85pt 1.0cm 53.85pt;
@@ -585,6 +588,8 @@ table.MsoISOTable td
585
588
  {border:solid windowtext 1pt;
586
589
  mso-border-alt:solid windowtext 1pt;
587
590
  padding:0cm 2.85pt 0cm 2.85pt;}
591
+ table.MsoISOTable p
592
+ {font-size:10.0pt; }
588
593
  table.MsoTableGrid
589
594
  {mso-style-name:"Table Grid";
590
595
  mso-tstyle-rowband-size:0;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Csd
3
- VERSION = "1.3.3"
3
+ VERSION = "1.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.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: metanorma-standoc