metanorma-ribose 1.6.3 → 1.6.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99c74e5ae8d98c7b4a6766eaed105a0d0daee7d23d4ce88f37b5a36b7814c226
4
- data.tar.gz: b75ee656be1f45ea2dcbb55974d3f11d29439cba1a92f441d35f50f162e4e272
3
+ metadata.gz: 5b8397d03f03da8ff6d015bdd4385f6b1670362bde92ec5a98e5d1b5b34a0f6c
4
+ data.tar.gz: d51347bf7b7a494e3f2f0d2f328e5ecc93e7ec34e49d2503ebd0b9219237bfc9
5
5
  SHA512:
6
- metadata.gz: 22b4ee12499083f505a8d0fcd3fcf3741fc9cff6ce68d574c1861a115de386f251db3a7dc55cd87a94b4d909b1f830222ee4b4b538a018622d4e375c920fa15e
7
- data.tar.gz: ef0b984bd1902cae0ce17ad99d449f34543a798d50850854e07181529f61118327ea7d0e3aacec094f14a58872a97d7539f3626392db2a156d7e564d3cea6c5d
6
+ metadata.gz: efa57a6d0d6abc5107ca8408045259e68c18035e3c01b6b9b4b226b5cbef96fb8f0fba78fcb4da7b367815c3896343b2b7899c319d4dcf565da8c774c873724f
7
+ data.tar.gz: 4dbbbb02ba634a2041e20da6cc81976f101b1ba2919708359a791d5e1f7b51413e103cb0511e8dccab2f595fbe3c8043d3945185c97b67d150048004302735b3
@@ -0,0 +1,66 @@
1
+ # Auto-generated by Cimas: Do not edit it manually!
2
+ # See https://github.com/metanorma/cimas
3
+ name: rake
4
+
5
+ on:
6
+ push:
7
+ branches: [ master, main ]
8
+ tags: [ v* ]
9
+ pull_request:
10
+
11
+ jobs:
12
+ rake:
13
+ name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
14
+ runs-on: ${{ matrix.os }}
15
+ continue-on-error: ${{ matrix.experimental }}
16
+ strategy:
17
+ fail-fast: false
18
+ matrix:
19
+ ruby: [ '2.6', '2.5', '2.4' ]
20
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
21
+ experimental: [ false ]
22
+ include:
23
+ - ruby: '2.7'
24
+ os: 'ubuntu-latest'
25
+ experimental: true
26
+ - ruby: '2.7'
27
+ os: 'windows-latest'
28
+ experimental: true
29
+ - ruby: '2.7'
30
+ os: 'macos-latest'
31
+ experimental: true
32
+ steps:
33
+ - uses: actions/checkout@master
34
+
35
+ - uses: ruby/setup-ruby@v1
36
+ with:
37
+ ruby-version: ${{ matrix.ruby }}
38
+
39
+ - uses: actions/cache@v2
40
+ with:
41
+ path: vendor/bundle
42
+ key: bundle-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}
43
+ restore-keys: bundle-${{ matrix.os }}-${{ matrix.ruby }}
44
+
45
+ - run: bundle config set path 'vendor/bundle'
46
+
47
+ - run: bundle install --jobs 4 --retry 3
48
+
49
+ - name: install plantuml ubuntu
50
+ if: matrix.os == 'ubuntu-latest'
51
+ uses: nick-invision/retry@v1
52
+ with:
53
+ polling_interval_seconds: 5
54
+ timeout_minutes: 5
55
+ max_attempts: 3
56
+ command: >
57
+ sudo apt-get update -y && sudo bash -c
58
+ "curl -L https://github.com/metanorma/plantuml-install/raw/master/ubuntu.sh | bash"
59
+
60
+ - if: matrix.os == 'macos-latest'
61
+ run: brew install plantuml
62
+
63
+ - if: matrix.os == 'windows-latest'
64
+ run: cinst -y plantuml
65
+
66
+ - run: bundle exec rake
@@ -1,18 +1,14 @@
1
1
  = metanorma-ribose: Asciidoctor processor for Ribose Standard Documents
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://github.com/metanorma/metanorma-rsd/workflows/macos/badge.svg["Build Status (macOS)", link="https://github.com/metanorma/metanorma-rsd/actions?workflow=macos"]
5
- image:https://github.com/metanorma/metanorma-rsd/workflows/ubuntu/badge.svg["Build Status (ubuntu)", link="https://github.com/metanorma/metanorma-rsd/actions?workflow=ubuntu"]
6
- image:https://github.com/metanorma/metanorma-rsd/workflows/windows/badge.svg["Build Status (Windows)", link="https://github.com/metanorma/metanorma-rsd/actions?workflow=windows"]
4
+ image:https://github.com/metanorma/metanorma-rsd/workflows/rake/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-rsd/actions?workflow=rake"]
7
5
  image:https://codeclimate.com/github/metanorma/metanorma-rsd/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-rsd"]
8
6
  image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-rsd.svg["Pull Requests", link="https://github.com/metanorma/metanorma-rsd/pulls"]
9
7
  image:https://img.shields.io/github/commits-since/metanorma/metanorma-rsd/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-rsd/releases"]
10
8
 
11
- _Formerly known as_ `asciidoctor-rsd`, `metanorma-rsd`.
12
-
13
9
  == Functionality
14
10
 
15
- This gem processes http://asciidoctor.org/[Asciidoctor] documents following
11
+ This gem processes https://www.metanorma.com[Metanorma documents] following
16
12
  the Metanorma model for generating Ribose standards.
17
13
 
18
14
  The gem currently inherits from the https://github.com/metanorma/metanorma-standoc
@@ -64,7 +60,11 @@ this general model can be found on its page. Details of the Ribose modifications
64
60
  to this general model can be found on the https://github.com/metanorma/metanorma-model-rsd[RSD model]
65
61
  repository.
66
62
 
67
- ////
68
63
  == Examples
69
- ////
70
64
 
65
+ Example documents may be found in the https://github.com/metanorma/mn-samples-ribose[mn-samples-ribose]
66
+ repository.
67
+
68
+ == Notes
69
+
70
+ Metanorma-Ribose was formerly published as `asciidoctor-rsd`, `metanorma-rsd`.
@@ -158,17 +158,7 @@
158
158
  <data type="ID"/>
159
159
  </attribute>
160
160
  <oneOrMore>
161
- <choice>
162
- <ref name="formula"/>
163
- <ref name="ul"/>
164
- <ref name="ol"/>
165
- <ref name="dl"/>
166
- <ref name="quote"/>
167
- <ref name="sourcecode"/>
168
- <ref name="paragraph"/>
169
- <ref name="table"/>
170
- <ref name="figure"/>
171
- </choice>
161
+ <ref name="paragraph"/>
172
162
  </oneOrMore>
173
163
  </element>
174
164
  </define>
@@ -1028,6 +1018,9 @@
1028
1018
  <value>alphabet_upper</value>
1029
1019
  </choice>
1030
1020
  </attribute>
1021
+ <optional>
1022
+ <attribute name="start"/>
1023
+ </optional>
1031
1024
  <oneOrMore>
1032
1025
  <ref name="li"/>
1033
1026
  </oneOrMore>
@@ -24,6 +24,14 @@
24
24
  <start>
25
25
  <ref name="standard-document"/>
26
26
  </start>
27
+ <define name="doctype">
28
+ <element name="doctype">
29
+ <optional>
30
+ <attribute name="abbreviation"/>
31
+ </optional>
32
+ <ref name="DocumentType"/>
33
+ </element>
34
+ </define>
27
35
  <define name="hyperlink">
28
36
  <element name="link">
29
37
  <attribute name="target">
@@ -42,7 +50,6 @@
42
50
  </define>
43
51
  <define name="xref">
44
52
  <element name="xref">
45
- <!-- attribute target { xsd:IDREF }, -->
46
53
  <attribute name="target">
47
54
  <data type="string">
48
55
  <param name="pattern">\i\c*|\c+#\c+</param>
@@ -64,6 +71,11 @@
64
71
  </choice>
65
72
  </attribute>
66
73
  </optional>
74
+ <optional>
75
+ <attribute name="droploc">
76
+ <data type="boolean"/>
77
+ </attribute>
78
+ </optional>
67
79
  <text/>
68
80
  </element>
69
81
  </define>
@@ -137,6 +149,11 @@
137
149
  <data type="boolean"/>
138
150
  </attribute>
139
151
  </optional>
152
+ <optional>
153
+ <attribute name="key">
154
+ <data type="boolean"/>
155
+ </attribute>
156
+ </optional>
140
157
  <oneOrMore>
141
158
  <ref name="dt"/>
142
159
  <ref name="dd"/>
@@ -859,6 +876,13 @@
859
876
  </define>
860
877
  <define name="standard-document">
861
878
  <element name="standard-document">
879
+ <attribute name="version"/>
880
+ <attribute name="type">
881
+ <choice>
882
+ <value>semantic</value>
883
+ <value>presentation</value>
884
+ </choice>
885
+ </attribute>
862
886
  <ref name="bibdata"/>
863
887
  <optional>
864
888
  <ref name="boilerplate"/>
@@ -880,7 +904,7 @@
880
904
  <oneOrMore>
881
905
  <choice>
882
906
  <ref name="content"/>
883
- <ref name="preface_abstract"/>
907
+ <ref name="abstract"/>
884
908
  <ref name="foreword"/>
885
909
  <ref name="introduction"/>
886
910
  <ref name="acknowledgements"/>
@@ -1153,49 +1177,7 @@
1153
1177
  </define>
1154
1178
  <define name="annex">
1155
1179
  <element name="annex">
1156
- <optional>
1157
- <attribute name="id">
1158
- <data type="ID"/>
1159
- </attribute>
1160
- </optional>
1161
- <optional>
1162
- <attribute name="language"/>
1163
- </optional>
1164
- <optional>
1165
- <attribute name="script"/>
1166
- </optional>
1167
- <optional>
1168
- <attribute name="inline-header">
1169
- <data type="boolean"/>
1170
- </attribute>
1171
- </optional>
1172
- <attribute name="obligation">
1173
- <choice>
1174
- <value>normative</value>
1175
- <value>informative</value>
1176
- </choice>
1177
- </attribute>
1178
- <optional>
1179
- <ref name="section-title"/>
1180
- </optional>
1181
- <group>
1182
- <group>
1183
- <zeroOrMore>
1184
- <ref name="BasicBlock"/>
1185
- </zeroOrMore>
1186
- <zeroOrMore>
1187
- <ref name="note"/>
1188
- </zeroOrMore>
1189
- </group>
1190
- <zeroOrMore>
1191
- <choice>
1192
- <ref name="annex-subsection"/>
1193
- <ref name="terms"/>
1194
- <ref name="definitions"/>
1195
- <ref name="references"/>
1196
- </choice>
1197
- </zeroOrMore>
1198
- </group>
1180
+ <ref name="Annex-Section"/>
1199
1181
  </element>
1200
1182
  </define>
1201
1183
  <define name="terms">
@@ -1481,11 +1463,6 @@
1481
1463
  </optional>
1482
1464
  </element>
1483
1465
  </define>
1484
- <define name="preface_abstract">
1485
- <element name="abstract">
1486
- <ref name="Basic-Section"/>
1487
- </element>
1488
- </define>
1489
1466
  <define name="term-clause">
1490
1467
  <element name="clause">
1491
1468
  <optional>
@@ -59,6 +59,13 @@
59
59
  </define>
60
60
  <define name="rsd-standard">
61
61
  <element name="rsd-standard">
62
+ <attribute name="version"/>
63
+ <attribute name="type">
64
+ <choice>
65
+ <value>semantic</value>
66
+ <value>presentation</value>
67
+ </choice>
68
+ </attribute>
62
69
  <ref name="bibdata"/>
63
70
  <zeroOrMore>
64
71
  <ref name="termdocsource"/>
@@ -52,8 +52,11 @@
52
52
  Published {{ publisheddate -}}
53
53
  {%- endif -%}
54
54
  {%- endif -%}</span></p>
55
- {% if security %}
56
- <p><span class="coverpage-maturity">Classification: {{ security }}</span></p>
55
+ {% if metadata_extensions["security"] %}
56
+ <p><span class="coverpage-maturity">Classification: {{ metadata_extensions["security"] }}</span></p>
57
+ {% endif %}
58
+ {% if metadata_extensions["recipient"] %}
59
+ <p><span class="coverpage-maturity">Recipient: {{ metadata_extensions["recipient"] }}</span></p>
57
60
  {% endif %}
58
61
  </div>
59
62
 
@@ -16,7 +16,7 @@ fieldset, form, label, legend,
16
16
  table, caption, tbody, tfoot, thead, tr, th, td,
17
17
  article, aside, canvas, details, embed,
18
18
  figure, figcaption, footer, header, hgroup,
19
- menu, nav, output, ruby, section, summary,
19
+ menu, output, ruby, section, summary,
20
20
  time, mark, audio, video {
21
21
  margin: 0;
22
22
  padding: 0; }
@@ -111,6 +111,10 @@ b, strong {
111
111
  div.document-stage-band, div.document-type-band {
112
112
  background-color: #333333; }
113
113
 
114
+ a.FootnoteRef + a.FootnoteRef:before {
115
+ content: ", ";
116
+ vertical-align: super; }
117
+
114
118
  #standard-band {
115
119
  background-color: #0AC442; }
116
120
 
@@ -217,7 +221,7 @@ body {
217
221
  margin-left: auto;
218
222
  margin-right: auto;
219
223
  max-width: 100%;
220
- font-size: 15px;
224
+ font-size: {{normalfontsize}};
221
225
  font-weight: 300;
222
226
  line-height: 1.4em;
223
227
  color: #1d1d1d;
@@ -651,7 +655,7 @@ p.NormRef {
651
655
  pre,
652
656
  .pseudocode {
653
657
  background-color: #f7f7f7;
654
- font-size: 0.8em;
658
+ font-size: {{monospacefontsize}};
655
659
  line-height: 1.6em;
656
660
  padding: 1.5em;
657
661
  margin: 2em 0 1em 0;
@@ -755,7 +759,7 @@ a.footnote-number {
755
759
  font-size: 0.8em; }
756
760
 
757
761
  .footnote {
758
- font-size: 0.9em; }
762
+ font-size: {{footnotefontsize}}; }
759
763
 
760
764
  /*
761
765
  3.11 Blockquotes
@@ -10,7 +10,7 @@
10
10
  @import 'base_style/all';
11
11
 
12
12
  body {
13
- @include bodyStyle1(15px, 1.4em, #1d1d1d, #ffffff, 300);
13
+ @include bodyStyle1($normalfontsize, 1.4em, #1d1d1d, #ffffff, 300);
14
14
  // @include sidebarNavContainer(323px);
15
15
  }
16
16
 
@@ -417,7 +417,7 @@ a.footnote-number {
417
417
  }
418
418
 
419
419
  .footnote {
420
- font-size: 0.9em;
420
+ font-size: $footnotefontsize;
421
421
  }
422
422
 
423
423
  /*
@@ -9,7 +9,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre {
9
9
  text-align: left;
10
10
  mso-pagination: widow-orphan;
11
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;
12
+ font-size: {{monospacefontsize}};
13
13
  font-family: {{monospacefont}};
14
14
  mso-fareast-font-family: Calibri;
15
15
  mso-bidi-font-family: "Courier New";
@@ -38,13 +38,13 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
38
38
  mso-style-parent: "";
39
39
  margin-top: 0cm;
40
40
  margin-right: 0cm;
41
- margin-bottom: 12.0pt;
41
+ margin-bottom: {{normalfontsize}};
42
42
  margin-left: 33.15pt;
43
43
  text-indent: -33.15pt;
44
44
  tab-stops: 33.15pt;
45
- line-height: 12.0pt;
45
+ line-height: {{normalfontsize}};
46
46
  mso-pagination: widow-orphan;
47
- font-size: 12.0pt;
47
+ font-size: {{normalfontsize}};
48
48
  font-weight: normal;
49
49
  font-family: {{bodyfont}};
50
50
  mso-fareast-font-family: {{bodyfont}};
@@ -60,11 +60,11 @@ p.FigureTitle {
60
60
  margin-bottom: 6.0pt;
61
61
  margin-left: 0cm;
62
62
  text-align: center;
63
- line-height: 12.0pt;
63
+ line-height: {{normalfontsize}};
64
64
  page-break-before: avoid;
65
65
  mso-pagination: widow-orphan;
66
66
  tab-stops: 20.15pt;
67
- font-size: 11.0pt;
67
+ font-size: {{smallerfontsize}};
68
68
  font-weight: bold;
69
69
  font-family: {{bodyfont}};
70
70
  mso-fareast-font-family: {{bodyfont}};
@@ -80,11 +80,11 @@ p.SourceTitle {
80
80
  margin-bottom: 6.0pt;
81
81
  margin-left: 0cm;
82
82
  text-align: center;
83
- line-height: 12.0pt;
83
+ line-height: {{normalfontsize}};
84
84
  page-break-before: avoid;
85
85
  mso-pagination: widow-orphan;
86
86
  tab-stops: 20.15pt;
87
- font-size: 11.0pt;
87
+ font-size: {{smallerfontsize}};
88
88
  font-weight: bold;
89
89
  font-family: {{bodyfont}};
90
90
  mso-fareast-font-family: {{bodyfont}};
@@ -100,11 +100,11 @@ p.AdmonitionTitle, p.RecommendationTitle {
100
100
  margin-bottom: 6.0pt;
101
101
  margin-left: 0cm;
102
102
  text-align: center;
103
- line-height: 12.0pt;
103
+ line-height: {{normalfontsize}};
104
104
  page-break-after: avoid;
105
105
  mso-pagination: widow-orphan;
106
106
  tab-stops: 20.15pt;
107
- font-size: 11.0pt;
107
+ font-size: {{smallerfontsize}};
108
108
  font-weight: bold;
109
109
  font-family: {{bodyfont}};
110
110
  mso-fareast-font-family: {{bodyfont}};
@@ -121,10 +121,10 @@ p.TableTitle {
121
121
  margin-left: 0cm;
122
122
  text-align: center;
123
123
  page-break-after: avoid;
124
- line-height: 12.0pt;
124
+ line-height: {{normalfontsize}};
125
125
  mso-pagination: widow-orphan;
126
126
  tab-stops: 20.15pt;
127
- font-size: 11.0pt;
127
+ font-size: {{smallerfontsize}};
128
128
  font-family: {{bodyfont}};
129
129
  mso-fareast-font-family: {{bodyfont}};
130
130
  mso-bidi-font-family: {{bodyfont}};
@@ -136,14 +136,14 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
136
136
  mso-style-parent: "";
137
137
  margin-top: 0cm;
138
138
  margin-right: 0cm;
139
- margin-bottom: 12.0pt;
139
+ margin-bottom: {{normalfontsize}};
140
140
  margin-left: 0cm;
141
141
  text-align: justify;
142
- line-height: 12.0pt;
142
+ line-height: {{normalfontsize}};
143
143
  mso-pagination: widow-orphan;
144
144
  tab-stops: 20.15pt;
145
- font-size: 11.0pt;
146
- mso-bidi-font-size: 11.0pt;
145
+ font-size: {{smallerfontsize}};
146
+ mso-bidi-font-size: {{smallerfontsize}};
147
147
  font-family: {{bodyfont}};
148
148
  mso-fareast-font-family: {{bodyfont}};
149
149
  mso-bidi-font-family: {{bodyfont}};
@@ -168,8 +168,8 @@ p.ANNEX, li.ANNEX, div.ANNEX {
168
168
  mso-outline-level: 1;
169
169
  mso-list: l0 level1 lfo12;
170
170
  tab-stops: 20.15pt;
171
- font-size: 12.0pt;
172
- mso-bidi-font-size: 11.0pt;
171
+ font-size: {{normalfontsize}};
172
+ mso-bidi-font-size: {{smallerfontsize}};
173
173
  font-family: {{headerfont}};
174
174
  color: #0E1A85;
175
175
  mso-fareast-font-family: {{headerfont}};
@@ -191,8 +191,8 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
191
191
  mso-pagination: widow-orphan;
192
192
  mso-outline-level: 1;
193
193
  tab-stops: 20.15pt;
194
- font-size: 12.0pt;
195
- mso-bidi-font-size: 11.0pt;
194
+ font-size: {{normalfontsize}};
195
+ mso-bidi-font-size: {{smallerfontsize}};
196
196
  font-family: {{headerfont}};
197
197
  color: #0E1A85;
198
198
  mso-fareast-font-family: {{headerfont}};
@@ -206,13 +206,13 @@ p.Definition, li.Definition, div.Definition {
206
206
  mso-style-unhide: no;
207
207
  margin-top: 0cm;
208
208
  margin-right: 0cm;
209
- margin-bottom: 12.0pt;
209
+ margin-bottom: {{normalfontsize}};
210
210
  margin-left: 0cm;
211
211
  text-align: justify;
212
- line-height: 12.0pt;
212
+ line-height: {{normalfontsize}};
213
213
  mso-pagination: widow-orphan;
214
214
  tab-stops: 20.15pt;
215
- font-size: 12.0pt;
215
+ font-size: {{normalfontsize}};
216
216
  font-family: {{bodyfont}};
217
217
  mso-fareast-font-family: {{bodyfont}};
218
218
  mso-bidi-font-family: {{bodyfont}};
@@ -234,8 +234,8 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
234
234
  mso-outline-level: 1;
235
235
  mso-hyphenate: none;
236
236
  tab-stops: 20.15pt;
237
- font-size: 12.0pt;
238
- mso-bidi-font-size: 11.0pt;
237
+ font-size: {{normalfontsize}};
238
+ mso-bidi-font-size: {{smallerfontsize}};
239
239
  font-family: {{headerfont}};
240
240
  color: #0E1A85;
241
241
  mso-fareast-font-family: {{headerfont}};
@@ -259,8 +259,8 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle {
259
259
  mso-outline-level: 1;
260
260
  mso-hyphenate: none;
261
261
  tab-stops: 20.15pt;
262
- font-size: 12.0pt;
263
- mso-bidi-font-size: 11.0pt;
262
+ font-size: {{normalfontsize}};
263
+ mso-bidi-font-size: {{smallerfontsize}};
264
264
  font-family: {{headerfont}};
265
265
  color: #0E1A85;
266
266
  mso-fareast-font-family: {{headerfont}};
@@ -283,8 +283,8 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
283
283
  page-break-after: avoid;
284
284
  mso-hyphenate: none;
285
285
  tab-stops: 20.15pt;
286
- font-size: 12.0pt;
287
- mso-bidi-font-size: 11.0pt;
286
+ font-size: {{normalfontsize}};
287
+ mso-bidi-font-size: {{smallerfontsize}};
288
288
  font-family: {{headerfont}};
289
289
  color: #0E1A85;
290
290
  mso-fareast-font-family: {{headerfont}};
@@ -299,12 +299,12 @@ p.Terms, li.Terms, div.Terms {
299
299
  mso-style-next: Definition;
300
300
  margin: 0cm;
301
301
  margin-bottom: .0001pt;
302
- line-height: 12.0pt;
302
+ line-height: {{normalfontsize}};
303
303
  mso-pagination: widow-orphan;
304
304
  page-break-after: avoid;
305
305
  mso-hyphenate: none;
306
306
  tab-stops: 20.15pt;
307
- font-size: 12.0pt;
307
+ font-size: {{normalfontsize}};
308
308
  font-family: {{headerfont}};
309
309
  mso-fareast-font-family: {{headerfont}};
310
310
  mso-bidi-font-family: {{headerfont}};
@@ -318,12 +318,12 @@ p.AltTerms, li.AltTerms, div.AltTerms {
318
318
  mso-style-next: Definition;
319
319
  margin: 0cm;
320
320
  margin-bottom: .0001pt;
321
- line-height: 12.0pt;
321
+ line-height: {{normalfontsize}};
322
322
  mso-pagination: widow-orphan;
323
323
  page-break-after: avoid;
324
324
  mso-hyphenate: none;
325
325
  tab-stops: 20.15pt;
326
- font-size: 12.0pt;
326
+ font-size: {{normalfontsize}};
327
327
  font-family: {{bodyfont}};
328
328
  mso-fareast-font-family: {{bodyfont}};
329
329
  mso-bidi-font-family: {{bodyfont}};
@@ -337,12 +337,12 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
337
337
  mso-style-next: Definition;
338
338
  margin: 0cm;
339
339
  margin-bottom: .0001pt;
340
- line-height: 12.0pt;
340
+ line-height: {{normalfontsize}};
341
341
  mso-pagination: widow-orphan;
342
342
  page-break-after: avoid;
343
343
  mso-hyphenate: none;
344
344
  tab-stops: 20.15pt;
345
- font-size: 12.0pt;
345
+ font-size: {{normalfontsize}};
346
346
  font-family: {{bodyfont}};
347
347
  mso-fareast-font-family: {{bodyfont}};
348
348
  mso-bidi-font-family: {{bodyfont}};
@@ -356,11 +356,11 @@ p.TermNum, li.TermNum, div.TermNum {
356
356
  mso-style-next: "Term\(s\)";
357
357
  margin: 0cm;
358
358
  margin-bottom: .0001pt;
359
- line-height: 12.0pt;
359
+ line-height: {{normalfontsize}};
360
360
  mso-pagination: widow-orphan;
361
361
  page-break-after: avoid;
362
362
  tab-stops: 20.15pt;
363
- font-size: 12.0pt;
363
+ font-size: {{normalfontsize}};
364
364
  font-family: {{headerfont}};
365
365
  mso-fareast-font-family: {{headerfont}};
366
366
  mso-bidi-font-family: {{headerfont}};
@@ -384,8 +384,8 @@ p.zzContents, li.zzContents, div.zzContents {
384
384
  page-break-after: avoid;
385
385
  mso-hyphenate: none;
386
386
  tab-stops: 20.15pt;
387
- font-size: 12.0pt;
388
- mso-bidi-font-size: 11.0pt;
387
+ font-size: {{normalfontsize}};
388
+ mso-bidi-font-size: {{smallerfontsize}};
389
389
  font-family: {{headerfont}};
390
390
  color: #0E1A85;
391
391
  mso-fareast-font-family: {{headerfont}};
@@ -400,15 +400,15 @@ p.zzCopyright, li.zzCopyright {
400
400
  mso-style-next: Normal;
401
401
  margin-top: 0cm;
402
402
  margin-right: 14.2pt;
403
- margin-bottom: 12.0pt;
403
+ margin-bottom: {{normalfontsize}};
404
404
  margin-left: 14.2pt;
405
405
  text-align: justify;
406
- line-height: 12.0pt;
406
+ line-height: {{normalfontsize}};
407
407
  mso-pagination: widow-orphan;
408
408
  tab-stops: 20.15pt 25.7pt 481.15pt;
409
409
  padding: 0cm;
410
410
  mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
411
- font-size: 12.0pt;
411
+ font-size: {{normalfontsize}};
412
412
  font-family: {{bodyfont}};
413
413
  mso-fareast-font-family: {{bodyfont}};
414
414
  mso-bidi-font-family: {{bodyfont}};
@@ -434,9 +434,9 @@ p.zzCopyright_address {
434
434
  text-autospace: none;
435
435
  padding-left: 20pt;
436
436
  mso-padding-alt-left: 20pt;
437
- font-size: 12.0pt;
437
+ font-size: {{normalfontsize}};
438
438
  text-align: left;
439
- mso-bidi-font-size: 11.0pt; }
439
+ mso-bidi-font-size: {{smallerfontsize}}; }
440
440
 
441
441
  p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
442
442
  mso-style-name: zzSTDTitle;
@@ -453,7 +453,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
453
453
  mso-hyphenate: none;
454
454
  tab-stops: 20.15pt;
455
455
  font-size: 16.0pt;
456
- mso-bidi-font-size: 11.0pt;
456
+ mso-bidi-font-size: {{smallerfontsize}};
457
457
  font-family: {{headerfont}};
458
458
  mso-fareast-font-family: {{headerfont}};
459
459
  mso-bidi-font-family: {{headerfont}};
@@ -475,7 +475,7 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
475
475
  mso-hyphenate: none;
476
476
  tab-stops: 20.15pt;
477
477
  font-size: 16.0pt;
478
- mso-bidi-font-size: 11.0pt;
478
+ mso-bidi-font-size: {{smallerfontsize}};
479
479
  font-family: {{headerfont}};
480
480
  mso-fareast-font-family: {{headerfont}};
481
481
  mso-bidi-font-family: {{headerfont}};
@@ -490,10 +490,10 @@ p.Quote, li.Quote, div.Quote {
490
490
  margin-bottom: 0cm;
491
491
  margin-left: 36.0pt;
492
492
  text-align: justify;
493
- line-height: 12.0pt;
493
+ line-height: {{normalfontsize}};
494
494
  mso-pagination: widow-orphan;
495
495
  tab-stops: 20.15pt;
496
- font-size: 12.0pt;
496
+ font-size: {{normalfontsize}};
497
497
  font-family: {{bodyfont}};
498
498
  mso-fareast-font-family: {{bodyfont}};
499
499
  mso-bidi-font-family: {{bodyfont}};
@@ -506,10 +506,10 @@ p.QuoteAttribution {
506
506
  margin-right: 36.0pt;
507
507
  margin-bottom: 0cm;
508
508
  margin-left: 36.0pt;
509
- line-height: 12.0pt;
509
+ line-height: {{normalfontsize}};
510
510
  mso-pagination: widow-orphan;
511
511
  tab-stops: 20.15pt;
512
- font-size: 12.0pt;
512
+ font-size: {{normalfontsize}};
513
513
  font-family: {{bodyfont}};
514
514
  mso-fareast-font-family: {{bodyfont}};
515
515
  mso-bidi-font-family: {{bodyfont}};
@@ -528,7 +528,7 @@ p.Admonition, li.Admonition, div.Admonition {
528
528
  mso-border-themecolor: accent1;
529
529
  padding: 0cm;
530
530
  mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
531
- font-size: 12.0pt;
531
+ font-size: {{normalfontsize}};
532
532
  font-family: {{bodyfont}};
533
533
  mso-ascii-font-family: {{bodyfont}};
534
534
  mso-ascii-theme-font: minor-latin;
@@ -554,7 +554,7 @@ p.Code, li.Code, div.Code {
554
554
  mso-pagination: widow-orphan;
555
555
  tab-stops: 20.15pt;
556
556
  font-size: 10.0pt;
557
- mso-bidi-font-size: 11.0pt;
557
+ mso-bidi-font-size: {{smallerfontsize}};
558
558
  font-family: {{monospacefont}};
559
559
  mso-fareast-font-family: Calibri;
560
560
  mso-bidi-font-family: "Source Sans Pro";
@@ -566,12 +566,12 @@ p.Formula, li.Formula, div.Formula {
566
566
  mso-style-unhide: no;
567
567
  margin-top: 0cm;
568
568
  margin-right: 0cm;
569
- margin-bottom: 11.0pt;
569
+ margin-bottom: {{smallerfontsize}};
570
570
  margin-left: 20.15pt;
571
- line-height: 12.0pt;
571
+ line-height: {{normalfontsize}};
572
572
  mso-pagination: widow-orphan;
573
573
  tab-stops: right 487.45pt;
574
- font-size: 12.0pt;
574
+ font-size: {{normalfontsize}};
575
575
  font-family: {{bodyfont}};
576
576
  mso-fareast-font-family: {{bodyfont}};
577
577
  mso-bidi-font-family: {{bodyfont}};
@@ -685,7 +685,7 @@ table.MsoISOTable, table.MsoISOTableBig {
685
685
  mso-yfti-tbllook: 480;
686
686
  mso-border-insideh: .75pt solid windowtext;
687
687
  mso-border-insidev: .75pt solid windowtext;
688
- font-size: 12.0pt;
688
+ font-size: {{normalfontsize}};
689
689
  font-family: {{bodyfont}}; }
690
690
 
691
691
  table.MsoISOTable th, table.MsoISOTableBig th {
@@ -699,7 +699,7 @@ table.MsoISOTable td, table.MsoISOTableBig td {
699
699
  padding: 0cm 2.85pt 0cm 2.85pt; }
700
700
 
701
701
  table.MsoISOTable p, table.MsoISOTableBig p {
702
- font-size: 12.0pt; }
702
+ font-size: {{normalfontsize}}; }
703
703
 
704
704
  table.MsoTableGrid {
705
705
  mso-style-name: "Table Grid";
@@ -715,7 +715,7 @@ table.MsoTableGrid {
715
715
  mso-para-margin: 0cm;
716
716
  mso-para-margin-bottom: .0001pt;
717
717
  mso-pagination: widow-orphan;
718
- font-size: 12.0pt;
718
+ font-size: {{normalfontsize}};
719
719
  font-family: {{bodyfont}}; }
720
720
 
721
721
  div.formula {
@@ -731,7 +731,7 @@ body {
731
731
 
732
732
  .coverpage_techcommittee {
733
733
  text-align: center;
734
- font-size: 12.0pt; }
734
+ font-size: {{normalfontsize}}; }
735
735
 
736
736
  .coverpage_docstage {
737
737
  text-align: center;
@@ -743,13 +743,13 @@ div.coverpage_warning {
743
743
  border: solid windowtext 1.0pt #485094;
744
744
  mso-border-alt: solid windowtext .5pt;
745
745
  padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
746
- font-size: 12.0pt;
746
+ font-size: {{normalfontsize}};
747
747
  margin-left: 4.25pt;
748
748
  margin-right: 4.25pt; }
749
749
 
750
750
  .coverpage_warning {
751
751
  color: #485094;
752
- font-size: 12.0pt; }
752
+ font-size: {{normalfontsize}}; }
753
753
 
754
754
  a.TableFootnoteRef, span.TableFootnoteRef {
755
755
  mso-style-priority: 99;
@@ -757,7 +757,7 @@ a.TableFootnoteRef, span.TableFootnoteRef {
757
757
  vertical-align: super; }
758
758
 
759
759
  aside {
760
- font-size: 12.0pt; }
760
+ font-size: {{normalfontsize}}; }
761
761
 
762
762
  .example-title {
763
763
  font-weight: bold;
@@ -775,36 +775,36 @@ div.example {
775
775
 
776
776
  p.example, li.example, div.example, td.example {
777
777
  mso-pagination: none;
778
- font-size: 11.0pt;
778
+ font-size: {{smallerfontsize}};
779
779
  font-family: {{bodyfont}}; }
780
780
 
781
781
  td.example p.MsoListParagraph {
782
- font-size: 11.0pt; }
782
+ font-size: {{smallerfontsize}}; }
783
783
 
784
784
  div.example p.MsoListParagraph {
785
- font-size: 11.0pt; }
785
+ font-size: {{smallerfontsize}}; }
786
786
 
787
787
  div.Note p.MsoListParagraph {
788
- font-size: 11.0pt;
788
+ font-size: {{smallerfontsize}};
789
789
  margin-left: 1.0cm; }
790
790
 
791
791
  div.Note span.stem {
792
- font-size: 11.0pt; }
792
+ font-size: {{smallerfontsize}}; }
793
793
 
794
794
  div.Note p.Sourcecode, div.Note pre.Sourcecode {
795
795
  font-size: 9.0pt;
796
796
  margin-left: 1.0cm; }
797
797
 
798
798
  div.Note table.dl {
799
- font-size: 11.0pt;
799
+ font-size: {{smallerfontsize}};
800
800
  margin-left: 1.0cm; }
801
801
 
802
802
  span.note_label, span.example_label, td.example_label, td.note_label {
803
- font-size: 11.0pt;
803
+ font-size: {{smallerfontsize}};
804
804
  font-family: {{bodyfont}}; }
805
805
 
806
806
  table.dl {
807
807
  margin-top: 0cm;
808
808
  margin-right: 0cm;
809
- margin-bottom: 11.0pt;
809
+ margin-bottom: {{smallerfontsize}};
810
810
  margin-left: 20.15pt; }