metanorma-csa 1.6.7 → 1.6.8

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: 9482a7b054061fd42439fac150f5d2e328bcd165387e5d0213811b736362c75b
4
- data.tar.gz: 5e5e352e61b1c4f62fe5f9aaab7592d49704874c28f461c13009a7df1037cd9c
3
+ metadata.gz: 8a611dbc71c58150cd8102bf56cf7f71b514a94b498600dfdd7f00e273eb81a9
4
+ data.tar.gz: '018ce3ef9b1621ac802ac2defe1c9f8b4295a8eb945a28cc59e2509a87ab4f13'
5
5
  SHA512:
6
- metadata.gz: '058d7bf311553b32294bd267c6e58146f80241d804e8eb866421f5c93fe9932082cba1c71e7de6ca3ac3ff796e1d1d3d557cae6da7d9a11df07c9627c10aaa3b'
7
- data.tar.gz: 07b932b56ca67039d21a19bb4aa0bcf9f885a0d28cc86cb0bcda0aa298fee6bc71b1abe6576b671eb01c7c87d88de9f24a753116c10dc22e4631d65bff316a03
6
+ metadata.gz: f6a9634bccfd8971fce8ca005e93ba9d830b0d0529159e0cb3296fcce031c164b0cd56f1bfd01d67cfdaf2d5044a34c20f47754641ddce84bba73b124f0bc3a5
7
+ data.tar.gz: f7ac4faaad94d9c4b9ce5ee70dcd79a06e73cfd4e5005f67d1fed6ac1d5e46489b6eff8a705f3d6933ac3ac8040f3a341274b1d4070e7f7b0a5b0543347fdbe9
@@ -36,7 +36,7 @@ jobs:
36
36
  with:
37
37
  ruby-version: ${{ matrix.ruby }}
38
38
 
39
- - uses: actions/cache@v1
39
+ - uses: actions/cache@v2
40
40
  with:
41
41
  path: vendor/bundle
42
42
  key: bundle-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}
@@ -48,15 +48,14 @@ jobs:
48
48
 
49
49
  - run: bundle exec rake
50
50
 
51
- notify:
52
- name: Trigger notify workflow
51
+ tests-passed:
53
52
  needs: rake
54
53
  runs-on: ubuntu-latest
55
54
  steps:
56
- - name: Trigger notify workflow
55
+ - name: Trigger tests passed event
57
56
  uses: Sibz/github-status-action@v1
58
57
  with:
59
- authToken: ${{ secrets.GITHUB_TOKEN }}
58
+ authToken: ${{ secrets.METANORMA_CI_PAT_TOKEN || secrets.GITHUB_TOKEN }}
60
59
  context: 'tests-passed-successfully'
61
60
  description: 'Tests passed successfully'
62
61
  state: 'success'
@@ -33,7 +33,7 @@
33
33
 
34
34
  <xsl:template match="/">
35
35
  <xsl:call-template name="namespaceCheck"/>
36
- <fo:root font-family="AzoSans, STIX Two Math" font-size="10pt" xml:lang="{$lang}">
36
+ <fo:root font-family="Azo Sans, STIX Two Math" font-size="10pt" xml:lang="{$lang}">
37
37
  <fo:layout-master-set>
38
38
  <!-- Cover page -->
39
39
  <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
@@ -519,7 +519,7 @@
519
519
  </fo:basic-link>
520
520
  </fo:inline>
521
521
  <fo:footnote-body>
522
- <fo:block font-family="AzoSans-Light" font-size="10pt" margin-bottom="12pt" font-weight="normal" text-indent="0" start-indent="0" color="rgb(168, 170, 173)" text-align="left">
522
+ <fo:block font-family="Azo Sans Lt" font-size="10pt" margin-bottom="12pt" font-weight="normal" text-indent="0" start-indent="0" color="rgb(168, 170, 173)" text-align="left">
523
523
  <fo:inline id="footnote_{@reference}" keep-with-next.within-line="always" font-size="60%" vertical-align="super">
524
524
  <xsl:value-of select="$number "/><!-- + count(//csa:bibitem/csa:note) -->
525
525
  </fo:inline>
@@ -601,7 +601,7 @@
601
601
  </fo:basic-link>
602
602
  </fo:inline>
603
603
  <fo:footnote-body>
604
- <fo:block font-family="AzoSans-Light" font-size="10pt" margin-bottom="12pt" start-indent="0pt" color="rgb(168, 170, 173)">
604
+ <fo:block font-family="Azo Sans Lt" font-size="10pt" margin-bottom="12pt" start-indent="0pt" color="rgb(168, 170, 173)">
605
605
  <fo:inline id="{generate-id()}" keep-with-next.within-line="always" font-size="60%" vertical-align="super"><!-- baseline-shift="30%" padding-right="9mm" alignment-baseline="hanging" -->
606
606
  <xsl:value-of select="$number"/><!-- <xsl:text>)</xsl:text> -->
607
607
  </fo:inline>
@@ -856,7 +856,7 @@
856
856
  </fo:block-container>
857
857
  </fo:static-content>
858
858
  <fo:static-content flow-name="footer">
859
- <fo:block-container font-family="AzoSans-Light" font-size="10.1pt" height="100%" display-align="after"> <!-- 11.5pt -->
859
+ <fo:block-container font-family="Azo Sans Lt" font-size="10.1pt" height="100%" display-align="after"> <!-- 11.5pt -->
860
860
  <fo:block padding-bottom="13mm" text-align="right" color="rgb(144, 144, 144)">
861
861
  <fo:inline padding-right="7mm"><xsl:value-of select="$copyright"/></fo:inline>
862
862
  <fo:page-number/>
@@ -1040,7 +1040,7 @@
1040
1040
  <xsl:attribute name="wrap-option">wrap</xsl:attribute>
1041
1041
 
1042
1042
 
1043
- <xsl:attribute name="font-family">SourceCodePro</xsl:attribute>
1043
+ <xsl:attribute name="font-family">Source Code Pro</xsl:attribute>
1044
1044
  <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
1045
1045
  <xsl:attribute name="keep-with-next">always</xsl:attribute>
1046
1046
  <xsl:attribute name="line-height">113%</xsl:attribute>
@@ -1290,6 +1290,7 @@
1290
1290
 
1291
1291
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1292
1292
 
1293
+
1293
1294
  <xsl:attribute name="font-size">11pt</xsl:attribute>
1294
1295
  <xsl:attribute name="font-weight">bold</xsl:attribute>
1295
1296
  <xsl:attribute name="text-align">center</xsl:attribute>
@@ -1336,7 +1337,7 @@
1336
1337
 
1337
1338
  </xsl:attribute-set><xsl:attribute-set name="tt-style">
1338
1339
 
1339
- <xsl:attribute name="font-family">SourceCodePro</xsl:attribute>
1340
+ <xsl:attribute name="font-family">Source Code Pro</xsl:attribute>
1340
1341
 
1341
1342
 
1342
1343
 
@@ -2543,6 +2544,7 @@
2543
2544
  </fo:inline>
2544
2545
  </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
2545
2546
  <fo:inline font-weight="bold">
2547
+
2546
2548
  <xsl:apply-templates/>
2547
2549
  </fo:inline>
2548
2550
  </xsl:template><xsl:template match="*[local-name()='sup']">
@@ -2947,6 +2949,7 @@
2947
2949
  </xsl:choose>
2948
2950
  </xsl:variable>
2949
2951
  <fo:inline xsl:use-attribute-sets="link-style">
2952
+
2950
2953
  <xsl:choose>
2951
2954
  <xsl:when test="$target = ''">
2952
2955
  <xsl:apply-templates/>
@@ -3162,7 +3165,8 @@
3162
3165
  </fo:inline>
3163
3166
  </xsl:if>
3164
3167
  </xsl:template><xsl:template match="*[local-name() = 'figure']">
3165
- <fo:block-container id="{@id}">
3168
+ <fo:block-container id="{@id}">
3169
+
3166
3170
  <fo:block>
3167
3171
  <xsl:apply-templates/>
3168
3172
  </fo:block>
@@ -3213,7 +3217,7 @@
3213
3217
  <xsl:apply-templates mode="bookmarks"/>
3214
3218
  </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3215
3219
  <xsl:apply-templates select="."/>
3216
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3220
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3217
3221
  <xsl:apply-templates mode="bookmarks"/>
3218
3222
  </xsl:template><xsl:template name="addBookmarks">
3219
3223
  <xsl:param name="contents"/>
@@ -3946,7 +3950,7 @@
3946
3950
  <fo:block id="{@id}">
3947
3951
  <xsl:apply-templates/>
3948
3952
  </fo:block>
3949
- </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
3953
+ </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
3950
3954
 
3951
3955
  <fo:block id="{@id}">
3952
3956
  <xsl:apply-templates/>
@@ -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";
@@ -26,7 +26,7 @@ p.pseudocode, li.pseudocode, div.pseudocode {
26
26
  text-align: left;
27
27
  mso-pagination: widow-orphan;
28
28
  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;
29
- font-size: 10.5pt;
29
+ font-size: {{normalfontsize}};
30
30
  font-family: {{bodyfont}};
31
31
  mso-fareast-font-family: Calibri;
32
32
  mso-bidi-font-family: "Courier New";
@@ -44,7 +44,7 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
44
44
  tab-stops: 33.15pt;
45
45
  line-height: 12.0pt;
46
46
  mso-pagination: widow-orphan;
47
- font-size: 10.5pt;
47
+ font-size: {{normalfontsize}};
48
48
  font-weight: normal;
49
49
  font-family: {{bodyfont}};
50
50
  mso-fareast-font-family: {{bodyfont}};
@@ -142,10 +142,9 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
142
142
  line-height: 12.0pt;
143
143
  mso-pagination: widow-orphan;
144
144
  tab-stops: 20.15pt;
145
- font-size: 10.0pt;
145
+ font-size: {{smallerfontsize}};
146
146
  mso-bidi-font-size: 11.0pt;
147
147
  font-family: {{bodyfont}};
148
- font-size: 10.0pt;
149
148
  mso-fareast-font-family: {{bodyfont}};
150
149
  mso-bidi-font-family: {{bodyfont}};
151
150
  mso-ansi-language: EN-GB; }
@@ -410,7 +409,7 @@ p.zzCopyright, li.zzCopyright {
410
409
  tab-stops: 20.15pt 25.7pt 481.15pt;
411
410
  padding: 0cm;
412
411
  mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
413
- font-size: 10.5pt;
412
+ font-size: {{normalfontsize}};
414
413
  font-family: {{bodyfont}};
415
414
  mso-fareast-font-family: {{bodyfont}};
416
415
  mso-bidi-font-family: {{bodyfont}};
@@ -496,7 +495,7 @@ p.Quote, li.Quote, div.Quote {
496
495
  line-height: 12.0pt;
497
496
  mso-pagination: widow-orphan;
498
497
  tab-stops: 20.15pt;
499
- font-size: 10.5pt;
498
+ font-size: {{normalfontsize}};
500
499
  font-family: {{bodyfont}};
501
500
  mso-fareast-font-family: {{bodyfont}};
502
501
  mso-bidi-font-family: {{bodyfont}};
@@ -512,7 +511,7 @@ p.QuoteAttribution {
512
511
  line-height: 12.0pt;
513
512
  mso-pagination: widow-orphan;
514
513
  tab-stops: 20.15pt;
515
- font-size: 10.5pt;
514
+ font-size: {{normalfontsize}};
516
515
  font-family: {{bodyfont}};
517
516
  mso-fareast-font-family: {{bodyfont}};
518
517
  mso-bidi-font-family: {{bodyfont}};
@@ -574,7 +573,7 @@ p.Formula, li.Formula, div.Formula {
574
573
  line-height: 12.0pt;
575
574
  mso-pagination: widow-orphan;
576
575
  tab-stops: right 487.45pt;
577
- font-size: 10.5pt;
576
+ font-size: {{normalfontsize}};
578
577
  font-family: {{bodyfont}};
579
578
  mso-fareast-font-family: {{bodyfont}};
580
579
  mso-bidi-font-family: {{bodyfont}};
@@ -688,7 +687,7 @@ table.MsoISOTable, table.MsoISOTableBig {
688
687
  mso-yfti-tbllook: 480;
689
688
  mso-border-insideh: .75pt solid windowtext;
690
689
  mso-border-insidev: .75pt solid windowtext;
691
- font-size: 10.0pt;
690
+ font-size: {{smallerfontsize}};
692
691
  font-family: {{bodyfont}}; }
693
692
 
694
693
  table.MsoISOTable th, table.MsoISOTableBig th {
@@ -702,7 +701,7 @@ table.MsoISOTable td, table.MsoISOTableBig td {
702
701
  padding: 0cm 2.85pt 0cm 2.85pt; }
703
702
 
704
703
  table.MsoISOTable p, table.MsoISOTableBig p {
705
- font-size: 10.0pt; }
704
+ font-size: {{smallerfontsize}}; }
706
705
 
707
706
  table.MsoTableGrid {
708
707
  mso-style-name: "Table Grid";
@@ -718,7 +717,7 @@ table.MsoTableGrid {
718
717
  mso-para-margin: 0cm;
719
718
  mso-para-margin-bottom: .0001pt;
720
719
  mso-pagination: widow-orphan;
721
- font-size: 10.0pt;
720
+ font-size: {{smallerfontsize}};
722
721
  font-family: {{bodyfont}}; }
723
722
 
724
723
  div.formula {
@@ -760,7 +759,7 @@ a.TableFootnoteRef, span.TableFootnoteRef {
760
759
  vertical-align: super; }
761
760
 
762
761
  aside {
763
- font-size: 10.0pt; }
762
+ font-size: {{footnotefontsize}}; }
764
763
 
765
764
  .example-title {
766
765
  font-weight: bold;
@@ -778,32 +777,32 @@ div.example {
778
777
 
779
778
  p.example, li.example, div.example, td.example {
780
779
  mso-pagination: none;
781
- font-size: 10.0pt;
780
+ font-size: {{smallerfontsize}};
782
781
  font-family: {{bodyfont}}; }
783
782
 
784
783
  td.example p.MsoListParagraph {
785
- font-size: 10.0pt; }
784
+ font-size: {{smallerfontsize}}; }
786
785
 
787
786
  div.example p.MsoListParagraph {
788
- font-size: 10.0pt; }
787
+ font-size: {{smallerfontsize}}; }
789
788
 
790
789
  div.Note p.MsoListParagraph {
791
- font-size: 10.0pt;
790
+ font-size: {{smallerfontsize}};
792
791
  margin-left: 1.0cm; }
793
792
 
794
793
  div.Note span.stem {
795
- font-size: 10.0pt; }
794
+ font-size: {{smallerfontsize}}; }
796
795
 
797
796
  div.Note p.Sourcecode, div.Note pre.Sourcecode {
798
797
  font-size: 8.0pt;
799
798
  margin-left: 1.0cm; }
800
799
 
801
800
  div.Note table.dl {
802
- font-size: 10.0pt;
801
+ font-size: {{smallerfontsize}};
803
802
  margin-left: 1.0cm; }
804
803
 
805
804
  span.note_label, span.example_label, td.example_label, td.note_label {
806
- font-size: 10.0pt;
805
+ font-size: {{smallerfontsize}};
807
806
  font-family: {{bodyfont}}; }
808
807
 
809
808
  table.dl {
@@ -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";
@@ -25,7 +25,7 @@ p.pseudocode, li.pseudocode, div.pseudocode
25
25
  text-align:left;
26
26
  mso-pagination:widow-orphan;
27
27
  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;
28
- font-size:10.5pt;
28
+ font-size:$normalfontsize;
29
29
  font-family:$bodyfont;
30
30
  mso-fareast-font-family:Calibri;
31
31
  mso-bidi-font-family:"Courier New";
@@ -42,7 +42,7 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
42
42
  tab-stops: 33.15pt;
43
43
  line-height:12.0pt;
44
44
  mso-pagination:widow-orphan;
45
- font-size:10.5pt;
45
+ font-size:$normalfontsize;
46
46
  font-weight:normal;
47
47
  font-family:$bodyfont;
48
48
  mso-fareast-font-family:$bodyfont;
@@ -135,10 +135,9 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
135
135
  line-height:12.0pt;
136
136
  mso-pagination:widow-orphan;
137
137
  tab-stops:20.15pt;
138
- font-size:10.0pt;
138
+ font-size:$smallerfontsize;
139
139
  mso-bidi-font-size:11.0pt;
140
140
  font-family:$bodyfont;
141
- font-size:10.0pt;
142
141
  mso-fareast-font-family:$bodyfont;
143
142
  mso-bidi-font-family:$bodyfont;
144
143
  mso-ansi-language:EN-GB;}
@@ -392,7 +391,7 @@ p.zzCopyright, li.zzCopyright
392
391
  tab-stops:20.15pt 25.7pt 481.15pt;
393
392
  padding:0cm;
394
393
  mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
395
- font-size:10.5pt;
394
+ font-size:$normalfontsize;
396
395
  font-family:$bodyfont;
397
396
  mso-fareast-font-family:$bodyfont;
398
397
  mso-bidi-font-family:$bodyfont;
@@ -473,7 +472,7 @@ p.Quote, li.Quote, div.Quote
473
472
  line-height:12.0pt;
474
473
  mso-pagination:widow-orphan;
475
474
  tab-stops:20.15pt;
476
- font-size:10.5pt;
475
+ font-size:$normalfontsize;
477
476
  font-family:$bodyfont;
478
477
  mso-fareast-font-family:$bodyfont;
479
478
  mso-bidi-font-family:$bodyfont;
@@ -488,7 +487,7 @@ p.QuoteAttribution
488
487
  line-height:12.0pt;
489
488
  mso-pagination:widow-orphan;
490
489
  tab-stops:20.15pt;
491
- font-size:10.5pt;
490
+ font-size:$normalfontsize;
492
491
  font-family:$bodyfont;
493
492
  mso-fareast-font-family:$bodyfont;
494
493
  mso-bidi-font-family:$bodyfont;
@@ -548,7 +547,7 @@ p.Formula, li.Formula, div.Formula
548
547
  line-height:12.0pt;
549
548
  mso-pagination:widow-orphan;
550
549
  tab-stops:right 487.45pt;
551
- font-size:10.5pt;
550
+ font-size:$normalfontsize;
552
551
  font-family:$bodyfont;
553
552
  mso-fareast-font-family:$bodyfont;
554
553
  mso-bidi-font-family:$bodyfont;
@@ -651,7 +650,7 @@ table.MsoISOTable, table.MsoISOTableBig
651
650
  mso-yfti-tbllook:480;
652
651
  mso-border-insideh:.75pt solid windowtext;
653
652
  mso-border-insidev:.75pt solid windowtext;
654
- font-size:10.0pt;
653
+ font-size:$smallerfontsize;
655
654
  font-family:$bodyfont;}
656
655
  table.MsoISOTable th, table.MsoISOTableBig th
657
656
  {border:solid windowtext 1pt;
@@ -662,7 +661,7 @@ table.MsoISOTable td, table.MsoISOTableBig td
662
661
  mso-border-alt:solid windowtext 1pt;
663
662
  padding:0cm 2.85pt 0cm 2.85pt;}
664
663
  table.MsoISOTable p, table.MsoISOTableBig p
665
- {font-size:10.0pt; }
664
+ {font-size:$smallerfontsize; }
666
665
  table.MsoTableGrid
667
666
  {mso-style-name:"Table Grid";
668
667
  mso-tstyle-rowband-size:0;
@@ -677,7 +676,7 @@ table.MsoTableGrid
677
676
  mso-para-margin:0cm;
678
677
  mso-para-margin-bottom:.0001pt;
679
678
  mso-pagination:widow-orphan;
680
- font-size:10.0pt;
679
+ font-size:$smallerfontsize;
681
680
  font-family:$bodyfont;}
682
681
  div.formula
683
682
  {tab-stops:right 487.45pt;}
@@ -712,7 +711,7 @@ div.coverpage_warning
712
711
  vertical-align:super;}
713
712
 
714
713
  aside {
715
- font-size:10.0pt;
714
+ font-size:$footnotefontsize;
716
715
  }
717
716
 
718
717
  .example-title {
@@ -734,24 +733,24 @@ div.example {
734
733
 
735
734
  p.example, li.example, div.example, td.example {
736
735
  mso-pagination:none;
737
- font-size:10.0pt;
736
+ font-size:$smallerfontsize;
738
737
  font-family:$bodyfont;}
739
738
 
740
739
  td.example p.MsoListParagraph {
741
- font-size: 10.0pt;
740
+ font-size: $smallerfontsize;
742
741
  }
743
742
 
744
743
  div.example p.MsoListParagraph {
745
- font-size: 10.0pt;
744
+ font-size: $smallerfontsize;
746
745
  }
747
746
 
748
747
  div.Note p.MsoListParagraph {
749
- font-size: 10.0pt;
748
+ font-size: $smallerfontsize;
750
749
  margin-left: 1.0cm;
751
750
  }
752
751
 
753
752
  div.Note span.stem {
754
- font-size: 10.0pt; }
753
+ font-size: $smallerfontsize; }
755
754
 
756
755
  div.Note p.Sourcecode, div.Note pre.Sourcecode {
757
756
  font-size: 8.0pt;
@@ -759,14 +758,14 @@ div.Note p.Sourcecode, div.Note pre.Sourcecode {
759
758
  }
760
759
 
761
760
  div.Note table.dl {
762
- font-size: 10.0pt;
761
+ font-size: $smallerfontsize;
763
762
  margin-left: 1.0cm;
764
763
  }
765
764
 
766
765
 
767
766
  span.note_label, span.example_label, td.example_label, td.note_label
768
767
  {
769
- font-size: 10.0pt;
768
+ font-size: $smallerfontsize;
770
769
  font-family:$bodyfont;
771
770
  }
772
771
 
@@ -621,12 +621,12 @@ pre,
621
621
  .pseudocode {
622
622
  color: #5b5e5f;
623
623
  background-color: #F5F6F6;
624
- font-size: 0.8em;
624
+ font-size: {{monospacefontsize}};
625
625
  line-height: 1.6em;
626
626
  padding: 1.5em;
627
627
  margin: 2em 0 1em 0;
628
628
  overflow: auto;
629
- font-size: 1em;
629
+ font-size: {{monospacefontsize}};
630
630
  border-left: solid 5px #B1B6B8;
631
631
  padding: 1.2em 1.2em 1.2em 2.2em;
632
632
  margin: 2em 0 2em -1em; }
@@ -687,7 +687,7 @@ td > p.example {
687
687
 
688
688
  td.example_label {
689
689
  font-weight: 700;
690
- font-size: 1.2em;
690
+ font-size: {{normalfontsize}};
691
691
  text-transform: uppercase;
692
692
  text-align: center;
693
693
  margin-top: 0; }
@@ -708,7 +708,7 @@ td.example_label {
708
708
  margin-left: -1.5em; }
709
709
  .example .example-title {
710
710
  margin-top: 0;
711
- font-size: 1.2em; }
711
+ font-size: {{normalfontsize}}; }
712
712
  .example pre,
713
713
  .example .pseudocode {
714
714
  background: none; }
@@ -753,7 +753,7 @@ a.footnote-number {
753
753
  font-size: 0.8em; }
754
754
 
755
755
  .footnote {
756
- font-size: 0.9em; }
756
+ font-size: {{footnotefontsize}}; }
757
757
 
758
758
  /*
759
759
  3.11 Blockquotes
@@ -818,7 +818,7 @@ span.keyword {
818
818
  font-weight: 400; }
819
819
 
820
820
  p {
821
- font-size: 1.2em;
821
+ font-size: {{normalfontsize}};
822
822
  line-height: 1.5;
823
823
  margin-top: 1em;
824
824
  margin-bottom: 1em; }
@@ -827,7 +827,7 @@ p {
827
827
  Paragraphs
828
828
  */
829
829
  p {
830
- font-size: 1.2em;
830
+ font-size: {{normalfontsize}};
831
831
  line-height: 1.5;
832
832
  margin-top: 1em;
833
833
  margin-bottom: 1em; }
@@ -310,7 +310,7 @@ pre {
310
310
  pre,
311
311
  .pseudocode {
312
312
  @include pseudocodeBlock(#F5F6F6, rgb(91, 94, 95));
313
- font-size: 1em;
313
+ font-size: $monospacefontsize;
314
314
  border-left: solid 5px #B1B6B8;
315
315
  padding: 1.2em 1.2em 1.2em 2.2em;
316
316
  margin: 2em 0 2em -1em;
@@ -365,7 +365,7 @@ td>p.example {
365
365
 
366
366
  td.example_label {
367
367
  font-weight: 700;
368
- font-size: 1.2em;
368
+ font-size: $normalfontsize;
369
369
  text-transform: uppercase;
370
370
  text-align: center;
371
371
  margin-top: 0;
@@ -377,7 +377,7 @@ td.example_label {
377
377
 
378
378
  .example-title {
379
379
  margin-top: 0;
380
- font-size: 1.2em;
380
+ font-size: $normalfontsize;
381
381
  }
382
382
 
383
383
  pre,
@@ -421,7 +421,7 @@ a.footnote-number {
421
421
  }
422
422
 
423
423
  .footnote {
424
- font-size: 0.9em;
424
+ font-size: $footnotefontsize;
425
425
  }
426
426
 
427
427
 
@@ -490,7 +490,7 @@ span.keyword {
490
490
  }
491
491
 
492
492
  p {
493
- font-size: 1.2em;
493
+ font-size: $normalfontsize;
494
494
  line-height: 1.5;
495
495
  margin-top: 1em;
496
496
  margin-bottom: 1em;
@@ -501,7 +501,7 @@ Paragraphs
501
501
  */
502
502
 
503
503
  p {
504
- font-size: 1.2em;
504
+ font-size: $normalfontsize;
505
505
  line-height: 1.5;
506
506
  margin-top: 1em;
507
507
  margin-bottom: 1em;
@@ -81,7 +81,7 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal {
81
81
  margin: 0cm;
82
82
  margin-bottom: 12.0pt;
83
83
  mso-pagination: widow-orphan;
84
- font-size: 10.5pt;
84
+ font-size: {{normalfontsize}};
85
85
  font-family: {{bodyfont}};
86
86
  mso-fareast-font-family: "Times New Roman";
87
87
  mso-ansi-language: EN-US;
@@ -97,7 +97,7 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
97
97
  /* do not put in margin-left, it is specific to list level */
98
98
  mso-add-space: auto;
99
99
  mso-pagination: widow-orphan;
100
- font-size: 10.5pt;
100
+ font-size: {{normalfontsize}};
101
101
  font-family: {{bodyfont}};
102
102
  mso-ansi-language: EN-AU;
103
103
  mso-fareast-language: EN-US; }
@@ -113,7 +113,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
113
113
  /* do not put in margin-left, it is specific to list level */
114
114
  mso-add-space: auto;
115
115
  mso-pagination: widow-orphan;
116
- font-size: 10.5pt;
116
+ font-size: {{normalfontsize}};
117
117
  font-family: {{bodyfont}};
118
118
  mso-ansi-language: EN-AU;
119
119
  mso-fareast-language: EN-US; }
@@ -129,7 +129,7 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
129
129
  /* do not put in margin-left, it is specific to list level */
130
130
  mso-add-space: auto;
131
131
  mso-pagination: widow-orphan;
132
- font-size: 10.5pt;
132
+ font-size: {{normalfontsize}};
133
133
  font-family: {{bodyfont}};
134
134
  mso-ansi-language: EN-AU;
135
135
  mso-fareast-language: EN-US; }
@@ -145,7 +145,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
145
145
  /* do not put in margin-left, it is specific to list level */
146
146
  mso-add-space: auto;
147
147
  mso-pagination: widow-orphan;
148
- font-size: 10.5pt;
148
+ font-size: {{normalfontsize}};
149
149
  font-family: {{bodyfont}};
150
150
  mso-ansi-language: EN-AU;
151
151
  mso-fareast-language: EN-US; }
@@ -156,7 +156,7 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
156
156
  margin: 0cm;
157
157
  margin-bottom: .0001pt;
158
158
  mso-pagination: widow-orphan;
159
- font-size: 10.0pt;
159
+ font-size: {{footnotefontsize}};
160
160
  font-family: {{bodyfont}};
161
161
  mso-fareast-font-family: "Times New Roman";
162
162
  mso-ansi-language: EN-US;
@@ -168,7 +168,7 @@ p.MsoHeader, li.MsoHeader, div.MsoHeader {
168
168
  margin-bottom: .0001pt;
169
169
  mso-pagination: widow-orphan;
170
170
  tab-stops: center 216.0pt right 482.0pt;
171
- font-size: 10.5pt;
171
+ font-size: {{normalfontsize}};
172
172
  font-family: {{bodyfont}};
173
173
  mso-fareast-font-family: "Times New Roman";
174
174
  mso-ansi-language: EN-US;
@@ -180,7 +180,7 @@ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
180
180
  margin-bottom: .0001pt;
181
181
  mso-pagination: widow-orphan;
182
182
  tab-stops: center 367.0pt right 734.0pt;
183
- font-size: 10.5pt;
183
+ font-size: {{normalfontsize}};
184
184
  font-family: {{bodyfont}};
185
185
  mso-fareast-font-family: "Times New Roman";
186
186
  mso-ansi-language: EN-US;
@@ -192,7 +192,7 @@ p.MsoFooter, li.MsoFooter, div.MsoFooter {
192
192
  margin-bottom: .0001pt;
193
193
  mso-pagination: widow-orphan;
194
194
  tab-stops: right 482.0pt;
195
- font-size: 10.5pt;
195
+ font-size: {{normalfontsize}};
196
196
  font-family: {{bodyfont}};
197
197
  mso-fareast-font-family: "Times New Roman";
198
198
  mso-ansi-language: EN-US;
@@ -204,7 +204,7 @@ p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape {
204
204
  margin-bottom: .0001pt;
205
205
  mso-pagination: widow-orphan;
206
206
  tab-stops: right 734.0pt;
207
- font-size: 10.5pt;
207
+ font-size: {{normalfontsize}};
208
208
  font-family: {{bodyfont}};
209
209
  mso-fareast-font-family: "Times New Roman";
210
210
  mso-ansi-language: EN-US;
@@ -333,7 +333,7 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
333
333
  margin: 0cm;
334
334
  margin-bottom: .0001pt;
335
335
  mso-pagination: widow-orphan;
336
- font-size: 10.0pt;
336
+ font-size: {{footnotefontsize}};
337
337
  font-family: {{bodyfont}};
338
338
  mso-fareast-font-family: "Times New Roman";
339
339
  mso-ansi-language: EN-US;
@@ -605,7 +605,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
605
605
  mso-pagination: widow-orphan;
606
606
  mso-hyphenate: none;
607
607
  tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
608
- font-size: 10.5pt;
608
+ font-size: {{normalfontsize}};
609
609
  font-family: {{bodyfont}};
610
610
  mso-fareast-font-family: {{bodyfont}};
611
611
  mso-bidi-font-family: {{bodyfont}};
@@ -629,7 +629,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
629
629
  mso-pagination: widow-orphan;
630
630
  mso-hyphenate: none;
631
631
  tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
632
- font-size: 10.5pt;
632
+ font-size: {{normalfontsize}};
633
633
  font-family: {{bodyfont}};
634
634
  mso-fareast-font-family: {{bodyfont}};
635
635
  mso-bidi-font-family: {{bodyfont}};
@@ -653,7 +653,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
653
653
  mso-pagination: widow-orphan;
654
654
  mso-hyphenate: none;
655
655
  tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
656
- font-size: 10.5pt;
656
+ font-size: {{normalfontsize}};
657
657
  font-family: {{bodyfont}};
658
658
  mso-fareast-font-family: {{bodyfont}};
659
659
  mso-bidi-font-family: {{bodyfont}};
@@ -677,7 +677,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
677
677
  line-height: 12.0pt;
678
678
  mso-pagination: widow-orphan;
679
679
  tab-stops: 20.15pt;
680
- font-size: 10.0pt;
680
+ font-size: {{footnotefontsize}};
681
681
  font-family: {{bodyfont}};
682
682
  mso-fareast-font-family: {{bodyfont}};
683
683
  mso-bidi-font-family: {{bodyfont}};
@@ -696,7 +696,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
696
696
  text-align: justify;
697
697
  line-height: 12.0pt;
698
698
  mso-pagination: widow-orphan;
699
- font-size: 10.5pt;
699
+ font-size: {{normalfontsize}};
700
700
  font-family: {{bodyfont}};
701
701
  mso-fareast-font-family: {{bodyfont}};
702
702
  mso-bidi-font-family: {{bodyfont}};
@@ -812,9 +812,9 @@ p.Tablebody, li.Tablebody, div.Tablebody {
812
812
  margin-right: 0cm;
813
813
  margin-bottom: 3.0pt;
814
814
  margin-left: 0cm;
815
- line-height: 10.5pt;
815
+ line-height: {{normalfontsize}};
816
816
  mso-pagination: widow-orphan;
817
- font-size: 10.0pt;
817
+ font-size: {{smallerfontsize}};
818
818
  mso-bidi-font-size: 11.0pt;
819
819
  font-family: {{bodyfont}};
820
820
  mso-fareast-font-family: {{bodyfont}};
@@ -1241,7 +1241,7 @@ table.MsoNormalTable {
1241
1241
  mso-para-margin: 0cm;
1242
1242
  mso-para-margin-bottom: .0001pt;
1243
1243
  mso-pagination: widow-orphan;
1244
- font-size: 10.0pt;
1244
+ font-size: {{smallerfontsize}};
1245
1245
  font-family: {{bodyfont}}; }
1246
1246
 
1247
1247
  ol {
@@ -71,7 +71,7 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal
71
71
  margin:0cm;
72
72
  margin-bottom:12.0pt;
73
73
  mso-pagination:widow-orphan;
74
- font-size:10.5pt;
74
+ font-size:$normalfontsize;
75
75
  font-family:$bodyfont;
76
76
  mso-fareast-font-family:"Times New Roman";
77
77
  mso-ansi-language:EN-US;
@@ -86,7 +86,7 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
86
86
  /* do not put in margin-left, it is specific to list level */
87
87
  mso-add-space:auto;
88
88
  mso-pagination:widow-orphan;
89
- font-size:10.5pt;
89
+ font-size:$normalfontsize;
90
90
  font-family:$bodyfont;
91
91
  mso-ansi-language:EN-AU;
92
92
  mso-fareast-language:EN-US;}
@@ -101,7 +101,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
101
101
  /* do not put in margin-left, it is specific to list level */
102
102
  mso-add-space:auto;
103
103
  mso-pagination:widow-orphan;
104
- font-size:10.5pt;
104
+ font-size:$normalfontsize;
105
105
  font-family:$bodyfont;
106
106
  mso-ansi-language:EN-AU;
107
107
  mso-fareast-language:EN-US;}
@@ -116,7 +116,7 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
116
116
  /* do not put in margin-left, it is specific to list level */
117
117
  mso-add-space:auto;
118
118
  mso-pagination:widow-orphan;
119
- font-size:10.5pt;
119
+ font-size:$normalfontsize;
120
120
  font-family:$bodyfont;
121
121
  mso-ansi-language:EN-AU;
122
122
  mso-fareast-language:EN-US;}
@@ -131,7 +131,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
131
131
  /* do not put in margin-left, it is specific to list level */
132
132
  mso-add-space:auto;
133
133
  mso-pagination:widow-orphan;
134
- font-size:10.5pt;
134
+ font-size:$normalfontsize;
135
135
  font-family:$bodyfont;
136
136
  mso-ansi-language:EN-AU;
137
137
  mso-fareast-language:EN-US;}
@@ -142,7 +142,7 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
142
142
  margin:0cm;
143
143
  margin-bottom:.0001pt;
144
144
  mso-pagination:widow-orphan;
145
- font-size:10.0pt;
145
+ font-size:$footnotefontsize;
146
146
  font-family:$bodyfont;
147
147
  mso-fareast-font-family:"Times New Roman";
148
148
  mso-ansi-language:EN-US;
@@ -153,7 +153,7 @@ p.MsoHeader, li.MsoHeader, div.MsoHeader
153
153
  margin-bottom:.0001pt;
154
154
  mso-pagination:widow-orphan;
155
155
  tab-stops:center 216.0pt right 482.0pt;
156
- font-size:10.5pt;
156
+ font-size:$normalfontsize;
157
157
  font-family:$bodyfont;
158
158
  mso-fareast-font-family:"Times New Roman";
159
159
  mso-ansi-language:EN-US;
@@ -164,7 +164,7 @@ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape
164
164
  margin-bottom:.0001pt;
165
165
  mso-pagination:widow-orphan;
166
166
  tab-stops:center 367.0pt right 734.0pt;
167
- font-size:10.5pt;
167
+ font-size:$normalfontsize;
168
168
  font-family:$bodyfont;
169
169
  mso-fareast-font-family:"Times New Roman";
170
170
  mso-ansi-language:EN-US;
@@ -175,7 +175,7 @@ p.MsoFooter, li.MsoFooter, div.MsoFooter
175
175
  margin-bottom:.0001pt;
176
176
  mso-pagination:widow-orphan;
177
177
  tab-stops:right 482.0pt;
178
- font-size:10.5pt;
178
+ font-size:$normalfontsize;
179
179
  font-family:$bodyfont;
180
180
  mso-fareast-font-family:"Times New Roman";
181
181
  mso-ansi-language:EN-US;
@@ -186,7 +186,7 @@ p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape
186
186
  margin-bottom:.0001pt;
187
187
  mso-pagination:widow-orphan;
188
188
  tab-stops:right 734.0pt;
189
- font-size:10.5pt;
189
+ font-size:$normalfontsize;
190
190
  font-family:$bodyfont;
191
191
  mso-fareast-font-family:"Times New Roman";
192
192
  mso-ansi-language:EN-US;
@@ -306,7 +306,7 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
306
306
  margin:0cm;
307
307
  margin-bottom:.0001pt;
308
308
  mso-pagination:widow-orphan;
309
- font-size:10.0pt;
309
+ font-size:$footnotefontsize;
310
310
  font-family:$bodyfont;
311
311
  mso-fareast-font-family:"Times New Roman";
312
312
  mso-ansi-language:EN-US;
@@ -567,7 +567,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
567
567
  mso-pagination:widow-orphan;
568
568
  mso-hyphenate:none;
569
569
  tab-stops:20.15pt 36.0pt right dotted 487.6pt;
570
- font-size:10.5pt;
570
+ font-size:$normalfontsize;
571
571
  font-family:$bodyfont;
572
572
  mso-fareast-font-family:$bodyfont;
573
573
  mso-bidi-font-family:$bodyfont;
@@ -590,7 +590,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
590
590
  mso-pagination:widow-orphan;
591
591
  mso-hyphenate:none;
592
592
  tab-stops:20.15pt 36.0pt right dotted 487.6pt;
593
- font-size:10.5pt;
593
+ font-size:$normalfontsize;
594
594
  font-family:$bodyfont;
595
595
  mso-fareast-font-family:$bodyfont;
596
596
  mso-bidi-font-family:$bodyfont;
@@ -613,7 +613,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
613
613
  mso-pagination:widow-orphan;
614
614
  mso-hyphenate:none;
615
615
  tab-stops:20.15pt 36.0pt right dotted 487.6pt;
616
- font-size:10.5pt;
616
+ font-size:$normalfontsize;
617
617
  font-family:$bodyfont;
618
618
  mso-fareast-font-family:$bodyfont;
619
619
  mso-bidi-font-family:$bodyfont;
@@ -635,7 +635,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
635
635
  line-height:12.0pt;
636
636
  mso-pagination:widow-orphan;
637
637
  tab-stops:20.15pt;
638
- font-size:10.0pt;
638
+ font-size:$footnotefontsize;
639
639
  font-family:$bodyfont;
640
640
  mso-fareast-font-family:$bodyfont;
641
641
  mso-bidi-font-family:$bodyfont;
@@ -653,7 +653,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
653
653
  text-align:justify;
654
654
  line-height:12.0pt;
655
655
  mso-pagination:widow-orphan;
656
- font-size:10.5pt;
656
+ font-size:$normalfontsize;
657
657
  font-family:$bodyfont;
658
658
  mso-fareast-font-family:$bodyfont;
659
659
  mso-bidi-font-family:$bodyfont;
@@ -762,9 +762,9 @@ p.Tablebody, li.Tablebody, div.Tablebody
762
762
  margin-right:0cm;
763
763
  margin-bottom:3.0pt;
764
764
  margin-left:0cm;
765
- line-height:10.5pt;
765
+ line-height:$normalfontsize;
766
766
  mso-pagination:widow-orphan;
767
- font-size:10.0pt;
767
+ font-size:$smallerfontsize;
768
768
  mso-bidi-font-size:11.0pt;
769
769
  font-family:$bodyfont;
770
770
  mso-fareast-font-family:$bodyfont;
@@ -1147,7 +1147,7 @@ table.MsoNormalTable
1147
1147
  mso-para-margin:0cm;
1148
1148
  mso-para-margin-bottom:.0001pt;
1149
1149
  mso-pagination:widow-orphan;
1150
- font-size:10.0pt;
1150
+ font-size:$smallerfontsize;
1151
1151
  font-family:$bodyfont;}
1152
1152
  ol
1153
1153
  {margin-bottom:0cm;
@@ -20,7 +20,10 @@ module IsoDoc
20
20
  bodyfont: (is_hans ? '"SimSun",serif' : 'AzoSans,"Source Sans Pro",sans-serif'),
21
21
  headerfont: (is_hans ? '"SimHei",sans-serif'
22
22
  : 'AzoSans,"Source Sans Pro",sans-serif'),
23
- monospacefont: '"Source Code Pro",monospace'
23
+ monospacefont: '"Source Code Pro",monospace',
24
+ normalfontsize: "1.2em",
25
+ monospacefontsize: "1.0em",
26
+ footnotefontsize: "0.9em",
24
27
  }
25
28
  end
26
29
 
@@ -19,7 +19,11 @@ module IsoDoc
19
19
  {
20
20
  bodyfont: (is_hans ? '"SimSun",serif' : 'AzoSans,Arial,sans-serif'),
21
21
  headerfont: (is_hans ? '"SimHei",sans-serif' : 'AzoSans,Arial,sans-serif'),
22
- monospacefont: '"Source Code Pro","Courier New",monospace'
22
+ monospacefont: '"Source Code Pro","Courier New",monospace',
23
+ normalfontsize: "10.5pt",
24
+ footnotefontsize: "10.0pt",
25
+ monospacefontsize: "10.0pt",
26
+ smallerfontsize: "10.0pt",
23
27
  }
24
28
  end
25
29
 
@@ -0,0 +1,4 @@
1
+ ---
2
+ AzoSans:
3
+ Source Code Pro:
4
+ - Light
@@ -5,14 +5,6 @@ require 'asciidoctor/csa/converter'
5
5
 
6
6
  module Metanorma
7
7
  module Csa
8
- def self.fonts_used
9
- {
10
- html: %w(AzoSans AzoSans-Light SourceCodePro-Light),
11
- doc: %w(AzoSans AzoSans-Light SourceCodePro-Light),
12
- pdf: %w(AzoSans AzoSans-Light SourceCodePro-Light)
13
- }
14
- end
15
-
16
8
  class Processor < Metanorma::Processor
17
9
 
18
10
  def initialize
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Metanorma
4
4
  module Csa
5
- VERSION = '1.6.7'
5
+ VERSION = '1.6.8'
6
6
  end
7
7
  end
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_dependency "uuidtools"
38
38
 
39
39
  spec.add_dependency "metanorma-standoc", "~> 1.6.0"
40
- spec.add_dependency "isodoc", "~> 1.2.0"
40
+ spec.add_dependency "isodoc", "~> 1.3.0"
41
41
 
42
42
  spec.add_development_dependency "byebug", "~> 9.1"
43
43
  spec.add_development_dependency "sassc", "2.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7
4
+ version: 1.6.8
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-11-09 00:00:00.000000000 Z
11
+ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 1.2.0
117
+ version: 1.3.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 1.2.0
124
+ version: 1.3.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: byebug
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -324,6 +324,7 @@ files:
324
324
  - lib/isodoc/csa/xref.rb
325
325
  - lib/metanorma-csa.rb
326
326
  - lib/metanorma/csa.rb
327
+ - lib/metanorma/csa/fonts_manifest.yaml
327
328
  - lib/metanorma/csa/processor.rb
328
329
  - lib/metanorma/csa/version.rb
329
330
  - metanorma-csa.gemspec