metanorma-nist 0.2.4 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ade7003156424dd8933b9db67420ee3d8d16c5abafb109750a8c48abd7ec87e
4
- data.tar.gz: 958c85c11773fd4eb70d0b6604026067e8e48962cda5ed2bdeea73d35916d42e
3
+ metadata.gz: cf40f5d0d34a9e8768dc596496b22d64d209506169a049ab0fe67295e2bdf16e
4
+ data.tar.gz: 13376ec8213f547f80ea25271110afef6761c2c50a50b53d3ebd7da0747a9b03
5
5
  SHA512:
6
- metadata.gz: 46c6f1a1a443e805b5362cd1e16d47d74a05e5586410c08ae989bfd363c5187df4c8062dd317be1cacfee085c2d0fb432c9b2def06496a287e26d242e01e5a85
7
- data.tar.gz: 6a960942edd97e79272ab858ae2f3483bb49e8bc64fecfe55e0b627f686aa5495b712cf83f9d6a5ef0f8ac9effedec06f683bbb4bad35c1acd1ea60c5f99c2d4
6
+ metadata.gz: bc7b291939afd17a3049e7708dffc62d9ea8ea9d04e8cffa3c54ddaa70d6331d225a1b7ad13a7780dad30e1a6242cb9b01cae5a4ddac892e0887bb86d3722bbd
7
+ data.tar.gz: 52c39a3863771608268551963857e33339a377b1ce23855f5a9aaf672a1a37b385669454e8f093843dc8dabccfc65d54e360cb074c505bc3124e384dbe4c92a4
@@ -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"/>
@@ -698,6 +698,9 @@ p.Formula, li.Formula, div.Formula
698
698
  mso-fareast-font-family:$bodyfont;
699
699
  mso-bidi-font-family:$bodyfont;
700
700
  mso-ansi-language:EN-GB;}
701
+ @page {
702
+ mso-facing-pages:yes;
703
+ }
701
704
  @page WordSection1 {
702
705
  size:8.5in 11.0in;
703
706
  margin:1.0in 1.0in 1.0in 1.0in;
@@ -786,6 +789,8 @@ table.MsoISOTable td
786
789
  {border:solid windowtext 1pt;
787
790
  mso-border-alt:solid windowtext 1pt;
788
791
  padding:0cm 2.85pt 0cm 2.85pt;}
792
+ table.MsoISOTable p
793
+ {font-size:10.0pt; }
789
794
  table.MsoTableGrid
790
795
  {mso-style-name:"Table Grid";
791
796
  mso-tstyle-rowband-size:0;
@@ -670,6 +670,9 @@ p.Formula, li.Formula, div.Formula
670
670
  mso-fareast-font-family:$bodyfont;
671
671
  mso-bidi-font-family:$bodyfont;
672
672
  mso-ansi-language:EN-GB;}
673
+ @page {
674
+ mso-facing-pages:yes;
675
+ }
673
676
  @page WordSection1 {
674
677
  size:8.5in 11.0in;
675
678
  margin:1.0in 1.0in 1.0in 1.0in;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module NIST
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-nist
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