metanorma-ribose 2.0.8 → 2.1.2

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: '059b88946e08617f9a036ee2b91e80bc9214e327eab48afc92459ac70eb7448c'
4
- data.tar.gz: de5db665aa4f2454b1776e6265c485694232949a083d8b9de5b6613c6b00fb81
3
+ metadata.gz: 4b01f4b4b2238e9ae48eb5b174ee5e1b56342e356fa82f4f0976e12456633430
4
+ data.tar.gz: ea96ec56d44388731e58f29f2e618423f57dccd82fd06cfe714fb178c58d31cf
5
5
  SHA512:
6
- metadata.gz: 1416372c9e996e68ecfb40f12986c67a9cd188c9dfd9dd712cfe55a31defd53ebb76075ca6b64b7c447a2e63371b47fd7006026038ee950101dcdcda3106b770
7
- data.tar.gz: 56c4b7c06d00ba074d23f87430028418a590ce73132d76d33635892eee12047f93902ca2230008b3400e97f55e2ca7c189b82c18bdfc177dbb9cc37940b30448
6
+ metadata.gz: 48defe9cb9e094cbe27ed601c4e1df9733b6cc05a5f1bb14d0f5934fadfbc76b19e0b9214dff1aa309448fc7836619fa8706ddd2a2595cfbc311edb10749ac9f
7
+ data.tar.gz: 0d2c7cfa89ed0ffa775b17d70767ca4f64f12a766a9ccf73005797f2f5f558edc4cf1bce4085ca9971f6256656022a307ab73e20088a6aa09ed337baba35ead3
@@ -69,6 +69,8 @@
69
69
  <div id="boilerplate-license-destination"/>
70
70
  </div>
71
71
  {% endif %}
72
+ <div class="coverpage-warning" id="coverpage-note-destination"/>
73
+
72
74
 
73
75
  <div class="info-section">
74
76
  <div class="copyright">
@@ -709,6 +709,12 @@ pre {
709
709
  font-size: 1em;
710
710
  text-align: center; }
711
711
 
712
+ .ListTitle {
713
+ font-weight: 700;
714
+ font-size: 1em;
715
+ text-align: center;
716
+ text-align: left; }
717
+
712
718
  .FigureTitle,
713
719
  .SourceTitle {
714
720
  font-weight: 700;
@@ -359,6 +359,7 @@ pre {
359
359
 
360
360
  @include admonitionBlock();
361
361
  @include recommendationBlock();
362
+ @include listBlock();
362
363
 
363
364
  .FigureTitle,
364
365
  .SourceTitle {
@@ -111,7 +111,7 @@ p.AdmonitionTitle, p.RecommendationTitle {
111
111
  mso-bidi-font-family: {{bodyfont}};
112
112
  mso-ansi-language: EN-GB; }
113
113
 
114
- p.TableTitle {
114
+ p.TableTitle, p.ListTitle {
115
115
  mso-style-unhide: no;
116
116
  mso-style-qformat: yes;
117
117
  mso-style-parent: "";
@@ -142,13 +142,15 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
142
142
  line-height: {{normalfontsize}};
143
143
  mso-pagination: widow-orphan;
144
144
  tab-stops: 20.15pt;
145
- font-size: {{smallerfontsize}};
146
145
  mso-bidi-font-size: {{smallerfontsize}};
147
- font-family: {{bodyfont}};
148
146
  mso-fareast-font-family: {{bodyfont}};
149
147
  mso-bidi-font-family: {{bodyfont}};
150
148
  mso-ansi-language: EN-GB; }
151
149
 
150
+ p.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
151
+ font-size: {{smallerfontsize}};
152
+ font-family: {{bodyfont}}; }
153
+
152
154
  p.ANNEX, li.ANNEX, div.ANNEX {
153
155
  mso-style-name: ANNEX;
154
156
  mso-style-priority: 10;
@@ -493,12 +495,14 @@ p.Quote, li.Quote, div.Quote {
493
495
  line-height: {{normalfontsize}};
494
496
  mso-pagination: widow-orphan;
495
497
  tab-stops: 20.15pt;
496
- font-size: {{normalfontsize}};
497
- font-family: {{bodyfont}};
498
498
  mso-fareast-font-family: {{bodyfont}};
499
499
  mso-bidi-font-family: {{bodyfont}};
500
500
  mso-ansi-language: EN-GB; }
501
501
 
502
+ p.Quote, li.Quote {
503
+ font-size: {{normalfontsize}};
504
+ font-family: {{bodyfont}}; }
505
+
502
506
  p.QuoteAttribution {
503
507
  text-align: right;
504
508
  mso-style-priority: 99;
@@ -528,8 +532,6 @@ p.Admonition, li.Admonition, div.Admonition {
528
532
  mso-border-themecolor: accent1;
529
533
  padding: 0cm;
530
534
  mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
531
- font-size: {{normalfontsize}};
532
- font-family: {{bodyfont}};
533
535
  mso-ascii-font-family: {{bodyfont}};
534
536
  mso-ascii-theme-font: minor-latin;
535
537
  mso-fareast-font-family: {{bodyfont}};
@@ -540,7 +542,11 @@ p.Admonition, li.Admonition, div.Admonition {
540
542
  mso-bidi-theme-font: minor-bidi;
541
543
  color: #4472C4;
542
544
  mso-themecolor: accent1;
543
- mso-ansi-language: EN-AU;
545
+ mso-ansi-language: EN-AU; }
546
+
547
+ p.Admonition, li.Admonition {
548
+ font-size: {{normalfontsize}};
549
+ font-family: {{bodyfont}};
544
550
  font-style: italic; }
545
551
 
546
552
  p.Code, li.Code, div.Code {
@@ -765,7 +771,9 @@ aside {
765
771
 
766
772
  p.example, li.example, td.example {
767
773
  margin-right: 0pt;
768
- margin-left: 0pt; }
774
+ margin-left: 0pt;
775
+ font-size: {{smallerfontsize}};
776
+ font-family: {{bodyfont}}; }
769
777
 
770
778
  div.example {
771
779
  margin-right: 36.0pt;
@@ -774,9 +782,7 @@ div.example {
774
782
  margin-bottom: 0cm; }
775
783
 
776
784
  p.example, li.example, div.example, td.example {
777
- mso-pagination: none;
778
- font-size: {{smallerfontsize}};
779
- font-family: {{bodyfont}}; }
785
+ mso-pagination: none; }
780
786
 
781
787
  td.example p.MsoListParagraph {
782
788
  font-size: {{smallerfontsize}}; }
@@ -105,7 +105,7 @@ p.AdmonitionTitle, p.RecommendationTitle
105
105
  mso-fareast-font-family:$bodyfont;
106
106
  mso-bidi-font-family:$bodyfont;
107
107
  mso-ansi-language:EN-GB;}
108
- p.TableTitle
108
+ p.TableTitle, p.ListTitle
109
109
  {mso-style-unhide:no;
110
110
  mso-style-qformat:yes;
111
111
  mso-style-parent:"";
@@ -135,12 +135,14 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
135
135
  line-height:$normalfontsize;
136
136
  mso-pagination:widow-orphan;
137
137
  tab-stops:20.15pt;
138
- font-size:$smallerfontsize;
139
138
  mso-bidi-font-size:$smallerfontsize;
140
- font-family:$bodyfont;
141
139
  mso-fareast-font-family:$bodyfont;
142
140
  mso-bidi-font-family:$bodyfont;
143
141
  mso-ansi-language:EN-GB;}
142
+ p.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
143
+ font-size:$smallerfontsize;
144
+ font-family:$bodyfont;
145
+ }
144
146
  p.ANNEX, li.ANNEX, div.ANNEX
145
147
  {mso-style-name:ANNEX;
146
148
  mso-style-priority:10;
@@ -470,11 +472,13 @@ p.Quote, li.Quote, div.Quote
470
472
  line-height:$normalfontsize;
471
473
  mso-pagination:widow-orphan;
472
474
  tab-stops:20.15pt;
473
- font-size:$normalfontsize;
474
- font-family:$bodyfont;
475
475
  mso-fareast-font-family:$bodyfont;
476
476
  mso-bidi-font-family:$bodyfont;
477
477
  mso-ansi-language:EN-GB;}
478
+ p.Quote, li.Quote {
479
+ font-size:$normalfontsize;
480
+ font-family:$bodyfont;
481
+ }
478
482
  p.QuoteAttribution
479
483
  {text-align:right;
480
484
  mso-style-priority:99;
@@ -504,8 +508,6 @@ p.Admonition, li.Admonition, div.Admonition
504
508
  mso-border-themecolor:accent1;
505
509
  padding:0cm;
506
510
  mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
507
- font-size:$normalfontsize;
508
- font-family:$bodyfont;
509
511
  mso-ascii-font-family:$bodyfont;
510
512
  mso-ascii-theme-font:minor-latin;
511
513
  mso-fareast-font-family:$bodyfont;
@@ -517,6 +519,10 @@ p.Admonition, li.Admonition, div.Admonition
517
519
  color:#4472C4;
518
520
  mso-themecolor:accent1;
519
521
  mso-ansi-language:EN-AU;
522
+ }
523
+ p.Admonition, li.Admonition {
524
+ font-size:$normalfontsize;
525
+ font-family:$bodyfont;
520
526
  font-style:italic;}
521
527
  p.Code, li.Code, div.Code
522
528
  {mso-style-name:Code;
@@ -720,6 +726,8 @@ margin-left: -36.0pt;
720
726
  p.example, li.example, td.example {
721
727
  margin-right: 0pt;
722
728
  margin-left: 0pt;
729
+ font-size:$smallerfontsize;
730
+ font-family:$bodyfont;
723
731
  }
724
732
 
725
733
  div.example {
@@ -731,8 +739,7 @@ div.example {
731
739
 
732
740
  p.example, li.example, div.example, td.example {
733
741
  mso-pagination:none;
734
- font-size:$smallerfontsize;
735
- font-family:$bodyfont;}
742
+ }
736
743
 
737
744
  td.example p.MsoListParagraph {
738
745
  font-size: $smallerfontsize;
@@ -73,6 +73,7 @@ margin-left:4.25pt;margin-right:4.25pt'>
73
73
  {% if unpublished %}
74
74
  <div id="boilerplate-license-destination"/>
75
75
  {% endif %}
76
+ <div class="coverpage-warning" id="coverpage-note-destination"/>
76
77
 
77
78
  </div>
78
79
 
@@ -16,7 +16,7 @@ module IsoDoc
16
16
 
17
17
  def i18n_init(lang, script, i18nyaml = nil)
18
18
  @i18n = I18n.new(
19
- lang, script, i18nyaml ||
19
+ lang, script, i18nyaml: i18nyaml ||
20
20
  Metanorma::Ribose.configuration.i18nyaml || @i18nyaml
21
21
  )
22
22
  end