metanorma-ogc 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +4 -5
- data/lib/isodoc/ogc/html/htmlstyle.css +206 -206
- data/lib/isodoc/ogc/html/htmlstyle.scss +4 -4
- data/lib/isodoc/ogc/html/ogc.css +21 -21
- data/lib/isodoc/ogc/html/ogc.scss +21 -21
- data/lib/isodoc/ogc/html/ogc_wp.css +35 -35
- data/lib/isodoc/ogc/html/ogc_wp.scss +35 -35
- data/lib/isodoc/ogc/html/wordstyle.css +19 -19
- data/lib/isodoc/ogc/html/wordstyle.scss +19 -19
- data/lib/isodoc/ogc/html/wordstyle_wp.css +23 -23
- data/lib/isodoc/ogc/html/wordstyle_wp.scss +23 -23
- data/lib/isodoc/ogc/html_convert.rb +4 -1
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +10 -6
- data/lib/isodoc/ogc/ogc.best-practice.xsl +10 -6
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +10 -6
- data/lib/isodoc/ogc/ogc.community-practice.xsl +10 -6
- data/lib/isodoc/ogc/ogc.community-standard.xsl +10 -6
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +10 -6
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +10 -6
- data/lib/isodoc/ogc/ogc.other.xsl +10 -6
- data/lib/isodoc/ogc/ogc.policy.xsl +10 -6
- data/lib/isodoc/ogc/ogc.reference-model.xsl +10 -6
- data/lib/isodoc/ogc/ogc.release-notes.xsl +10 -6
- data/lib/isodoc/ogc/ogc.standard.xsl +10 -6
- data/lib/isodoc/ogc/ogc.test-suite.xsl +10 -6
- data/lib/isodoc/ogc/ogc.user-guide.xsl +10 -6
- data/lib/isodoc/ogc/ogc.white-paper.xsl +9 -5
- data/lib/isodoc/ogc/presentation_xml_convert.rb +13 -0
- data/lib/isodoc/ogc/word_convert.rb +7 -1
- data/lib/metanorma/ogc.rb +7 -0
- data/lib/metanorma/ogc/fonts_manifest.yaml +6 -0
- data/lib/metanorma/ogc/processor.rb +0 -8
- data/lib/metanorma/ogc/version.rb +1 -1
- data/metanorma-ogc.gemspec +1 -1
- metadata +5 -4
@@ -84,7 +84,7 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
|
84
84
|
margin-left: 0cm;
|
85
85
|
line-height: 107%;
|
86
86
|
mso-pagination: widow-orphan;
|
87
|
-
font-size:
|
87
|
+
font-size: {{normalfontsize}};
|
88
88
|
font-family: {{bodyfont}};
|
89
89
|
mso-fareast-font-family: "Times New Roman";
|
90
90
|
mso-ansi-language: EN-US;
|
@@ -102,7 +102,7 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
|
102
102
|
/* do not put in margin-left, it is specific to list level */
|
103
103
|
mso-add-space: auto;
|
104
104
|
mso-pagination: widow-orphan;
|
105
|
-
font-size:
|
105
|
+
font-size: {{normalfontsize}};
|
106
106
|
font-family: {{bodyfont}};
|
107
107
|
mso-ansi-language: EN-AU;
|
108
108
|
mso-fareast-language: EN-US; }
|
@@ -119,7 +119,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
119
119
|
/* do not put in margin-left, it is specific to list level */
|
120
120
|
line-height: 107%;
|
121
121
|
mso-pagination: widow-orphan;
|
122
|
-
font-size:
|
122
|
+
font-size: {{normalfontsize}};
|
123
123
|
font-family: {{bodyfont}};
|
124
124
|
mso-ansi-language: EN-AU;
|
125
125
|
mso-fareast-language: EN-US; }
|
@@ -136,7 +136,7 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
136
136
|
mso-add-space: auto;
|
137
137
|
line-height: 107%;
|
138
138
|
mso-pagination: widow-orphan;
|
139
|
-
font-size:
|
139
|
+
font-size: {{normalfontsize}};
|
140
140
|
font-family: {{bodyfont}};
|
141
141
|
mso-ansi-language: EN-AU;
|
142
142
|
mso-fareast-language: EN-US; }
|
@@ -153,7 +153,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
153
153
|
mso-add-space: auto;
|
154
154
|
line-height: 107%;
|
155
155
|
mso-pagination: widow-orphan;
|
156
|
-
font-size:
|
156
|
+
font-size: {{normalfontsize}};
|
157
157
|
font-family: {{bodyfont}};
|
158
158
|
mso-ansi-language: EN-AU;
|
159
159
|
mso-fareast-language: EN-US; }
|
@@ -166,7 +166,7 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
|
166
166
|
margin-bottom: 0cm;
|
167
167
|
margin-left: 0cm;
|
168
168
|
mso-pagination: widow-orphan;
|
169
|
-
font-size:
|
169
|
+
font-size: {{footnotefontsize}};
|
170
170
|
font-family: {{bodyfont}};
|
171
171
|
mso-fareast-font-family: "Times New Roman";
|
172
172
|
mso-ansi-language: EN-US;
|
@@ -211,7 +211,7 @@ p.MsoFooter, li.MsoFooter, div.MsoFooter {
|
|
211
211
|
margin-bottom: 0cm;
|
212
212
|
margin-left: 0cm;
|
213
213
|
mso-pagination: widow-orphan;
|
214
|
-
font-size:
|
214
|
+
font-size: {{normalfontsize}};
|
215
215
|
font-family: {{bodyfont}};
|
216
216
|
mso-fareast-font-family: "Times New Roman";
|
217
217
|
mso-ansi-language: EN-US;
|
@@ -224,7 +224,7 @@ p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape {
|
|
224
224
|
margin-bottom: 0cm;
|
225
225
|
margin-left: 0cm;
|
226
226
|
mso-pagination: widow-orphan;
|
227
|
-
font-size:
|
227
|
+
font-size: {{normalfontsize}};
|
228
228
|
font-family: {{bodyfont}};
|
229
229
|
mso-fareast-font-family: "Times New Roman";
|
230
230
|
mso-ansi-language: EN-US;
|
@@ -240,7 +240,7 @@ p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading {
|
|
240
240
|
margin-left: 0cm;
|
241
241
|
line-height: 107%;
|
242
242
|
mso-pagination: widow-orphan;
|
243
|
-
font-size:
|
243
|
+
font-size: {{normalfontsize}};
|
244
244
|
font-family: {{headerfont}};
|
245
245
|
mso-ansi-language: EN-US;
|
246
246
|
mso-fareast-language: EN-US;
|
@@ -250,7 +250,7 @@ span.MsoCommentReference {
|
|
250
250
|
mso-style-noshow: yes;
|
251
251
|
mso-style-unhide: no;
|
252
252
|
mso-style-parent: "";
|
253
|
-
mso-ansi-font-size:
|
253
|
+
mso-ansi-font-size: {{normalfontsize}};
|
254
254
|
mso-bidi-font-size: 8.0pt; }
|
255
255
|
|
256
256
|
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
@@ -261,7 +261,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
261
261
|
margin-left: 0cm;
|
262
262
|
line-height: 107%;
|
263
263
|
mso-pagination: widow-orphan;
|
264
|
-
font-size:
|
264
|
+
font-size: {{normalfontsize}};
|
265
265
|
font-family: {{bodyfont}};
|
266
266
|
mso-fareast-font-family: "Times New Roman";
|
267
267
|
mso-bidi-font-family: "Times New Roman";
|
@@ -422,7 +422,7 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
|
422
422
|
margin-bottom: 0cm;
|
423
423
|
margin-left: 0cm;
|
424
424
|
mso-pagination: widow-orphan;
|
425
|
-
font-size:
|
425
|
+
font-size: {{footnotefontsize}};
|
426
426
|
mso-bidi-font-size: 10.0pt;
|
427
427
|
font-family: {{bodyfont}};
|
428
428
|
mso-fareast-font-family: "Times New Roman";
|
@@ -439,7 +439,7 @@ p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {
|
|
439
439
|
margin-bottom: 0cm;
|
440
440
|
margin-left: 0cm;
|
441
441
|
mso-pagination: widow-orphan;
|
442
|
-
font-size:
|
442
|
+
font-size: {{normalfontsize}};
|
443
443
|
mso-bidi-font-size: 9.0pt;
|
444
444
|
font-family: {{bodyfont}};
|
445
445
|
mso-fareast-font-family: {{bodyfont}};
|
@@ -526,7 +526,7 @@ h1.Annex
|
|
526
526
|
mso-hyphenate:none;
|
527
527
|
tab-stops:0.7cm;
|
528
528
|
font-size:12.0pt;
|
529
|
-
mso-bidi-font-size
|
529
|
+
mso-bidi-font-size:$normalfontsize;
|
530
530
|
font-family:$headerfont;
|
531
531
|
mso-fareast-font-family:$headerfont;
|
532
532
|
color:#0E1A85;
|
@@ -606,7 +606,7 @@ h4 {
|
|
606
606
|
mso-pagination: widow-orphan lines-together;
|
607
607
|
page-break-after: avoid;
|
608
608
|
mso-outline-level: 4;
|
609
|
-
font-size:
|
609
|
+
font-size: {{normalfontsize}};
|
610
610
|
font-family: {{headerfont}};
|
611
611
|
color: #1F4E79;
|
612
612
|
mso-themecolor: accent1;
|
@@ -632,7 +632,7 @@ h5 {
|
|
632
632
|
mso-pagination: widow-orphan lines-together;
|
633
633
|
page-break-after: avoid;
|
634
634
|
mso-outline-level: 5;
|
635
|
-
font-size:
|
635
|
+
font-size: {{normalfontsize}};
|
636
636
|
font-family: {{headerfont}};
|
637
637
|
color: #1F4E79;
|
638
638
|
mso-themecolor: accent1;
|
@@ -657,7 +657,7 @@ h6 {
|
|
657
657
|
mso-pagination: widow-orphan lines-together;
|
658
658
|
page-break-after: avoid;
|
659
659
|
mso-outline-level: 6;
|
660
|
-
font-size:
|
660
|
+
font-size: {{normalfontsize}};
|
661
661
|
font-family: {{headerfont}};
|
662
662
|
mso-fareast-font-family: "MS Gothic";
|
663
663
|
mso-fareast-theme-font: major-fareast;
|
@@ -681,7 +681,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
|
681
681
|
margin-left: 0cm;
|
682
682
|
line-height: 107%;
|
683
683
|
mso-pagination: widow-orphan;
|
684
|
-
font-size:
|
684
|
+
font-size: {{normalfontsize}};
|
685
685
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
686
686
|
font-family: {{bodyfont}};
|
687
687
|
mso-fareast-font-family: {{bodyfont}};
|
@@ -699,10 +699,10 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
|
|
699
699
|
margin-top: 8.0pt;
|
700
700
|
margin-right: 0cm;
|
701
701
|
margin-bottom: 5.0pt;
|
702
|
-
margin-left:
|
702
|
+
margin-left: {{normalfontsize}};
|
703
703
|
line-height: 107%;
|
704
704
|
mso-pagination: widow-orphan;
|
705
|
-
font-size:
|
705
|
+
font-size: {{normalfontsize}};
|
706
706
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
707
707
|
font-family: {{bodyfont}};
|
708
708
|
mso-fareast-font-family: {{bodyfont}};
|
@@ -722,7 +722,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
722
722
|
margin-left: 22.0pt;
|
723
723
|
line-height: 107%;
|
724
724
|
mso-pagination: widow-orphan;
|
725
|
-
font-size:
|
725
|
+
font-size: {{normalfontsize}};
|
726
726
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
727
727
|
font-family: {{bodyfont}};
|
728
728
|
mso-fareast-font-family: {{bodyfont}};
|
@@ -740,7 +740,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
|
|
740
740
|
mso-style-link: "Footnote Text Char";
|
741
741
|
margin: 0cm;
|
742
742
|
mso-pagination: widow-orphan;
|
743
|
-
font-size:
|
743
|
+
font-size: {{footnotefontsize}};
|
744
744
|
font-family: {{bodyfont}};
|
745
745
|
mso-fareast-font-family: {{bodyfont}};
|
746
746
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -1169,7 +1169,7 @@ table.MsoNormalTable {
|
|
1169
1169
|
mso-para-margin: 0cm;
|
1170
1170
|
mso-para-margin-bottom: .0001pt;
|
1171
1171
|
mso-pagination: widow-orphan;
|
1172
|
-
font-size:
|
1172
|
+
font-size: {{smallerfontsize}};
|
1173
1173
|
font-family: {{bodyfont}}; }
|
1174
1174
|
|
1175
1175
|
ol {
|
@@ -74,7 +74,7 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal
|
|
74
74
|
margin-left:0cm;
|
75
75
|
line-height:107%;
|
76
76
|
mso-pagination:widow-orphan;
|
77
|
-
font-size
|
77
|
+
font-size:$normalfontsize;
|
78
78
|
font-family:$bodyfont;
|
79
79
|
mso-fareast-font-family:"Times New Roman";
|
80
80
|
mso-ansi-language:EN-US;
|
@@ -91,7 +91,7 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
|
|
91
91
|
/* do not put in margin-left, it is specific to list level */
|
92
92
|
mso-add-space:auto;
|
93
93
|
mso-pagination:widow-orphan;
|
94
|
-
font-size
|
94
|
+
font-size:$normalfontsize;
|
95
95
|
font-family:$bodyfont;
|
96
96
|
mso-ansi-language:EN-AU;
|
97
97
|
mso-fareast-language:EN-US;}
|
@@ -107,7 +107,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
107
107
|
/* do not put in margin-left, it is specific to list level */
|
108
108
|
line-height:107%;
|
109
109
|
mso-pagination:widow-orphan;
|
110
|
-
font-size
|
110
|
+
font-size:$normalfontsize;
|
111
111
|
font-family:$bodyfont;
|
112
112
|
mso-ansi-language:EN-AU;
|
113
113
|
mso-fareast-language:EN-US;}
|
@@ -123,7 +123,7 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
123
123
|
mso-add-space:auto;
|
124
124
|
line-height:107%;
|
125
125
|
mso-pagination:widow-orphan;
|
126
|
-
font-size
|
126
|
+
font-size:$normalfontsize;
|
127
127
|
font-family:$bodyfont;
|
128
128
|
mso-ansi-language:EN-AU;
|
129
129
|
mso-fareast-language:EN-US;}
|
@@ -139,7 +139,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
139
139
|
mso-add-space:auto;
|
140
140
|
line-height:107%;
|
141
141
|
mso-pagination:widow-orphan;
|
142
|
-
font-size
|
142
|
+
font-size:$normalfontsize;
|
143
143
|
font-family:$bodyfont;
|
144
144
|
mso-ansi-language:EN-AU;
|
145
145
|
mso-fareast-language:EN-US;}
|
@@ -152,7 +152,7 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
|
|
152
152
|
margin-bottom:0cm;
|
153
153
|
margin-left:0cm;
|
154
154
|
mso-pagination:widow-orphan;
|
155
|
-
font-size
|
155
|
+
font-size:$footnotefontsize;
|
156
156
|
font-family:$bodyfont;
|
157
157
|
mso-fareast-font-family:"Times New Roman";
|
158
158
|
mso-ansi-language:EN-US;
|
@@ -194,7 +194,7 @@ p.MsoFooter, li.MsoFooter, div.MsoFooter
|
|
194
194
|
margin-bottom:0cm;
|
195
195
|
margin-left:0cm;
|
196
196
|
mso-pagination:widow-orphan;
|
197
|
-
font-size
|
197
|
+
font-size:$normalfontsize;
|
198
198
|
font-family:$bodyfont;
|
199
199
|
mso-fareast-font-family:"Times New Roman";
|
200
200
|
mso-ansi-language:EN-US;
|
@@ -206,7 +206,7 @@ p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape
|
|
206
206
|
margin-bottom:0cm;
|
207
207
|
margin-left:0cm;
|
208
208
|
mso-pagination:widow-orphan;
|
209
|
-
font-size
|
209
|
+
font-size:$normalfontsize;
|
210
210
|
font-family:$bodyfont;
|
211
211
|
mso-fareast-font-family:"Times New Roman";
|
212
212
|
mso-ansi-language:EN-US;
|
@@ -221,7 +221,7 @@ p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading
|
|
221
221
|
margin-left:0cm;
|
222
222
|
line-height:107%;
|
223
223
|
mso-pagination:widow-orphan;
|
224
|
-
font-size
|
224
|
+
font-size:$normalfontsize;
|
225
225
|
font-family:$headerfont;
|
226
226
|
mso-ansi-language:EN-US;
|
227
227
|
mso-fareast-language:EN-US;
|
@@ -230,7 +230,7 @@ span.MsoCommentReference
|
|
230
230
|
{mso-style-noshow:yes;
|
231
231
|
mso-style-unhide:no;
|
232
232
|
mso-style-parent:"";
|
233
|
-
mso-ansi-font-size
|
233
|
+
mso-ansi-font-size:$normalfontsize;
|
234
234
|
mso-bidi-font-size:8.0pt;}
|
235
235
|
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
236
236
|
{mso-style-unhide:no;
|
@@ -240,7 +240,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
240
240
|
margin-left:0cm;
|
241
241
|
line-height:107%;
|
242
242
|
mso-pagination:widow-orphan;
|
243
|
-
font-size
|
243
|
+
font-size:$normalfontsize;
|
244
244
|
font-family:$bodyfont;
|
245
245
|
mso-fareast-font-family:"Times New Roman";
|
246
246
|
mso-bidi-font-family:"Times New Roman";
|
@@ -394,7 +394,7 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
|
|
394
394
|
margin-bottom:0cm;
|
395
395
|
margin-left:0cm;
|
396
396
|
mso-pagination:widow-orphan;
|
397
|
-
font-size
|
397
|
+
font-size:$footnotefontsize;
|
398
398
|
mso-bidi-font-size:10.0pt;
|
399
399
|
font-family:$bodyfont;
|
400
400
|
mso-fareast-font-family:"Times New Roman";
|
@@ -410,7 +410,7 @@ p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
|
|
410
410
|
margin-bottom:0cm;
|
411
411
|
margin-left:0cm;
|
412
412
|
mso-pagination:widow-orphan;
|
413
|
-
font-size
|
413
|
+
font-size:$normalfontsize;
|
414
414
|
mso-bidi-font-size:9.0pt;
|
415
415
|
font-family:$bodyfont;
|
416
416
|
mso-fareast-font-family:$bodyfont;
|
@@ -493,7 +493,7 @@ h1.Annex
|
|
493
493
|
mso-hyphenate:none;
|
494
494
|
tab-stops:0.7cm;
|
495
495
|
font-size:12.0pt;
|
496
|
-
mso-bidi-font-size
|
496
|
+
mso-bidi-font-size:$normalfontsize;
|
497
497
|
font-family:$headerfont;
|
498
498
|
mso-fareast-font-family:$headerfont;
|
499
499
|
color:#0E1A85;
|
@@ -572,7 +572,7 @@ h4
|
|
572
572
|
mso-pagination:widow-orphan lines-together;
|
573
573
|
page-break-after:avoid;
|
574
574
|
mso-outline-level:4;
|
575
|
-
font-size
|
575
|
+
font-size:$normalfontsize;
|
576
576
|
font-family:$headerfont;
|
577
577
|
color:#1F4E79;
|
578
578
|
mso-themecolor:accent1;
|
@@ -597,7 +597,7 @@ h5
|
|
597
597
|
mso-pagination:widow-orphan lines-together;
|
598
598
|
page-break-after:avoid;
|
599
599
|
mso-outline-level:5;
|
600
|
-
font-size
|
600
|
+
font-size:$normalfontsize;
|
601
601
|
font-family:$headerfont;
|
602
602
|
color:#1F4E79;
|
603
603
|
mso-themecolor:accent1;
|
@@ -621,7 +621,7 @@ h6
|
|
621
621
|
mso-pagination:widow-orphan lines-together;
|
622
622
|
page-break-after:avoid;
|
623
623
|
mso-outline-level:6;
|
624
|
-
font-size
|
624
|
+
font-size:$normalfontsize;
|
625
625
|
font-family:$headerfont;
|
626
626
|
mso-fareast-font-family:"MS Gothic";
|
627
627
|
mso-fareast-theme-font:major-fareast;
|
@@ -644,7 +644,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
|
|
644
644
|
margin-left:0cm;
|
645
645
|
line-height:107%;
|
646
646
|
mso-pagination:widow-orphan;
|
647
|
-
font-size
|
647
|
+
font-size:$normalfontsize;
|
648
648
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
649
649
|
font-family:$bodyfont;
|
650
650
|
mso-fareast-font-family:$bodyfont;
|
@@ -661,10 +661,10 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
|
|
661
661
|
margin-top:8.0pt;
|
662
662
|
margin-right:0cm;
|
663
663
|
margin-bottom:5.0pt;
|
664
|
-
margin-left
|
664
|
+
margin-left:$normalfontsize;
|
665
665
|
line-height:107%;
|
666
666
|
mso-pagination:widow-orphan;
|
667
|
-
font-size
|
667
|
+
font-size:$normalfontsize;
|
668
668
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
669
669
|
font-family:$bodyfont;
|
670
670
|
mso-fareast-font-family:$bodyfont;
|
@@ -683,7 +683,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
683
683
|
margin-left:22.0pt;
|
684
684
|
line-height:107%;
|
685
685
|
mso-pagination:widow-orphan;
|
686
|
-
font-size
|
686
|
+
font-size:$normalfontsize;
|
687
687
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
688
688
|
font-family:$bodyfont;
|
689
689
|
mso-fareast-font-family:$bodyfont;
|
@@ -699,7 +699,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
|
|
699
699
|
mso-style-link:"Footnote Text Char";
|
700
700
|
margin:0cm;
|
701
701
|
mso-pagination:widow-orphan;
|
702
|
-
font-size
|
702
|
+
font-size:$footnotefontsize;
|
703
703
|
font-family:$bodyfont;
|
704
704
|
mso-fareast-font-family:$bodyfont;
|
705
705
|
mso-bidi-font-family:$bodyfont;
|
@@ -1083,7 +1083,7 @@ table.MsoNormalTable
|
|
1083
1083
|
mso-para-margin:0cm;
|
1084
1084
|
mso-para-margin-bottom:.0001pt;
|
1085
1085
|
mso-pagination:widow-orphan;
|
1086
|
-
font-size
|
1086
|
+
font-size:$smallerfontsize;
|
1087
1087
|
font-family:$bodyfont;}
|
1088
1088
|
ol
|
1089
1089
|
{margin-bottom:0cm;
|
@@ -20,7 +20,10 @@ module IsoDoc
|
|
20
20
|
{
|
21
21
|
bodyfont: (options[:script] == "Hans" ? '"SimSun",serif' : '"Overpass",sans-serif'),
|
22
22
|
headerfont: (options[:script] == "Hans" ? '"SimHei",sans-serif' : '"Overpass",sans-serif'),
|
23
|
-
monospacefont: '"Space Mono",monospace'
|
23
|
+
monospacefont: '"Space Mono",monospace',
|
24
|
+
normalfontsize: "16px",
|
25
|
+
monospacefontsize: "0.8em",
|
26
|
+
footnotefontsize: "0.9em",
|
24
27
|
}
|
25
28
|
end
|
26
29
|
|
@@ -69,7 +69,7 @@
|
|
69
69
|
|
70
70
|
<xsl:template match="/">
|
71
71
|
<xsl:call-template name="namespaceCheck"/>
|
72
|
-
<fo:root font-family="Lato, STIX Two Math,
|
72
|
+
<fo:root font-family="Lato, STIX Two Math, Source Han Sans" font-size="11pt" color="{$color_main}" xml:lang="{$lang}">
|
73
73
|
<fo:layout-master-set>
|
74
74
|
<!-- Cover page -->
|
75
75
|
<fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
|
@@ -1633,7 +1633,7 @@
|
|
1633
1633
|
|
1634
1634
|
|
1635
1635
|
|
1636
|
-
<xsl:attribute name="font-family">
|
1636
|
+
<xsl:attribute name="font-family">Fira Code</xsl:attribute>
|
1637
1637
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
1638
1638
|
<xsl:attribute name="line-height">113%</xsl:attribute>
|
1639
1639
|
|
@@ -1922,6 +1922,7 @@
|
|
1922
1922
|
</xsl:attribute-set><xsl:attribute-set name="term-style">
|
1923
1923
|
|
1924
1924
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
1925
|
+
|
1925
1926
|
|
1926
1927
|
|
1927
1928
|
<xsl:attribute name="margin-top">12pt</xsl:attribute>
|
@@ -1971,7 +1972,7 @@
|
|
1971
1972
|
|
1972
1973
|
|
1973
1974
|
|
1974
|
-
<xsl:attribute name="font-family">
|
1975
|
+
<xsl:attribute name="font-family">Fira Code</xsl:attribute>
|
1975
1976
|
|
1976
1977
|
</xsl:attribute-set><xsl:attribute-set name="sourcecode-name-style">
|
1977
1978
|
<xsl:attribute name="font-size">11pt</xsl:attribute>
|
@@ -3233,6 +3234,7 @@
|
|
3233
3234
|
</fo:inline>
|
3234
3235
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
3235
3236
|
<fo:inline font-weight="bold">
|
3237
|
+
|
3236
3238
|
<xsl:apply-templates/>
|
3237
3239
|
</fo:inline>
|
3238
3240
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -3637,6 +3639,7 @@
|
|
3637
3639
|
</xsl:choose>
|
3638
3640
|
</xsl:variable>
|
3639
3641
|
<fo:inline xsl:use-attribute-sets="link-style">
|
3642
|
+
|
3640
3643
|
<xsl:choose>
|
3641
3644
|
<xsl:when test="$target = ''">
|
3642
3645
|
<xsl:apply-templates/>
|
@@ -3856,7 +3859,8 @@
|
|
3856
3859
|
</fo:inline>
|
3857
3860
|
</xsl:if>
|
3858
3861
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
3859
|
-
<fo:block-container id="{@id}">
|
3862
|
+
<fo:block-container id="{@id}">
|
3863
|
+
|
3860
3864
|
<fo:block>
|
3861
3865
|
<xsl:apply-templates/>
|
3862
3866
|
</fo:block>
|
@@ -3907,7 +3911,7 @@
|
|
3907
3911
|
<xsl:apply-templates mode="bookmarks"/>
|
3908
3912
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
3909
3913
|
<xsl:apply-templates select="."/>
|
3910
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3914
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3911
3915
|
<xsl:apply-templates mode="bookmarks"/>
|
3912
3916
|
</xsl:template><xsl:template name="addBookmarks">
|
3913
3917
|
<xsl:param name="contents"/>
|
@@ -4696,7 +4700,7 @@
|
|
4696
4700
|
<fo:block id="{@id}">
|
4697
4701
|
<xsl:apply-templates/>
|
4698
4702
|
</fo:block>
|
4699
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
4703
|
+
</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']">
|
4700
4704
|
|
4701
4705
|
<fo:block id="{@id}">
|
4702
4706
|
<xsl:apply-templates/>
|