metanorma-ogc 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/ogc/basicdoc.rng +5 -4
- data/lib/asciidoctor/ogc/biblio.rng +3 -0
- data/lib/isodoc/ogc/html/ogc.scss +0 -16
- data/lib/isodoc/ogc/html/wordstyle.scss +37 -106
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f445d36f0ad3b59ddb508a02ca1ca10a9d5bd11a8b1801eacabd9e65a11be8d
|
4
|
+
data.tar.gz: 59738a68ffd41eb0a372d238069fb93bf3f1f3536c38a087364ec9f5ec24246b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa9dafae47b31024aeeabf37a3ef5c029f4bb21a076b1bd0f18c75b75fed2db551122781d6b341b35716e0e66fa4d01a9d245641ce4c4520cf265ed8b65e55a2
|
7
|
+
data.tar.gz: 92dbb5dca9f69df3b206432bb65c1302bcc81e2233b37e1b63342d01b55d1c3810eb979da3a316475d4f5600ead2c2f53a0c587806455a703c4853f26bcf42b6
|
@@ -1,9 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
|
-
<include href="biblio.rng"
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
<include href="biblio.rng">
|
4
|
+
<start>
|
5
|
+
<ref name="document"/>
|
6
|
+
</start>
|
7
|
+
</include>
|
7
8
|
<define name="document">
|
8
9
|
<element name="document">
|
9
10
|
<optional>
|
@@ -33,6 +33,9 @@
|
|
33
33
|
<param name="pattern">([\+\-]?\d{4})((-?)((0[1-9]|1[0-2])((-?)([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6]))))?</param>
|
34
34
|
</data>
|
35
35
|
</define>
|
36
|
+
<start>
|
37
|
+
<ref name="relaton_collection"/>
|
38
|
+
</start>
|
36
39
|
<define name="status">
|
37
40
|
<element name="status">
|
38
41
|
<ref name="stage"/>
|
@@ -593,10 +593,6 @@ div.WordSection2
|
|
593
593
|
mso-paper-source:0;}
|
594
594
|
div.WordSection3
|
595
595
|
{page:WordSection3;}
|
596
|
-
ol
|
597
|
-
{margin-bottom:0cm;}
|
598
|
-
ul
|
599
|
-
{margin-bottom:0cm;}
|
600
596
|
table.MsoISOTable
|
601
597
|
{mso-style-name:"Table ISO";
|
602
598
|
mso-tstyle-rowband-size:0;
|
@@ -617,8 +613,6 @@ table.MsoISOTable
|
|
617
613
|
mso-border-insidev:.75pt solid windowtext;
|
618
614
|
font-size:10.0pt;
|
619
615
|
font-family:$bodyfont;}
|
620
|
-
table.MsoISOTable tr
|
621
|
-
{page-break-inside:avoid;}
|
622
616
|
table.MsoISOTable th
|
623
617
|
{border:solid windowtext 1pt;
|
624
618
|
mso-border-alt:solid windowtext 1pt;
|
@@ -645,20 +639,10 @@ table.MsoTableGrid
|
|
645
639
|
mso-pagination:widow-orphan;
|
646
640
|
font-size:10.0pt;
|
647
641
|
font-family:$bodyfont;}
|
648
|
-
td { page-break-inside:avoid; }
|
649
|
-
tr { page-break-after:avoid; }
|
650
|
-
span.stem
|
651
|
-
{font-family:"Cambria Math",serif;
|
652
|
-
mso-ascii-font-family:"Cambria Math";
|
653
|
-
font-style:
|
654
|
-
italic;}
|
655
642
|
div.formula
|
656
643
|
{tab-stops:right 487.45pt;}
|
657
644
|
body
|
658
645
|
{tab-interval:36.0pt;}
|
659
|
-
dt
|
660
|
-
{page-break-inside:avoid;
|
661
|
-
page-break-after:avoid}
|
662
646
|
.coverpage_docnumber
|
663
647
|
{text-align:center;
|
664
648
|
font-size:14.0pt;
|
@@ -1074,106 +1074,43 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
1074
1074
|
margin-left:162.0pt;
|
1075
1075
|
text-indent:-18.0pt;}
|
1076
1076
|
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
margin-right:0cm;
|
1115
|
-
margin-bottom:12.0pt;
|
1116
|
-
mso-pagination:widow-orphan;
|
1117
|
-
font-size:11.0pt;
|
1118
|
-
font-family:$bodyfont;
|
1119
|
-
mso-ansi-language:EN-AU;
|
1120
|
-
mso-fareast-language:EN-US;}
|
1121
|
-
p.ListContLevel5, li.ListContLevel5, div.ListContLevel5
|
1122
|
-
{mso-style-priority:34;
|
1123
|
-
margin-top:0cm;
|
1124
|
-
margin-left:90.0pt;
|
1125
|
-
margin-right:0cm;
|
1126
|
-
margin-bottom:12.0pt;
|
1127
|
-
mso-pagination:widow-orphan;
|
1128
|
-
font-size:11.0pt;
|
1129
|
-
font-family:$bodyfont;
|
1130
|
-
mso-ansi-language:EN-AU;
|
1131
|
-
mso-fareast-language:EN-US;}
|
1132
|
-
p.ListContLevel6, li.ListContLevel6, div.ListContLevel6
|
1133
|
-
{mso-style-priority:34;
|
1134
|
-
margin-top:0cm;
|
1135
|
-
margin-left:108.0pt;
|
1136
|
-
margin-right:0cm;
|
1137
|
-
margin-bottom:12.0pt;
|
1138
|
-
mso-pagination:widow-orphan;
|
1139
|
-
font-size:11.0pt;
|
1140
|
-
font-family:$bodyfont;
|
1141
|
-
mso-ansi-language:EN-AU;
|
1142
|
-
mso-fareast-language:EN-US;}
|
1143
|
-
p.ListContLevel7, li.ListContLevel7, div.ListContLevel7
|
1144
|
-
{mso-style-priority:34;
|
1145
|
-
margin-top:0cm;
|
1146
|
-
margin-left:126.0pt;
|
1147
|
-
margin-right:0cm;
|
1148
|
-
margin-bottom:12.0pt;
|
1149
|
-
mso-pagination:widow-orphan;
|
1150
|
-
font-size:11.0pt;
|
1151
|
-
font-family:$bodyfont;
|
1152
|
-
mso-ansi-language:EN-AU;
|
1153
|
-
mso-fareast-language:EN-US;}
|
1154
|
-
p.ListContLevel8, li.ListContLevel8, div.ListContLevel8
|
1155
|
-
{mso-style-priority:34;
|
1156
|
-
margin-top:0cm;
|
1157
|
-
margin-left:144.0pt;
|
1158
|
-
margin-right:0cm;
|
1159
|
-
margin-bottom:12.0pt;
|
1160
|
-
mso-pagination:widow-orphan;
|
1161
|
-
font-size:11.0pt;
|
1162
|
-
font-family:$bodyfont;
|
1163
|
-
mso-ansi-language:EN-AU;
|
1164
|
-
mso-fareast-language:EN-US;}
|
1165
|
-
p.ListContLevel9, li.ListContLevel9, div.ListContLevel9
|
1166
|
-
{mso-style-priority:34;
|
1167
|
-
margin-top:0cm;
|
1168
|
-
margin-left:162.0pt;
|
1169
|
-
margin-right:0cm;
|
1170
|
-
margin-bottom:12.0pt;
|
1171
|
-
mso-pagination:widow-orphan;
|
1172
|
-
font-size:11.0pt;
|
1173
|
-
font-family:$bodyfont;
|
1174
|
-
mso-ansi-language:EN-AU;
|
1175
|
-
mso-fareast-language:EN-US;}
|
1176
|
-
|
1077
|
+
div.ListContLevel1
|
1078
|
+
{mso-style-priority:34;
|
1079
|
+
margin-left:18.0pt;
|
1080
|
+
margin-right:0cm;}
|
1081
|
+
div.ListContLevel2
|
1082
|
+
{mso-style-priority:34;
|
1083
|
+
margin-top:0cm;
|
1084
|
+
margin-left:36.0pt;
|
1085
|
+
margin-right:0cm;}
|
1086
|
+
div.ListContLevel3
|
1087
|
+
{mso-style-priority:34;
|
1088
|
+
margin-left:54.0pt;
|
1089
|
+
margin-right:0cm;}
|
1090
|
+
div.ListContLevel4
|
1091
|
+
{mso-style-priority:34;
|
1092
|
+
margin-left:72.0pt;
|
1093
|
+
margin-right:0cm;}
|
1094
|
+
div.ListContLevel5
|
1095
|
+
{mso-style-priority:34;
|
1096
|
+
margin-left:90.0pt;
|
1097
|
+
margin-right:0cm;}
|
1098
|
+
div.ListContLevel6
|
1099
|
+
{mso-style-priority:34;
|
1100
|
+
margin-left:108.0pt;
|
1101
|
+
margin-right:0cm;}
|
1102
|
+
div.ListContLevel7
|
1103
|
+
{mso-style-priority:34;
|
1104
|
+
margin-left:126.0pt;
|
1105
|
+
margin-right:0cm;}
|
1106
|
+
div.ListContLevel8
|
1107
|
+
{mso-style-priority:34;
|
1108
|
+
margin-left:144.0pt;
|
1109
|
+
margin-right:0cm;}
|
1110
|
+
div.ListContLevel9
|
1111
|
+
{mso-style-priority:34;
|
1112
|
+
margin-left:162.0pt;
|
1113
|
+
margin-right:0cm;}
|
1177
1114
|
|
1178
1115
|
table.MsoNormalTable
|
1179
1116
|
{mso-style-name:"Table Normal";
|
@@ -1188,12 +1125,6 @@ table.MsoNormalTable
|
|
1188
1125
|
mso-pagination:widow-orphan;
|
1189
1126
|
font-size:10.0pt;
|
1190
1127
|
font-family:$bodyfont;}
|
1191
|
-
br.section
|
1192
|
-
{page-break-before:always;
|
1193
|
-
mso-break-type:section-break;}
|
1194
|
-
br.pagebreak
|
1195
|
-
{page-break-before:always;
|
1196
|
-
mso-special-character:line-break;}
|
1197
1128
|
ol
|
1198
1129
|
{margin-bottom:0cm;
|
1199
1130
|
margin-left:18pt;}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ogc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
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-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|