metanorma-m3aawg 2.0.8 → 2.1.2

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: ab571fcc185f4f59622b758016645413ef06fafe87a6beac7990d2707333add6
4
- data.tar.gz: 597e1602e52d5de7db9270ddfa9b82e7fb6f06f4b79de8db79bb4883546c596e
3
+ metadata.gz: 629e27f731daa738bdb88ccd403e9b43dcac49522ce843fdffd663ae6963a405
4
+ data.tar.gz: c4e9ce875870b8741bb52ba5daa95f6aa4e5ea51484170bb41d340e854ce06d0
5
5
  SHA512:
6
- metadata.gz: 5cf15c4a5ca74898b4177ecabfef36c757faf536ec1a2f333db7dfd4e985f0cd15af4ebd7ab60c7b34eb91c67dd409d5fb9b7f4d9ab4eaf2229838ae59aec291
7
- data.tar.gz: 2c087061e15cea1777e70a0b00208176437d051e9e26dec31cfe4bb71ea03ffc49cbc038b45316f7a2fc074fd009130917dc847d2596850013d02499d99ad051
6
+ metadata.gz: 4049c3594cf5dfeeb7196c087863915fdf17fa8ab4223de58581d4f1eb45a9f86f767713b6ffb06b156f83baf82bbbf7bbe11305da37cbc8273a5e11976fc6f0
7
+ data.tar.gz: 2a6f329e2ea0ec5eda0bb31a4f49ea73f91a480ce37a30c71d3a9b753464dae3039b1bb818b2584d7d1ebacf94675fd71174e3988df04b01453ba6150ba5d66e
@@ -320,7 +320,7 @@ style='font-size:8.0pt;font-family:"Garamond",serif;mso-bidi-font-family:Arial'>
320
320
  <div style='mso-element:footer' id=f2>
321
321
 
322
322
  <p class=MsoFooter>As with all M3AAWG documents that we publish, please check the M3AAWG website (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to this paper.</p>
323
- <p class=MsoFooter>&copy; {{docyear}} copyright by the Messaging, Malware and Mobile Anti-Abuse Working Group (M3AAWG)</p>
323
+ <p class=MsoFooter {{docyear}} copyright by the Messaging, Malware and Mobile Anti-Abuse Working Group (M3AAWG)</p>
324
324
  <p class=MsoFooter style="font-size:9pt;">{{docnumber}}</p>
325
325
  </div>
326
326
 
@@ -58,6 +58,7 @@
58
58
  <div id="boilerplate-license-destination"/>
59
59
  </div>
60
60
  {% endif %}
61
+ <div class="coverpage-warning" id="coverpage-note-destination"/>
61
62
 
62
63
  <div class="copyright">
63
64
  <div class="year">
@@ -719,6 +719,12 @@ pre {
719
719
  font-size: 1em;
720
720
  text-align: center; }
721
721
 
722
+ .ListTitle {
723
+ font-weight: 700;
724
+ font-size: 1em;
725
+ text-align: center;
726
+ text-align: left; }
727
+
722
728
  .FigureTitle,
723
729
  .SourceTitle {
724
730
  font-weight: 700;
@@ -351,6 +351,7 @@ pre {
351
351
 
352
352
  @include admonitionBlock();
353
353
  @include recommendationBlock();
354
+ @include listBlock();
354
355
 
355
356
  .FigureTitle,
356
357
  .SourceTitle {
@@ -112,7 +112,7 @@ p.AdmonitionTitle, p.RecommendationTitle {
112
112
  mso-bidi-font-family: {{bodyfont}};
113
113
  mso-ansi-language: EN-GB; }
114
114
 
115
- p.TableTitle {
115
+ p.TableTitle, p.ListTitle {
116
116
  mso-style-unhide: no;
117
117
  mso-style-qformat: yes;
118
118
  mso-style-parent: "";
@@ -144,13 +144,15 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
144
144
  line-height: 12.0pt;
145
145
  mso-pagination: widow-orphan;
146
146
  tab-stops: 20.15pt;
147
- font-size: {{smallerfontsize}};
148
147
  mso-bidi-font-size: {{normalfontsize}};
149
- font-family: {{bodyfont}};
150
148
  mso-fareast-font-family: {{bodyfont}};
151
149
  mso-bidi-font-family: {{bodyfont}};
152
150
  mso-ansi-language: EN-GB; }
153
151
 
152
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
153
+ font-size: {{smallerfontsize}};
154
+ font-family: {{bodyfont}}; }
155
+
154
156
  /* may need to be revised */
155
157
  p.ANNEX, li.ANNEX, div.ANNEX {
156
158
  mso-style-name: ANNEX;
@@ -494,12 +496,14 @@ p.Quote, li.Quote, div.Quote {
494
496
  line-height: 12.0pt;
495
497
  mso-pagination: widow-orphan;
496
498
  tab-stops: 20.15pt;
497
- font-size: {{normalfontsize}};
498
- font-family: {{bodyfont}};
499
499
  mso-fareast-font-family: {{bodyfont}};
500
500
  mso-bidi-font-family: {{bodyfont}};
501
501
  mso-ansi-language: EN-GB; }
502
502
 
503
+ p.Quote, li.Quote {
504
+ font-size: {{normalfontsize}};
505
+ font-family: {{bodyfont}}; }
506
+
503
507
  p.QuoteAttribution {
504
508
  text-align: right; }
505
509
 
@@ -508,8 +512,6 @@ p.Admonition, li.Admonition, div.Admonition {
508
512
  mso-pagination: widow-orphan;
509
513
  border: none;
510
514
  padding: 0cm;
511
- font-size: 12.0pt;
512
- font-family: {{bodyfont}};
513
515
  mso-ascii-font-family: {{bodyfont}};
514
516
  mso-ascii-theme-font: minor-latin;
515
517
  mso-fareast-font-family: {{bodyfont}};
@@ -518,9 +520,13 @@ p.Admonition, li.Admonition, div.Admonition {
518
520
  mso-hansi-theme-font: minor-latin;
519
521
  mso-bidi-font-family: {{bodyfont}};
520
522
  mso-bidi-theme-font: minor-bidi;
521
- font-weight: bold;
522
523
  mso-ansi-language: EN-AU; }
523
524
 
525
+ p.Admonition, li.Admonition {
526
+ font-size: 12.0pt;
527
+ font-family: {{bodyfont}};
528
+ font-weight: bold; }
529
+
524
530
  p.Code, li.Code, div.Code {
525
531
  mso-style-name: Code;
526
532
  mso-style-priority: 16;
@@ -730,7 +736,9 @@ aside {
730
736
 
731
737
  p.example, li.example, td.example {
732
738
  margin-right: 0pt;
733
- margin-left: 0pt; }
739
+ margin-left: 0pt;
740
+ font-size: {{smallerfontsize}};
741
+ font-family: {{bodyfont}}; }
734
742
 
735
743
  div.example {
736
744
  margin-right: 36.0pt;
@@ -739,9 +747,7 @@ div.example {
739
747
  margin-bottom: 0cm; }
740
748
 
741
749
  p.example, li.example, div.example, td.example {
742
- mso-pagination: none;
743
- font-size: {{smallerfontsize}};
744
- font-family: {{bodyfont}}; }
750
+ mso-pagination: none; }
745
751
 
746
752
  td.example p.MsoListParagraph {
747
753
  font-size: {{smallerfontsize}}; }
@@ -106,7 +106,7 @@ p.AdmonitionTitle, p.RecommendationTitle
106
106
  mso-fareast-font-family:$bodyfont;
107
107
  mso-bidi-font-family:$bodyfont;
108
108
  mso-ansi-language:EN-GB;}
109
- p.TableTitle
109
+ p.TableTitle, p.ListTitle
110
110
  {mso-style-unhide:no;
111
111
  mso-style-qformat:yes;
112
112
  mso-style-parent:"";
@@ -137,12 +137,14 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
137
137
  line-height:12.0pt;
138
138
  mso-pagination:widow-orphan;
139
139
  tab-stops:20.15pt;
140
- font-size:$smallerfontsize;
141
140
  mso-bidi-font-size:$normalfontsize;
142
- font-family:$bodyfont;
143
141
  mso-fareast-font-family:$bodyfont;
144
142
  mso-bidi-font-family:$bodyfont;
145
143
  mso-ansi-language:EN-GB;}
144
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
145
+ font-size:$smallerfontsize;
146
+ font-family:$bodyfont;
147
+ }
146
148
  /* may need to be revised */
147
149
  p.ANNEX, li.ANNEX, div.ANNEX
148
150
  {mso-style-name:ANNEX;
@@ -472,11 +474,13 @@ p.Quote, li.Quote, div.Quote
472
474
  line-height:12.0pt;
473
475
  mso-pagination:widow-orphan;
474
476
  tab-stops:20.15pt;
475
- font-size:$normalfontsize;
476
- font-family:$bodyfont;
477
477
  mso-fareast-font-family:$bodyfont;
478
478
  mso-bidi-font-family:$bodyfont;
479
479
  mso-ansi-language:EN-GB;}
480
+ p.Quote, li.Quote {
481
+ font-size:$normalfontsize;
482
+ font-family:$bodyfont;
483
+ }
480
484
  p.QuoteAttribution
481
485
  {text-align:right;}
482
486
  p.Admonition, li.Admonition, div.Admonition
@@ -484,8 +488,6 @@ p.Admonition, li.Admonition, div.Admonition
484
488
  mso-pagination:widow-orphan;
485
489
  border:none;
486
490
  padding:0cm;
487
- font-size:12.0pt;
488
- font-family:$bodyfont;
489
491
  mso-ascii-font-family:$bodyfont;
490
492
  mso-ascii-theme-font:minor-latin;
491
493
  mso-fareast-font-family:$bodyfont;
@@ -494,8 +496,12 @@ p.Admonition, li.Admonition, div.Admonition
494
496
  mso-hansi-theme-font:minor-latin;
495
497
  mso-bidi-font-family:$bodyfont;
496
498
  mso-bidi-theme-font:minor-bidi;
497
- font-weight:bold;
498
499
  mso-ansi-language:EN-AU;}
500
+ p.Admonition, li.Admonition {
501
+ font-size:12.0pt;
502
+ font-family:$bodyfont;
503
+ font-weight:bold;
504
+ }
499
505
  p.Code, li.Code, div.Code
500
506
  {mso-style-name:Code;
501
507
  mso-style-priority:16;
@@ -708,6 +714,8 @@ margin-left: -36.0pt;
708
714
  p.example, li.example, td.example {
709
715
  margin-right: 0pt;
710
716
  margin-left: 0pt;
717
+ font-size:$smallerfontsize;
718
+ font-family:$bodyfont;
711
719
  }
712
720
 
713
721
  div.example {
@@ -719,8 +727,7 @@ div.example {
719
727
 
720
728
  p.example, li.example, div.example, td.example {
721
729
  mso-pagination:none;
722
- font-size:$smallerfontsize;
723
- font-family:$bodyfont;}
730
+ }
724
731
 
725
732
  td.example p.MsoListParagraph {
726
733
  font-size: $smallerfontsize;
@@ -43,5 +43,8 @@ margin-left:4.25pt;margin-right:4.25pt'>
43
43
 
44
44
  </div>
45
45
  {% endif %}
46
+ <div style='mso-element:para-border-div;border:solid windowtext 1.0pt;
47
+ mso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
48
+ margin-left:4.25pt;margin-right:4.25pt' class="coverpage-warning" id="coverpage-note-destination"/>
46
49
 
47
50
 
@@ -10,20 +10,15 @@ module IsoDoc
10
10
  Metanorma::M3AAWG.configuration
11
11
  end
12
12
 
13
- def initialize(options)
14
- #require "byebug"; byebug
15
- super
16
- end
17
-
18
- def colophon(body, docxml)
13
+ def colophon(body, _docxml)
19
14
  body.div **{ class: "colophon" } do |div|
20
15
  div << <<~"COLOPHON"
21
- <p>As with all M<sup>3</sup>AAWG documents that we publish,
22
- please check the M<sup>3</sup>AAWG website
23
- (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to
24
- this paper.</p>
25
- <p>&copy; #{@meta.get[:docyear]} copyright by the Messaging, Malware
26
- and Mobile Anti-Abuse Working Group (M<sup>3</sup>AAWG)</p>
16
+ <p>As with all M<sup>3</sup>AAWG documents that we publish,
17
+ please check the M<sup>3</sup>AAWG website
18
+ (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to
19
+ this paper.</p>
20
+ <p>&#xa9; #{@meta.get[:docyear]} copyright by the Messaging, Malware
21
+ and Mobile Anti-Abuse Working Group (M<sup>3</sup>AAWG)</p>
27
22
  COLOPHON
28
23
  end
29
24
  end
@@ -44,4 +39,3 @@ module IsoDoc
44
39
  end
45
40
  end
46
41
  end
47
-
@@ -10,13 +10,13 @@ module IsoDoc
10
10
  @meta = Metadata.new(lang, script, labels)
11
11
  end
12
12
 
13
- def xref_init(lang, script, klass, labels, options)
13
+ def xref_init(lang, script, _klass, labels, options)
14
14
  html = HtmlConvert.new(language: lang, script: script)
15
15
  @xrefs = Xref.new(lang, script, html, labels, options)
16
16
  end
17
17
 
18
18
  def i18n_init(lang, script, i18nyaml = nil)
19
- @i18n = I18n.new(lang, script, i18nyaml || @i18nyaml)
19
+ @i18n = I18n.new(lang, script, i18nyaml: i18nyaml || @i18nyaml)
20
20
  end
21
21
  end
22
22
  end