metanorma-vsd 0.5.5 → 0.5.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: 7fc29b915bdabd4d918ef9da464c4130fdaabd413d0be1e59af2a2b7361d6978
4
- data.tar.gz: f0e24bf8c1420c7c96facc83a3ee2ca69593769f37f7ae4d5bb01832a98b4303
3
+ metadata.gz: 1ce1a2c93a35081a0774df586cca5f9ad54e51293743ac90a191ef5762db81d6
4
+ data.tar.gz: a0f93a3d02b550a9e3ed9c10b66349d75e8fc9c4fdec74d7514a1fea0a4b005a
5
5
  SHA512:
6
- metadata.gz: f49c488ae7382e652cc3c25ff34a3007566878c29e92f33e7d02bb681b4d4c4079cdb27d22e4851c6fb2d1186c67cdaae154856c988f03440bece516a1ecc1b4
7
- data.tar.gz: e9a21832846d9db190705bf62346e0d3c076e4ee09f50800b0a06ee0b08bf16532f88e5c911978315793e006322efaf70be336feb5cd954d5683c57842122cc4
6
+ metadata.gz: e4ec6b4aebad9e0d4478390257ffead9ce13f20f5db4d8e738450566c63174e884576db6efc77e481cbb99fbf761b39487db11435b9c81c3e1d0654427e96c31
7
+ data.tar.gz: f11e0b6dfaac1973fac566398ee0e3290e1c8774ca13c35115ea1931c09f4fa1bb1db4e1f0fff592f70188dae52b841312e1289f736b3c827d83dba369fb1824
@@ -1,12 +1,11 @@
1
1
  = Metanorma for VSD: Metanorma processor for Vitagreen Standard Documents (VSD)
2
2
 
3
3
  image:https://img.shields.io/gem/v/metanorma-vsd.svg["Gem Version", link="https://rubygems.org/gems/metanorma-vsd"]
4
- image:https://img.shields.io/travis/riboseinc/metanorma-vsd/master.svg["Build Status", link="https://travis-ci.org/riboseinc/metanorma-vsd"]
5
- image:https://codeclimate.com/github/riboseinc/metanorma-vsd/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/metanorma-vsd"]
6
- image:https://ci.appveyor.com/api/projects/status/525uihjhrm2e9s4f?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/metanorma-vsd"]
7
-
8
-
9
- WARNING: This gem is still under development.
4
+ image:https://travis-ci.com/metanorma/metanorma-vsd.svg["Build Status", link="https://travis-ci.com/metanorma/metanorma-vsd"]
5
+ image:https://ci.appveyor.com/api/projects/status/8ugivqot7pi03naw?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/metanorma/metanorma-vsd"]
6
+ image:https://codeclimate.com/github/metanorma/metanorma-vsd/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-vsd"]
7
+ image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-vsd.svg["Pull Requests", link="https://github.com/metanorma/metanorma-vsd/pulls"]
8
+ image:https://img.shields.io/github/commits-since/metanorma/metanorma-vsd/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-vsd/releases"]
10
9
 
11
10
  == Functionality
12
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>
@@ -566,6 +566,10 @@ p.Biblio, p.NormRef {
566
566
 
567
567
  .figure, .Sourcecode {
568
568
  font-family: $monospacefont;
569
+ font-variant-ligatures: none;
570
+ }
571
+
572
+ .figure, .Sourcecode, .pseudocode {
569
573
  background-color: #f7f7f7;
570
574
  font-size: 0.8em;
571
575
  line-height: 1.6em;
@@ -612,6 +616,10 @@ p.Biblio, p.NormRef {
612
616
  margin-top:0;
613
617
  }
614
618
 
619
+ .example .Sourcecode, .example .pseudocode {
620
+ background: none;
621
+ }
622
+
615
623
  /*
616
624
  3.9 Tables
617
625
  */
@@ -939,7 +947,7 @@ To top button
939
947
  margin-top: 1.2em;
940
948
  }
941
949
 
942
- .note, .figure, .Sourcecode, table {
950
+ .note, .figure, .Sourcecode, .pseudocode, table {
943
951
  page-break-inside: avoid;
944
952
  }
945
953
 
@@ -1,4 +1,20 @@
1
1
  p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
2
+ {mso-style-unhide:no;
3
+ mso-style-qformat:yes;
4
+ mso-style-parent:"";
5
+ margin-top:6.0pt;
6
+ margin-right:0cm;
7
+ margin-bottom:6.0pt;
8
+ margin-left:0cm;
9
+ text-align:left;
10
+ mso-pagination:widow-orphan;
11
+ 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;
12
+ font-size:10.0pt;
13
+ font-family:$monospacefont;
14
+ mso-fareast-font-family:Calibri;
15
+ mso-bidi-font-family:"Courier New";
16
+ mso-ansi-language:EN-GB;}
17
+ p.pseudocode, li.pseudocode, div.pseudocode
2
18
  {mso-style-unhide:no;
3
19
  mso-style-qformat:yes;
4
20
  mso-style-parent:"";
@@ -10,7 +26,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
10
26
  mso-pagination:widow-orphan;
11
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;
12
28
  font-size:10.0pt;
13
- font-family:$monospacefont;
29
+ font-family:$bodyfont;
14
30
  mso-fareast-font-family:Calibri;
15
31
  mso-bidi-font-family:"Courier New";
16
32
  mso-ansi-language:EN-GB;}
@@ -567,6 +583,10 @@ div.example p.MsoListParagraph {
567
583
  font-size: 10.0pt;
568
584
  }
569
585
 
586
+ div.Note p.MsoListParagraph {
587
+ font-size: 10.0pt;
588
+ }
589
+
570
590
 
571
591
  table.dl
572
592
  {margin-top:0cm;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Vsd
3
- VERSION = "0.5.5"
3
+ VERSION = "0.5.6"
4
4
  end
5
5
  end
@@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
26
26
  spec.require_paths = ["lib"]
27
27
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
28
28
 
29
- spec.add_dependency "asciidoctor", "~> 1.5.7"
30
29
  spec.add_dependency "htmlentities", "~> 4.3.4"
31
30
  #spec.add_dependency "nokogiri"
32
31
  spec.add_dependency "metanorma-iso", "~> 1.3.0"
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-vsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.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