metanorma-m3d 1.3.10 → 1.3.11

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: aaf32bfa5b254b37ce34b70dcdf9395d913b1697f426bb07637947298706023b
4
- data.tar.gz: 2fd76f03478b735defc642904c215bee5ee07fe44631786414cbf7066fa31a0b
3
+ metadata.gz: 1c8b211190f01588bb8b445ecda3bd351a8b5ffb060c4a78c180f1651596392e
4
+ data.tar.gz: 2082aa3716a3294f55ad30d09f2ec1b4123e89d9ced0cefb7f7d608b938f47a3
5
5
  SHA512:
6
- metadata.gz: 0eeaa10e182a68c050ba62c617fab74984807e1b41ff9dc035661a69550834c372457ba97db0ec6924fc55a09f8ebd83d2e30d3dc757c7be6e24f9378ace8f48
7
- data.tar.gz: 1d480b532f78050c8fc20008aff680fa86aa78f47c0bc4db4eee5e0e5cbd18ccf42bc39c3d552b99cf2186a56d6c889b276dc690aacf3ad6c9c0d3ee43f561a2
6
+ metadata.gz: 38d21f0cef1b02467cc7df808c3a4ef24579619f11e5fdeeffe962eeaf484ddef2c454696565731f719c140ea148cac7a35b1806d9a1f890e75ddc7eb6fc33b4
7
+ data.tar.gz: 8deea900d52970c48c0e5298787baae0ef66950ce6c57cb52e7a9e389bd6305ed061c4bd75aa5d88e40acc37ab0b9542e07437dfed7df72ec10ffb6b58425e94
@@ -0,0 +1,44 @@
1
+ <boilerplate>
2
+ <copyright-statement>
3
+ <clause>
4
+ <p>© {{ docyear }} Messaging, Malware and Mobile Anti-Abuse Working Group</p>
5
+ </clause>
6
+ </copyright-statement>
7
+
8
+ {% if unpublished %}
9
+ <license-statement>
10
+ <clause>
11
+ <title>Warning for Drafts</title>
12
+ <p>This document is not an M3AAWG Standard. It is distributed for review and
13
+ comment, and is subject to change without notice and may not be referred to as
14
+ a Standard. Recipients of this draft are invited to submit, with their
15
+ comments, notification of any relevant patent rights of which they are aware
16
+ and to provide supporting documentation.</p>
17
+ </clause>
18
+ </license-statement>
19
+ {% endif %}
20
+
21
+ <legal-statement>
22
+ <clause>
23
+ <p>All rights reserved. Unless otherwise specified, no part of this
24
+ publication may be reproduced or utilized otherwise in any form or by any
25
+ means, electronic or mechanical, including photocopying, or posting on the
26
+ internet or an intranet, without prior written permission. Permission can
27
+ be requested from the address below.</p>
28
+ </clause>
29
+ </legal-statement>
30
+
31
+ <feedback-statement>
32
+
33
+ <p id="boilerplate-name">Messaging, Malware and Mobile Anti-Abuse Working Group</p>
34
+ <p class="boilerplate-address">
35
+ 781 Beach Street, Suite 302<br />
36
+ San Francisco<br />
37
+ California 94109<br />
38
+ United States of America<br />
39
+ <br />
40
+ <link target="https://www.m3aawg.org">www.m3aawg.org</link>
41
+ </p>
42
+ </feedback-statement>
43
+ </boilerplate>
44
+
@@ -56,42 +56,21 @@
56
56
 
57
57
  {% if unpublished %}
58
58
  <div class="coverpage-warning">
59
- <span class="title">Warning for Drafts</span>
60
-
61
- <p class="content">
62
- This document is not an M3AAWG Standard. It is distributed for review and
63
- comment, and is subject to change without notice and may not be referred to as
64
- a Standard. Recipients of this draft are invited to submit, with their
65
- comments, notification of any relevant patent rights of which they are aware
66
- and to provide supporting documentation.
67
- </p>
59
+ <div id="boilerplate-license-destination"/>
68
60
  </div>
69
61
  {% endif %}
70
62
 
71
63
  <div class="copyright">
72
- <p class="year">
73
- &copy; {{ docyear }} Messaging, Malware and Mobile Anti-Abuse Working Group
74
- </p>
75
-
76
- <p class="message">
77
- All rights reserved. Unless otherwise specified, no part of this
78
- publication may be reproduced or utilized otherwise in any form or by any
79
- means, electronic or mechanical, including photocopying, or posting on the
80
- internet or an intranet, without prior written permission. Permission can
81
- be requested from the address below.
82
- </p>
64
+ <div class="year">
65
+ <div id="boilerplate-copyright-destination"/>
66
+ </div>
67
+
68
+ <div class="message">
69
+ <div id="boilerplate-legal-destination"/>
70
+ </div>
83
71
 
84
72
  <div class="contact-info">
85
- <p class="name">Messaging, Malware and Mobile Anti-Abuse Working Group</p>
86
- <p class="address">
87
- 781 Beach Street, Suite 302<br />
88
- San Francisco<br />
89
- California 94109<br />
90
- United States of America<br />
91
- <br />
92
- <!--<a href="mailto:copyright@ribose.com">copyright@ribose.com</a><br />-->
93
- <a href="https://www.m3aawg.org">www.m3aawg.org</a>
94
- </p>
73
+ <div id="boilerplate-feedback-destination"/>
95
74
  </div>
96
75
  </div>
97
76
 
@@ -763,13 +763,13 @@ a.footnote-number {
763
763
  font-weight: 400;
764
764
  }
765
765
 
766
- .contact-info .name {
766
+ #boilerplate-name {
767
767
  font-weight: 700;
768
768
  font-size: 1.2em;
769
769
  margin-bottom:0;
770
770
  }
771
771
 
772
- .contact-info .address {
772
+ #boilerplate-address {
773
773
  font-size: 1em;
774
774
  line-height: 1.3em;
775
775
  margin-top:0;
@@ -993,7 +993,7 @@ h2 {
993
993
  }
994
994
 
995
995
 
996
- .copyright .name, .copyright .address {color: black;}
996
+ .contact-info {color: black;}
997
997
 
998
998
 
999
999
 
@@ -252,13 +252,36 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
252
252
  tab-stops:20.15pt;
253
253
  font-size:14.0pt;
254
254
  mso-bidi-font-size:11.0pt;
255
- page-break-before:always;
256
255
  font-family:$headerfont;
257
256
  mso-fareast-font-family:$headerfont;
258
257
  mso-bidi-font-family:$headerfont;
259
258
  mso-ansi-language:EN-GB;
260
259
  font-weight:bold;
260
+ page-break-before:always;
261
261
  mso-bidi-font-weight:normal;}
262
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
263
+ mso-style-noshow:yes;
264
+ mso-style-unhide:no;
265
+ mso-style-parent:"Foreword Title";
266
+ margin-top:0cm;
267
+ margin-right:0cm;
268
+ margin-bottom:15.5pt;
269
+ margin-left:0cm;
270
+ text-align:center;
271
+ line-height:15.5pt;
272
+ mso-pagination:widow-orphan;
273
+ page-break-after:avoid;
274
+ mso-hyphenate:none;
275
+ tab-stops:20.15pt;
276
+ font-size:14.0pt;
277
+ mso-bidi-font-size:11.0pt;
278
+ font-family:$headerfont;
279
+ mso-fareast-font-family:$headerfont;
280
+ mso-bidi-font-family:$headerfont;
281
+ mso-ansi-language:EN-GB;
282
+ font-weight:bold;
283
+ mso-bidi-font-weight:normal;
284
+ }
262
285
  p.Terms, li.Terms, div.Terms
263
286
  {mso-style-name:"Term\(s\)";
264
287
  mso-style-priority:8;
@@ -33,19 +33,7 @@ lang="EN-GB" style='font-size:40.0pt'>{% if unpublished %}{{ stage }}{% endif %}
33
33
  mso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
34
34
  margin-left:4.25pt;margin-right:4.25pt'>
35
35
 
36
- <p class="MsoNormal" align="center" style='margin-bottom:6.0pt;text-align:center;
37
- border:none;mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:
38
- 1.0pt 4.0pt 1.0pt 4.0pt'><b style='mso-bidi-font-weight:normal'><span
39
- lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>Warning for Drafts<o:p></o:p></span></b></p>
40
-
41
- <p class="MsoNormal" style='margin-bottom:6.0pt;border:none;mso-border-alt:solid windowtext .5pt;
42
- padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span lang="EN-GB"
43
- style='font-size:10.0pt;mso-bidi-font-size:11.0pt;mso-bidi-font-weight:bold'>This document is not an M3AAWG Standard. It is distributed for review and
44
- comment, and is subject to change without notice and may not be referred to as
45
- a Standard. Recipients of this draft are invited to submit, with their
46
- comments, notification of any relevant patent rights of which they are aware
47
- and to provide supporting documentation.
48
- <o:p></o:p></span></p>
36
+ <div id="boilerplate-license-destination"/>
49
37
 
50
38
  </div>
51
39
  {% endif %}
@@ -692,7 +692,6 @@ p.Tablebody, li.Tablebody, div.Tablebody
692
692
  mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
693
693
  mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
694
694
  mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
695
- mso-page-orientation: portrait;
696
695
  mso-paper-source:0;}
697
696
  div.WordSection1
698
697
  {page:WordSection1;}
@@ -708,8 +707,33 @@ div.WordSection1
708
707
  mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
709
708
  mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
710
709
  mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
711
- mso-page-orientation: portrait;
712
710
  mso-paper-source:0;}
711
+ @page WordSection2L
712
+ {size:792.0pt 612.0pt;
713
+ margin:36.0pt 53.85pt 21.55pt 53.85pt;
714
+ mso-header-margin:42.55pt;
715
+ mso-footer-margin:43.1pt;
716
+ mso-title-page:yes;
717
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
718
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
719
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
720
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
721
+ mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
722
+ mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
723
+ mso-paper-source:0;}
724
+ @page WordSection2P
725
+ {size:612.0pt 792.0pt;
726
+ margin:36.0pt 53.85pt 21.55pt 53.85pt;
727
+ mso-header-margin:42.55pt;
728
+ mso-footer-margin:43.1pt;
729
+ mso-title-page:yes;
730
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
731
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
732
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
733
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
734
+ mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh1;
735
+ mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff1;
736
+ mso-paper-source:0;}
713
737
  div.WordSection2
714
738
  {page:WordSection2;}
715
739
  @page WordSection3
@@ -721,8 +745,27 @@ div.WordSection2
721
745
  mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
722
746
  mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
723
747
  mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
724
- mso-page-orientation: portrait;
725
748
  mso-paper-source:0;}
749
+ @page WordSection3L
750
+ {size:792.0pt 612.0pt;
751
+ margin:36.0pt 53.85pt 21.55pt 53.85pt;
752
+ mso-header-margin:42.55pt;
753
+ mso-footer-margin:43.1pt;
754
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
755
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
756
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
757
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
758
+ mso-paper-source:0;}
759
+ @page WordSection3P
760
+ {size:612.0pt 792.0pt;
761
+ margin:36.0pt 53.85pt 21.55pt 53.85pt;
762
+ mso-header-margin:42.55pt;
763
+ mso-footer-margin:43.1pt;
764
+ mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh1;
765
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
766
+ mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef1;
767
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
768
+ mso-paper-source:0;}
726
769
  div.WordSection3
727
770
  {page:WordSection3;}
728
771
  @page WordSection4
@@ -734,7 +777,6 @@ div.WordSection3
734
777
  mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
735
778
  mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
736
779
  mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
737
- mso-page-orientation: portrait;
738
780
  mso-paper-source:0;}
739
781
  div.colophon
740
782
  {page:WordSection4;}
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module M3d
3
- VERSION = "1.3.10"
3
+ VERSION = "1.3.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-m3d
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-17 00:00:00.000000000 Z
11
+ date: 2020-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciimath
@@ -305,6 +305,7 @@ files:
305
305
  - lib/asciidoctor/m3d.rb
306
306
  - lib/asciidoctor/m3d/basicdoc.rng
307
307
  - lib/asciidoctor/m3d/biblio.rng
308
+ - lib/asciidoctor/m3d/boilerplate.xml
308
309
  - lib/asciidoctor/m3d/converter.rb
309
310
  - lib/asciidoctor/m3d/isodoc.rng
310
311
  - lib/asciidoctor/m3d/m3d.rng