metanorma-iho 0.2.7 → 0.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 +1 -1
- data/lib/isodoc/iho/html/htmlstyle.css +3 -3
- data/lib/isodoc/iho/html/htmlstyle.scss +2 -2
- data/lib/isodoc/iho/html/iho.css +71 -71
- data/lib/isodoc/iho/html/iho.scss +71 -71
- data/lib/isodoc/iho/html/wordstyle.css +55 -55
- data/lib/isodoc/iho/html/wordstyle.scss +55 -55
- data/lib/isodoc/iho/iho.specification.xsl +8 -4
- data/lib/isodoc/iho/iho.standard.xsl +8 -4
- data/lib/metanorma/iho/fonts_manifest.yaml +7 -0
- data/lib/metanorma/iho/processor.rb +0 -8
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -2
- data/metanorma.yml +6 -0
- metadata +5 -18
@@ -69,9 +69,9 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal
|
|
69
69
|
mso-style-qformat:yes;
|
70
70
|
mso-style-parent:"";
|
71
71
|
margin:0cm;
|
72
|
-
margin-bottom
|
72
|
+
margin-bottom:$normalfontsize;
|
73
73
|
mso-pagination:widow-orphan;
|
74
|
-
font-size
|
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;
|
@@ -82,11 +82,11 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
|
|
82
82
|
mso-style-qformat:yes;
|
83
83
|
margin-top:0cm;
|
84
84
|
margin-right:0cm;
|
85
|
-
margin-bottom
|
85
|
+
margin-bottom:$normalfontsize;
|
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
|
89
|
+
font-size:$normalfontsize;
|
90
90
|
font-family:$bodyfont;
|
91
91
|
mso-ansi-language:EN-AU;
|
92
92
|
mso-fareast-language:EN-US;}
|
@@ -97,11 +97,11 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
97
97
|
mso-style-type:export-only;
|
98
98
|
margin-top:0cm;
|
99
99
|
margin-right:0cm;
|
100
|
-
margin-bottom
|
100
|
+
margin-bottom:$normalfontsize;
|
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
|
104
|
+
font-size:$normalfontsize;
|
105
105
|
font-family:$bodyfont;
|
106
106
|
mso-ansi-language:EN-AU;
|
107
107
|
mso-fareast-language:EN-US;}
|
@@ -112,11 +112,11 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
112
112
|
mso-style-type:export-only;
|
113
113
|
margin-top:0cm;
|
114
114
|
margin-right:0cm;
|
115
|
-
margin-bottom
|
115
|
+
margin-bottom:$normalfontsize;
|
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
|
119
|
+
font-size:$normalfontsize;
|
120
120
|
font-family:$bodyfont;
|
121
121
|
mso-ansi-language:EN-AU;
|
122
122
|
mso-fareast-language:EN-US;}
|
@@ -127,11 +127,11 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
127
127
|
mso-style-type:export-only;
|
128
128
|
margin-top:0cm;
|
129
129
|
margin-right:0cm;
|
130
|
-
margin-bottom
|
130
|
+
margin-bottom:$normalfontsize;
|
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
|
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
|
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
|
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
|
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;
|
@@ -205,7 +205,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
205
205
|
margin-left:0cm;
|
206
206
|
margin-bottom:.0001pt;
|
207
207
|
mso-pagination:widow-orphan;
|
208
|
-
font-size
|
208
|
+
font-size:$normalfontsize;
|
209
209
|
font-family:$bodyfont;
|
210
210
|
mso-fareast-font-family:"Times New Roman";
|
211
211
|
mso-bidi-font-family:"Times New Roman";
|
@@ -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
|
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;
|
@@ -347,7 +347,7 @@ h1
|
|
347
347
|
mso-style-next:Normal;
|
348
348
|
margin-top:13.5pt;
|
349
349
|
margin-right:0cm;
|
350
|
-
margin-bottom
|
350
|
+
margin-bottom:$normalfontsize;
|
351
351
|
margin-left:0cm;
|
352
352
|
text-indent:0cm;
|
353
353
|
line-height:13.5pt;
|
@@ -358,7 +358,7 @@ h1
|
|
358
358
|
mso-hyphenate:none;
|
359
359
|
tab-stops:20.0pt list 21.6pt left 28.0pt;
|
360
360
|
font-size:13.0pt;
|
361
|
-
mso-bidi-font-size
|
361
|
+
mso-bidi-font-size:$smallerfontsize;
|
362
362
|
font-family:$headerfont;
|
363
363
|
mso-fareast-font-family:$headerfont;
|
364
364
|
font-weight:normal;
|
@@ -374,7 +374,7 @@ h1.Annex
|
|
374
374
|
mso-style-next:Normal;
|
375
375
|
margin-top:3.0pt;
|
376
376
|
margin-right:0cm;
|
377
|
-
margin-bottom
|
377
|
+
margin-bottom:$normalfontsize;
|
378
378
|
margin-left:0cm;
|
379
379
|
text-indent:0cm;
|
380
380
|
line-height:12.5pt;
|
@@ -387,7 +387,7 @@ h1.Annex
|
|
387
387
|
mso-hyphenate:none;
|
388
388
|
tab-stops:20.0pt list 21.6pt left 28.0pt;
|
389
389
|
font-size:13.0pt;
|
390
|
-
mso-bidi-font-size
|
390
|
+
mso-bidi-font-size:$smallerfontsize;
|
391
391
|
font-family:$headerfont;
|
392
392
|
font-weight:normal;
|
393
393
|
mso-fareast-font-family:$headerfont;
|
@@ -404,7 +404,7 @@ h1.Annex
|
|
404
404
|
mso-style-next:Normal;
|
405
405
|
margin-top:3.0pt;
|
406
406
|
margin-right:0cm;
|
407
|
-
margin-bottom
|
407
|
+
margin-bottom:$normalfontsize;
|
408
408
|
margin-left:0cm;
|
409
409
|
text-indent:0cm;
|
410
410
|
line-height:12.5pt;
|
@@ -413,8 +413,8 @@ h1.Annex
|
|
413
413
|
mso-outline-level:2;
|
414
414
|
mso-hyphenate:none;
|
415
415
|
tab-stops:27.0pt 35.0pt;
|
416
|
-
font-size
|
417
|
-
mso-bidi-font-size
|
416
|
+
font-size:$normalfontsize;
|
417
|
+
mso-bidi-font-size:$smallerfontsize;
|
418
418
|
font-family:$headerfont;
|
419
419
|
font-weight:normal;
|
420
420
|
mso-fareast-font-family:$headerfont;
|
@@ -430,7 +430,7 @@ h2
|
|
430
430
|
mso-style-next:Normal;
|
431
431
|
margin-top:3.0pt;
|
432
432
|
margin-right:0cm;
|
433
|
-
margin-bottom
|
433
|
+
margin-bottom:$normalfontsize;
|
434
434
|
margin-left:0cm;
|
435
435
|
text-indent:0cm;
|
436
436
|
line-height:12.5pt;
|
@@ -440,8 +440,8 @@ h2
|
|
440
440
|
mso-list:l1 level2 lfo6;
|
441
441
|
mso-hyphenate:none;
|
442
442
|
tab-stops:27.0pt 35.0pt;
|
443
|
-
font-size
|
444
|
-
mso-bidi-font-size
|
443
|
+
font-size:$normalfontsize;
|
444
|
+
mso-bidi-font-size:$smallerfontsize;
|
445
445
|
font-family:$headerfont;
|
446
446
|
font-weight:normal;
|
447
447
|
mso-fareast-font-family:$headerfont;
|
@@ -457,17 +457,17 @@ h3
|
|
457
457
|
mso-style-next:Normal;
|
458
458
|
margin-top:3.0pt;
|
459
459
|
margin-right:0cm;
|
460
|
-
margin-bottom
|
460
|
+
margin-bottom:$normalfontsize;
|
461
461
|
margin-left:0cm;
|
462
462
|
text-indent:0cm;
|
463
|
-
line-height
|
463
|
+
line-height:$normalfontsize;
|
464
464
|
mso-pagination:widow-orphan;
|
465
465
|
page-break-after:avoid;
|
466
466
|
mso-outline-level:3;
|
467
467
|
mso-list:l1 level3 lfo6;
|
468
468
|
mso-hyphenate:none;
|
469
469
|
tab-stops:list 36.0pt left 44.0pt;
|
470
|
-
font-size
|
470
|
+
font-size:$smallerfontsize;
|
471
471
|
font-family:$headerfont;
|
472
472
|
font-weight:normal;
|
473
473
|
mso-fareast-font-family:$headerfont;
|
@@ -483,17 +483,17 @@ h4
|
|
483
483
|
mso-style-next:Normal;
|
484
484
|
margin-top:3.0pt;
|
485
485
|
margin-right:0cm;
|
486
|
-
margin-bottom
|
486
|
+
margin-bottom:$normalfontsize;
|
487
487
|
margin-left:0cm;
|
488
488
|
text-indent:0cm;
|
489
|
-
line-height
|
489
|
+
line-height:$normalfontsize;
|
490
490
|
mso-pagination:widow-orphan;
|
491
491
|
page-break-after:avoid;
|
492
492
|
mso-outline-level:4;
|
493
493
|
mso-list:l1 level4 lfo6;
|
494
494
|
mso-hyphenate:none;
|
495
495
|
tab-stops:51.05pt 57.0pt 68.0pt;
|
496
|
-
font-size
|
496
|
+
font-size:$smallerfontsize;
|
497
497
|
font-family:$headerfont;
|
498
498
|
font-weight:normal;
|
499
499
|
mso-fareast-font-family:$headerfont;
|
@@ -509,17 +509,17 @@ h5
|
|
509
509
|
mso-style-next:Normal;
|
510
510
|
margin-top:3.0pt;
|
511
511
|
margin-right:0cm;
|
512
|
-
margin-bottom
|
512
|
+
margin-bottom:$normalfontsize;
|
513
513
|
margin-left:0cm;
|
514
514
|
text-indent:0cm;
|
515
|
-
line-height
|
515
|
+
line-height:$normalfontsize;
|
516
516
|
mso-pagination:widow-orphan;
|
517
517
|
page-break-after:avoid;
|
518
518
|
mso-outline-level:5;
|
519
519
|
mso-list:l1 level5 lfo6;
|
520
520
|
mso-hyphenate:none;
|
521
521
|
tab-stops:51.05pt list 54.0pt;
|
522
|
-
font-size
|
522
|
+
font-size:$smallerfontsize;
|
523
523
|
font-family:$headerfont;
|
524
524
|
font-weight:normal;
|
525
525
|
mso-fareast-font-family:$headerfont;
|
@@ -535,17 +535,17 @@ h6
|
|
535
535
|
mso-style-next:Normal;
|
536
536
|
margin-top:3.0pt;
|
537
537
|
margin-right:0cm;
|
538
|
-
margin-bottom
|
538
|
+
margin-bottom:$normalfontsize;
|
539
539
|
margin-left:0cm;
|
540
540
|
text-indent:0cm;
|
541
|
-
line-height
|
541
|
+
line-height:$normalfontsize;
|
542
542
|
mso-pagination:widow-orphan;
|
543
543
|
page-break-after:avoid;
|
544
544
|
mso-outline-level:6;
|
545
545
|
mso-list:l1 level6 lfo6;
|
546
546
|
mso-hyphenate:none;
|
547
547
|
tab-stops:51.05pt list 72.0pt;
|
548
|
-
font-size
|
548
|
+
font-size:$smallerfontsize;
|
549
549
|
font-family:$headerfont;
|
550
550
|
font-weight:normal;
|
551
551
|
mso-fareast-font-family:$headerfont;
|
@@ -562,11 +562,11 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
|
|
562
562
|
margin-left:36.0pt;
|
563
563
|
margin-bottom:.0001pt;
|
564
564
|
text-indent:-36.0pt;
|
565
|
-
line-height
|
565
|
+
line-height:$normalfontsize;
|
566
566
|
mso-pagination:widow-orphan;
|
567
567
|
mso-hyphenate:none;
|
568
568
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
569
|
-
font-size
|
569
|
+
font-size:$normalfontsize;
|
570
570
|
font-family:$bodyfont;
|
571
571
|
mso-fareast-font-family:$bodyfont;
|
572
572
|
mso-bidi-font-family:$bodyfont;
|
@@ -585,11 +585,11 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
|
|
585
585
|
margin-left:36.0pt;
|
586
586
|
margin-bottom:.0001pt;
|
587
587
|
text-indent:-36.0pt;
|
588
|
-
line-height
|
588
|
+
line-height:$normalfontsize;
|
589
589
|
mso-pagination:widow-orphan;
|
590
590
|
mso-hyphenate:none;
|
591
591
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
592
|
-
font-size
|
592
|
+
font-size:$normalfontsize;
|
593
593
|
font-family:$bodyfont;
|
594
594
|
mso-fareast-font-family:$bodyfont;
|
595
595
|
mso-bidi-font-family:$bodyfont;
|
@@ -608,11 +608,11 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
608
608
|
margin-left:36.0pt;
|
609
609
|
margin-bottom:.0001pt;
|
610
610
|
text-indent:-36.0pt;
|
611
|
-
line-height
|
611
|
+
line-height:$normalfontsize;
|
612
612
|
mso-pagination:widow-orphan;
|
613
613
|
mso-hyphenate:none;
|
614
614
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
615
|
-
font-size
|
615
|
+
font-size:$normalfontsize;
|
616
616
|
font-family:$bodyfont;
|
617
617
|
mso-fareast-font-family:$bodyfont;
|
618
618
|
mso-bidi-font-family:$bodyfont;
|
@@ -628,13 +628,13 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
|
|
628
628
|
mso-style-link:"Footnote Text Char";
|
629
629
|
margin-top:0cm;
|
630
630
|
margin-right:0cm;
|
631
|
-
margin-bottom
|
631
|
+
margin-bottom:$normalfontsize;
|
632
632
|
margin-left:0cm;
|
633
633
|
text-align:justify;
|
634
|
-
line-height
|
634
|
+
line-height:$normalfontsize;
|
635
635
|
mso-pagination:widow-orphan;
|
636
636
|
tab-stops:20.15pt;
|
637
|
-
font-size
|
637
|
+
font-size:$footnotefontsize;
|
638
638
|
font-family:$bodyfont;
|
639
639
|
mso-fareast-font-family:$bodyfont;
|
640
640
|
mso-bidi-font-family:$bodyfont;
|
@@ -650,9 +650,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
650
650
|
margin-bottom:6.0pt;
|
651
651
|
margin-left:0cm;
|
652
652
|
text-align:justify;
|
653
|
-
line-height
|
653
|
+
line-height:$normalfontsize;
|
654
654
|
mso-pagination:widow-orphan;
|
655
|
-
font-size
|
655
|
+
font-size:$normalfontsize;
|
656
656
|
font-family:$bodyfont;
|
657
657
|
mso-fareast-font-family:$bodyfont;
|
658
658
|
mso-bidi-font-family:$bodyfont;
|
@@ -680,7 +680,7 @@ span.Heading2Char
|
|
680
680
|
mso-style-locked:yes;
|
681
681
|
mso-style-parent:"";
|
682
682
|
mso-style-link:"Heading 2";
|
683
|
-
mso-ansi-font-size
|
683
|
+
mso-ansi-font-size:$normalfontsize;
|
684
684
|
font-family:$headerfont;
|
685
685
|
font-weight:normal;
|
686
686
|
mso-ascii-font-family:Cambria;
|
@@ -696,7 +696,7 @@ span.Heading3Char
|
|
696
696
|
mso-style-locked:yes;
|
697
697
|
mso-style-parent:"";
|
698
698
|
mso-style-link:"Heading 3";
|
699
|
-
mso-ansi-font-size
|
699
|
+
mso-ansi-font-size:$smallerfontsize;
|
700
700
|
font-family:$headerfont;
|
701
701
|
font-weight:normal;
|
702
702
|
mso-ascii-font-family:$headerfont;
|
@@ -712,7 +712,7 @@ span.Heading4Char
|
|
712
712
|
mso-style-locked:yes;
|
713
713
|
mso-style-parent:"";
|
714
714
|
mso-style-link:"Heading 4";
|
715
|
-
mso-ansi-font-size
|
715
|
+
mso-ansi-font-size:$smallerfontsize;
|
716
716
|
font-family:$headerfont;
|
717
717
|
font-weight:normal;
|
718
718
|
mso-ascii-font-family:$headerfont;
|
@@ -728,7 +728,7 @@ span.Heading5Char
|
|
728
728
|
mso-style-locked:yes;
|
729
729
|
mso-style-parent:"";
|
730
730
|
mso-style-link:"Heading 5";
|
731
|
-
mso-ansi-font-size
|
731
|
+
mso-ansi-font-size:$smallerfontsize;
|
732
732
|
font-family:$headerfont;
|
733
733
|
font-weight:normal;
|
734
734
|
mso-ascii-font-family:$headerfont;
|
@@ -744,7 +744,7 @@ span.Heading6Char
|
|
744
744
|
mso-style-locked:yes;
|
745
745
|
mso-style-parent:"";
|
746
746
|
mso-style-link:"Heading 6";
|
747
|
-
mso-ansi-font-size
|
747
|
+
mso-ansi-font-size:$smallerfontsize;
|
748
748
|
font-family:$headerfont;
|
749
749
|
font-weight:normal;
|
750
750
|
mso-ascii-font-family:$headerfont;
|
@@ -764,7 +764,7 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
764
764
|
line-height:10.5pt;
|
765
765
|
mso-pagination:widow-orphan;
|
766
766
|
font-size:10.0pt;
|
767
|
-
mso-bidi-font-size
|
767
|
+
mso-bidi-font-size:$smallerfontsize;
|
768
768
|
font-family:$bodyfont;
|
769
769
|
mso-fareast-font-family:$bodyfont;
|
770
770
|
mso-bidi-font-family:$bodyfont;
|
@@ -1145,7 +1145,7 @@ table.MsoNormalTable
|
|
1145
1145
|
mso-para-margin:0cm;
|
1146
1146
|
mso-para-margin-bottom:.0001pt;
|
1147
1147
|
mso-pagination:widow-orphan;
|
1148
|
-
font-size
|
1148
|
+
font-size:$normalfontsize;
|
1149
1149
|
font-family:$bodyfont;}
|
1150
1150
|
ol
|
1151
1151
|
{margin-bottom:0cm;
|
@@ -1125,7 +1125,7 @@
|
|
1125
1125
|
|
1126
1126
|
|
1127
1127
|
|
1128
|
-
<xsl:attribute name="font-family">
|
1128
|
+
<xsl:attribute name="font-family">SF Mono</xsl:attribute>
|
1129
1129
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
1130
1130
|
<xsl:attribute name="keep-with-next">always</xsl:attribute>
|
1131
1131
|
<xsl:attribute name="line-height">113%</xsl:attribute>
|
@@ -1372,6 +1372,7 @@
|
|
1372
1372
|
<xsl:attribute name="margin-bottom">10pt</xsl:attribute>
|
1373
1373
|
|
1374
1374
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
1375
|
+
|
1375
1376
|
|
1376
1377
|
|
1377
1378
|
|
@@ -2651,6 +2652,7 @@
|
|
2651
2652
|
</fo:inline>
|
2652
2653
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
2653
2654
|
<fo:inline font-weight="bold">
|
2655
|
+
|
2654
2656
|
<xsl:apply-templates/>
|
2655
2657
|
</fo:inline>
|
2656
2658
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -3055,6 +3057,7 @@
|
|
3055
3057
|
</xsl:choose>
|
3056
3058
|
</xsl:variable>
|
3057
3059
|
<fo:inline xsl:use-attribute-sets="link-style">
|
3060
|
+
|
3058
3061
|
<xsl:choose>
|
3059
3062
|
<xsl:when test="$target = ''">
|
3060
3063
|
<xsl:apply-templates/>
|
@@ -3270,7 +3273,8 @@
|
|
3270
3273
|
</fo:inline>
|
3271
3274
|
</xsl:if>
|
3272
3275
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
3273
|
-
<fo:block-container id="{@id}">
|
3276
|
+
<fo:block-container id="{@id}">
|
3277
|
+
|
3274
3278
|
<fo:block>
|
3275
3279
|
<xsl:apply-templates/>
|
3276
3280
|
</fo:block>
|
@@ -3321,7 +3325,7 @@
|
|
3321
3325
|
<xsl:apply-templates mode="bookmarks"/>
|
3322
3326
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
3323
3327
|
<xsl:apply-templates select="."/>
|
3324
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3328
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3325
3329
|
<xsl:apply-templates mode="bookmarks"/>
|
3326
3330
|
</xsl:template><xsl:template name="addBookmarks">
|
3327
3331
|
<xsl:param name="contents"/>
|
@@ -4058,7 +4062,7 @@
|
|
4058
4062
|
<fo:block id="{@id}">
|
4059
4063
|
<xsl:apply-templates/>
|
4060
4064
|
</fo:block>
|
4061
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
4065
|
+
</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']">
|
4062
4066
|
|
4063
4067
|
<fo:block id="{@id}">
|
4064
4068
|
<xsl:apply-templates/>
|
@@ -1125,7 +1125,7 @@
|
|
1125
1125
|
|
1126
1126
|
|
1127
1127
|
|
1128
|
-
<xsl:attribute name="font-family">
|
1128
|
+
<xsl:attribute name="font-family">SF Mono</xsl:attribute>
|
1129
1129
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
1130
1130
|
<xsl:attribute name="keep-with-next">always</xsl:attribute>
|
1131
1131
|
<xsl:attribute name="line-height">113%</xsl:attribute>
|
@@ -1372,6 +1372,7 @@
|
|
1372
1372
|
<xsl:attribute name="margin-bottom">10pt</xsl:attribute>
|
1373
1373
|
|
1374
1374
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
1375
|
+
|
1375
1376
|
|
1376
1377
|
|
1377
1378
|
|
@@ -2651,6 +2652,7 @@
|
|
2651
2652
|
</fo:inline>
|
2652
2653
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
2653
2654
|
<fo:inline font-weight="bold">
|
2655
|
+
|
2654
2656
|
<xsl:apply-templates/>
|
2655
2657
|
</fo:inline>
|
2656
2658
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -3055,6 +3057,7 @@
|
|
3055
3057
|
</xsl:choose>
|
3056
3058
|
</xsl:variable>
|
3057
3059
|
<fo:inline xsl:use-attribute-sets="link-style">
|
3060
|
+
|
3058
3061
|
<xsl:choose>
|
3059
3062
|
<xsl:when test="$target = ''">
|
3060
3063
|
<xsl:apply-templates/>
|
@@ -3270,7 +3273,8 @@
|
|
3270
3273
|
</fo:inline>
|
3271
3274
|
</xsl:if>
|
3272
3275
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
3273
|
-
<fo:block-container id="{@id}">
|
3276
|
+
<fo:block-container id="{@id}">
|
3277
|
+
|
3274
3278
|
<fo:block>
|
3275
3279
|
<xsl:apply-templates/>
|
3276
3280
|
</fo:block>
|
@@ -3321,7 +3325,7 @@
|
|
3321
3325
|
<xsl:apply-templates mode="bookmarks"/>
|
3322
3326
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
3323
3327
|
<xsl:apply-templates select="."/>
|
3324
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3328
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3325
3329
|
<xsl:apply-templates mode="bookmarks"/>
|
3326
3330
|
</xsl:template><xsl:template name="addBookmarks">
|
3327
3331
|
<xsl:param name="contents"/>
|
@@ -4058,7 +4062,7 @@
|
|
4058
4062
|
<fo:block id="{@id}">
|
4059
4063
|
<xsl:apply-templates/>
|
4060
4064
|
</fo:block>
|
4061
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
4065
|
+
</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']">
|
4062
4066
|
|
4063
4067
|
<fo:block id="{@id}">
|
4064
4068
|
<xsl:apply-templates/>
|