metanorma-m3aawg 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/m3aawg/html/htmlstyle.css +6 -0
- data/lib/isodoc/m3aawg/html/htmlstyle.scss +1 -0
- data/lib/isodoc/m3aawg/html/m3d.css +18 -12
- data/lib/isodoc/m3aawg/html/m3d.scss +17 -10
- data/lib/isodoc/m3aawg/m3aawg.policy.xsl +215 -145
- data/lib/isodoc/m3aawg/m3aawg.report.xsl +215 -145
- data/lib/metanorma/m3aawg/biblio.rng +32 -34
- data/lib/metanorma/m3aawg/isodoc.rng +9 -0
- data/lib/metanorma/m3aawg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 629e27f731daa738bdb88ccd403e9b43dcac49522ce843fdffd663ae6963a405
|
4
|
+
data.tar.gz: c4e9ce875870b8741bb52ba5daa95f6aa4e5ea51484170bb41d340e854ce06d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4049c3594cf5dfeeb7196c087863915fdf17fa8ab4223de58581d4f1eb45a9f86f767713b6ffb06b156f83baf82bbbf7bbe11305da37cbc8273a5e11976fc6f0
|
7
|
+
data.tar.gz: 2a6f329e2ea0ec5eda0bb31a4f49ea73f91a480ce37a30c71d3a9b753464dae3039b1bb818b2584d7d1ebacf94675fd71174e3988df04b01453ba6150ba5d66e
|
@@ -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
|
-
|
723
|
-
font-family:$bodyfont;}
|
730
|
+
}
|
724
731
|
|
725
732
|
td.example p.MsoListParagraph {
|
726
733
|
font-size: $smallerfontsize;
|