metanorma-m3d 1.3.5 → 1.3.6
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 +4 -4
- data/README.adoc +4 -4
- data/lib/asciidoctor/m3d/basicdoc.rng +6 -8
- data/lib/isodoc/m3d/html/htmlstyle.scss +5 -2
- data/lib/isodoc/m3d/html/m3d.scss +21 -0
- data/lib/metanorma/m3d/version.rb +1 -1
- data/metanorma-m3d.gemspec +0 -1
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa5fb7e55885855c5a70ea3bba3b6e623effee1b6e293e1692ca6c4438b4faa6
|
|
4
|
+
data.tar.gz: 17d89b5221d09b681323630ed9347cd47c37372c45d874f8c000bf25892d2bd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ba75765b002aa5b9db0ce56ab8766f7c6689fc97b8c135916bd9c01388f87a6269b585d9fd7f17ad6e3fc83d8f09277aca51899044d464c7007820ff509d00e
|
|
7
|
+
data.tar.gz: a08aea9c50f24c6d8297a4454f5bee7d5da3791b8529a78f8007678e2dd0983e5d06cfd65b61359b42b0bc7952fabc148a4dd76a8dc65ad5c5d8c80494de2d29
|
data/README.adoc
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
= Metanorma processor for M3AAWG documents (M3D)
|
|
2
2
|
|
|
3
3
|
image:https://img.shields.io/gem/v/metanorma-m3d.svg["Gem Version", link="https://rubygems.org/gems/metanorma-m3d"]
|
|
4
|
-
image:https://
|
|
5
|
-
image:https://ci.appveyor.com/api/projects/status/
|
|
4
|
+
image:https://travis-ci.com/metanorma/metanorma-m3d.svg["Build Status", link="https://travis-ci.com/metanorma/metanorma-m3d"]
|
|
5
|
+
image:https://ci.appveyor.com/api/projects/status/7yoe4qtfcof9196n?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/metanorma/metanorma-m3d"]
|
|
6
6
|
image:https://codeclimate.com/github/metanorma/metanorma-m3d/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-m3d"]
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-m3d.svg["Pull Requests", link="https://github.com/metanorma/metanorma-m3d/pulls"]
|
|
8
|
+
image:https://img.shields.io/github/commits-since/metanorma/metanorma-m3d/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-m3d/releases"]
|
|
9
9
|
|
|
10
10
|
_Formerly known as_ `asciidoctor-m3d`.
|
|
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
|
-
<
|
|
513
|
+
<attribute name="class"/>
|
|
519
514
|
</optional>
|
|
520
515
|
<optional>
|
|
521
|
-
<ref name="
|
|
516
|
+
<ref name="source"/>
|
|
522
517
|
</optional>
|
|
523
518
|
<optional>
|
|
524
|
-
<ref name="
|
|
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>
|
|
@@ -582,9 +582,12 @@ p.Biblio, p.NormRef {
|
|
|
582
582
|
3.6 Source Code + figures
|
|
583
583
|
*/
|
|
584
584
|
|
|
585
|
-
.
|
|
585
|
+
.Sourcecode {
|
|
586
586
|
font-family: $monospacefont;
|
|
587
587
|
font-variant-ligatures: none;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.figure, .Sourcecode, .pseudocode {
|
|
588
591
|
font-size: 0.8em;
|
|
589
592
|
line-height: 1.6em;
|
|
590
593
|
padding: 1.5em;
|
|
@@ -648,7 +651,7 @@ p.Biblio, p.NormRef {
|
|
|
648
651
|
}
|
|
649
652
|
|
|
650
653
|
|
|
651
|
-
.example .Sourcecode {
|
|
654
|
+
.example .Sourcecode, .example .pseudocode {
|
|
652
655
|
background: none;
|
|
653
656
|
}
|
|
654
657
|
|
|
@@ -15,6 +15,23 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
|
|
15
15
|
mso-fareast-font-family:Calibri;
|
|
16
16
|
mso-bidi-font-family:"Courier New";
|
|
17
17
|
mso-ansi-language:EN-GB;}
|
|
18
|
+
p.pseudocode, li.pseudocode, div.pseudocode
|
|
19
|
+
{mso-style-unhide:no;
|
|
20
|
+
mso-style-qformat:yes;
|
|
21
|
+
mso-style-parent:"";
|
|
22
|
+
margin-top:0cm;
|
|
23
|
+
margin-right:0cm;
|
|
24
|
+
margin-bottom:12.0pt;
|
|
25
|
+
margin-left:0cm;
|
|
26
|
+
text-align:left;
|
|
27
|
+
line-height:12.0pt;
|
|
28
|
+
mso-pagination:widow-orphan;
|
|
29
|
+
tab-stops:20.15pt;
|
|
30
|
+
font-size:9.0pt;
|
|
31
|
+
font-family:$bodyfont;
|
|
32
|
+
mso-fareast-font-family:Calibri;
|
|
33
|
+
mso-bidi-font-family:"Courier New";
|
|
34
|
+
mso-ansi-language:EN-GB;}
|
|
18
35
|
p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
|
|
19
36
|
{mso-style-unhide:no;
|
|
20
37
|
mso-style-qformat:yes;
|
|
@@ -706,6 +723,10 @@ div.example p.MsoListParagraph {
|
|
|
706
723
|
font-size: 10.0pt;
|
|
707
724
|
}
|
|
708
725
|
|
|
726
|
+
div.Note p.MsoListParagraph {
|
|
727
|
+
font-size: 10.0pt;
|
|
728
|
+
}
|
|
729
|
+
|
|
709
730
|
span.note_label, span.example_label, td.example_label, td.note_label
|
|
710
731
|
{
|
|
711
732
|
font-size: 10.0pt;
|
data/metanorma-m3d.gemspec
CHANGED
|
@@ -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 "asciimath"
|
|
33
32
|
spec.add_dependency "htmlentities", "~> 4.3.4"
|
|
34
33
|
spec.add_dependency "image_size"
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-m3d
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
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-
|
|
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: asciimath
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|