metanorma-rsd 1.3.5 → 1.3.6

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: 9cf0b089331adf58937d3799eb0c97211d265ac4d7ed1a5a7712523751283b39
4
- data.tar.gz: e25ff94b625862e32f9117898d593b2b015f06642de53c28219b7b7b06174db0
3
+ metadata.gz: 986b0c0e4fdbc72679dc3b8d873cc6f8d363ead95a596186df737176d9a3753f
4
+ data.tar.gz: c2d17a201d3c476eb5e60af13a33874c441677ed8413c9a5a2ef69c70d4fad58
5
5
  SHA512:
6
- metadata.gz: f4095fda4a932fa0ea3919a4d9f782cded74536c5675b47bc824f2088d12458f1e2173ccf9c3e619c5b054ace232a454bc3377933f40a8d76438bacfe2436195
7
- data.tar.gz: 13a18cc481cf4a4dabd2b27cfb6f410bba262ac40d91a81f294f3e3546bdc6e197b2a0fd1469596860b2bbbca7c20f5ae0c2df1823bd745efabcda6ae8c46225
6
+ metadata.gz: 64b5dd3a1ac43af0464d092e1f47dc7797d207d18dcd8e0e0de14f70316c1b53620ed89d41759d9ba46cc32fe96b791cbc8687274eb9726921e2dd470f660648
7
+ data.tar.gz: 27169ae71586e2e47a4074fc231a7e684eef3426dd52ce28c2152254ce858fc1e1f05e55f95c8923022bdf4c61af1118f23fc723b8be6c75ba994d1b0ae20ded
data/README.adoc CHANGED
@@ -1,11 +1,11 @@
1
1
  = AsciiRSD: Asciidoctor processor for Ribose Standard Documents (RSD)
2
2
 
3
3
  image:https://img.shields.io/gem/v/metanorma-rsd.svg["Gem Version", link="https://rubygems.org/gems/metanorma-rsd"]
4
- image:https://img.shields.io/travis/metanorma/metanorma-rsd/master.svg["Build Status", link="https://travis-ci.org/metanorma/metanorma-rsd"]
5
- image:https://ci.appveyor.com/api/projects/status/wyay9a5q5eaj147d?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/metanorma-rsd"]
4
+ image:https://travis-ci.com/metanorma/metanorma-rsd.svg["Build Status", link="https://travis-ci.com/metanorma/metanorma-rsd"]
5
+ image:https://ci.appveyor.com/api/projects/status/col74y763yt5xaka?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/metanorma/metanorma-rsd"]
6
6
  image:https://codeclimate.com/github/metanorma/metanorma-rsd/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-rsd"]
7
-
8
- WARNING: This gem is still under development.
7
+ image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-rsd.svg["Pull Requests", link="https://github.com/metanorma/metanorma-rsd/pulls"]
8
+ image:https://img.shields.io/github/commits-since/metanorma/metanorma-rsd/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-rsd/releases"]
9
9
 
10
10
  == Functionality
11
11
 
@@ -341,11 +341,6 @@
341
341
  </oneOrMore>
342
342
  </element>
343
343
  </define>
344
- <define name="tclass">
345
- <element name="name">
346
- <text/>
347
- </element>
348
- </define>
349
344
  <define name="thead">
350
345
  <element name="thead">
351
346
  <ref name="tr"/>
@@ -515,19 +510,22 @@
515
510
  <attribute name="subsequence"/>
516
511
  </optional>
517
512
  <optional>
518
- <ref name="source"/>
513
+ <attribute name="class"/>
519
514
  </optional>
520
515
  <optional>
521
- <ref name="tname"/>
516
+ <ref name="source"/>
522
517
  </optional>
523
518
  <optional>
524
- <ref name="tclass"/>
519
+ <ref name="tname"/>
525
520
  </optional>
526
521
  <choice>
527
522
  <ref name="image"/>
528
523
  <ref name="video"/>
529
524
  <ref name="audio"/>
530
525
  <ref name="pre"/>
526
+ <oneOrMore>
527
+ <ref name="paragraph-with-footnote"/>
528
+ </oneOrMore>
531
529
  <zeroOrMore>
532
530
  <ref name="figure"/>
533
531
  </zeroOrMore>
@@ -573,9 +573,12 @@ p.Biblio, p.NormRef {
573
573
  3.6 Source Code + figures
574
574
  */
575
575
 
576
- .figure, .Sourcecode {
576
+ .Sourcecode {
577
577
  font-family: $monospacefont;
578
578
  font-variant-ligatures: none;
579
+ }
580
+
581
+ .figure, .Sourcecode, .pseudocode {
579
582
  background-color: #f7f7f7;
580
583
  font-size: 0.8em;
581
584
  line-height: 1.6em;
@@ -635,7 +638,7 @@ p.Biblio, p.NormRef {
635
638
  margin-left:-1.5em;
636
639
  }
637
640
 
638
- .example .Sourcecode {
641
+ .example .Sourcecode, .example .pseudocode {
639
642
  background: none;
640
643
  }
641
644
 
@@ -968,7 +971,7 @@ To top button
968
971
  margin-top: 1.2em;
969
972
  }
970
973
 
971
- .note, .figure, .Sourcecode, table {
974
+ .note, .figure, .Sourcecode, .pseudocode, table {
972
975
  page-break-inside: avoid;
973
976
  }
974
977
 
@@ -14,6 +14,22 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
14
14
  mso-fareast-font-family:Calibri;
15
15
  mso-bidi-font-family:"Courier New";
16
16
  mso-ansi-language:EN-GB;}
17
+ p.pseudocode, li.pseudocode, div.pseudocode
18
+ {mso-style-unhide:no;
19
+ mso-style-qformat:yes;
20
+ mso-style-parent:"";
21
+ margin-top:6.0pt;
22
+ margin-right:0cm;
23
+ margin-bottom:6.0pt;
24
+ margin-left:0cm;
25
+ text-align:left;
26
+ mso-pagination:widow-orphan;
27
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
28
+ font-size:10.0pt;
29
+ font-family:$bodyfont;
30
+ mso-fareast-font-family:Calibri;
31
+ mso-bidi-font-family:"Courier New";
32
+ mso-ansi-language:EN-GB;}
17
33
  p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
18
34
  {mso-style-unhide:no;
19
35
  mso-style-qformat:yes;
@@ -682,6 +698,10 @@ div.example p.MsoListParagraph {
682
698
  font-size: 10.0pt;
683
699
  }
684
700
 
701
+ div.Note p.MsoListParagraph {
702
+ font-size: 10.0pt;
703
+ }
704
+
685
705
  span.note_label, span.example_label, td.example_label, td.note_label
686
706
  {
687
707
  font-size: 10.0pt;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Rsd
3
- VERSION = "1.3.5"
3
+ VERSION = "1.3.6"
4
4
  end
5
5
  end
@@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
28
28
  spec.require_paths = ["lib"]
29
29
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
30
30
 
31
- spec.add_dependency "asciidoctor", "~> 1.5.7"
32
31
  spec.add_dependency "htmlentities", "~> 4.3.4"
33
32
  #spec.add_dependency "nokogiri"
34
33
  spec.add_dependency "metanorma-standoc", "~> 1.3.0"
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-rsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
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-27 00:00:00.000000000 Z
11
+ date: 2019-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: asciidoctor
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 1.5.7
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 1.5.7
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: htmlentities
29
15
  requirement: !ruby/object:Gem::Requirement