metanorma-ogc 0.2.6 → 0.2.7

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: 25abd22b18ed083ceb439290e92d34eec9fe44bd21973d6a093af777165cd393
4
- data.tar.gz: fdda198c84c2c36770ac395f2c4f86db5fb5d46e1d645285f9733c34fe22ce4f
3
+ metadata.gz: da10eb06532ebade9e5df1ed002c5ee16da09be7f8ec509c5ac53333720d5fcc
4
+ data.tar.gz: 2870719863f353af2c96a9f64d2dbb867d45598d1a33bc709bf6023038bb13fb
5
5
  SHA512:
6
- metadata.gz: aff85c09cb9cb2e9314a2d9faf8dc37f4b0032e9c3f47c85c5eb059047ca1d40a52c1b935acbe9968a103c8721ce01759000313bc8a5924f4c76d15e4f6e115b
7
- data.tar.gz: 2005e1967df7e18cf4f372155e62204d056a8913fac7f47149da301faf315bc7c81dc4e5b3f1b2797aa2e5eca96d93729abce6c44e40edd828c8f06ce1cfd948
6
+ metadata.gz: 0cedb470a5c9720af1b8396c65d76c9da5f79f3c2af773b46e3e612556e5853f34c8fe20ceb1f0de0b6e7e046fb26a7edf5f9f4cce3d2f465519adda453df1e0
7
+ data.tar.gz: 17549f25b800460900855423efd0670a9e1f84c28550c3bddcbacef9dcbcb34df9ff2ed05f98ffa47b0cbb47db5e136007a686b6d283ffec0bef27e858635532
data/README.adoc CHANGED
@@ -1,11 +1,11 @@
1
1
  = metanorma-ogc: Metanorma processor for the Open Geospatial Consortium document class
2
2
 
3
3
  image:https://img.shields.io/gem/v/metanorma-ogc.svg["Gem Version", link="https://rubygems.org/gems/metanorma-ogc"]
4
- image:https://img.shields.io/travis/metanorma/metanorma-ogc/master.svg["Build Status", link="https://travis-ci.com/metanorma/metanorma-ogc"]
5
- image:https://ci.appveyor.com/api/projects/status/odgc3ltblokvd6e7?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/metanorma-ogc"]
4
+ image:https://travis-ci.com/metanorma/metanorma-ogc.svg["Build Status", link="https://travis-ci.com/metanorma/metanorma-ogc"]
5
+ image:https://ci.appveyor.com/api/projects/status/skjvy856hpon74tj?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/metanorma/metanorma-ogc"]
6
6
  image:https://codeclimate.com/github/metanorma/metanorma-ogc/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-ogc"]
7
-
8
- WARNING: This gem is still under development.
7
+ image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-ogc.svg["Pull Requests", link="https://github.com/metanorma/metanorma-ogc/pulls"]
8
+ image:https://img.shields.io/github/commits-since/metanorma/metanorma-ogc/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-ogc/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>
@@ -554,9 +554,12 @@ p.Biblio, p.NormRef {
554
554
  3.6 Source Code + figures
555
555
  */
556
556
 
557
- .figure, .Sourcecode {
557
+ .Sourcecode {
558
558
  font-family: $monospacefont;
559
559
  font-variant-ligatures: none;
560
+ }
561
+
562
+ .figure, .Sourcecode, .pseudocode {
560
563
  background-color: #e1eef1;
561
564
  color: #424242;
562
565
  font-size: 0.8em;
@@ -632,7 +635,7 @@ p.Biblio, p.NormRef {
632
635
  margin-left:-1.5em;
633
636
  }
634
637
 
635
- .example .Sourcecode {
638
+ .example .Sourcecode, .example .pseudocode {
636
639
  background: none;
637
640
  }
638
641
 
@@ -1066,7 +1069,7 @@ To top button
1066
1069
  margin-top: 1.2em;
1067
1070
  }
1068
1071
 
1069
- .note, .figure, .Sourcecode, table {
1072
+ .note, .figure, .Sourcecode, .pseudocode, table {
1070
1073
  page-break-inside: avoid;
1071
1074
  }
1072
1075
 
@@ -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;
@@ -705,6 +721,10 @@ div.example p.MsoListParagraph {
705
721
  font-size: 10.0pt;
706
722
  }
707
723
 
724
+ div.Note p.MsoListParagraph {
725
+ font-size: 10.0pt;
726
+ }
727
+
708
728
  span.note_label, span.example_label, td.example_label, td.note_label
709
729
  {
710
730
  font-size: 10.0pt;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
24
24
  spec.require_paths = ["lib"]
25
25
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
26
26
 
27
- spec.add_dependency "asciidoctor", "~> 1.5.7"
28
27
  spec.add_dependency "htmlentities", "~> 4.3.4"
29
28
  spec.add_dependency "ruby-jing"
30
29
  spec.add_dependency "metanorma-standoc", "~> 1.3.0"
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
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