metanorma-nist 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/asciidoctor/nist/cleanup.rb +1 -0
- data/lib/asciidoctor/nist/converter.rb +2 -0
- data/lib/asciidoctor/nist/nist.rng +1 -0
- data/lib/isodoc/nist/fonts_manifest.yaml +4 -0
- data/lib/isodoc/nist/html/htmlstyle.css +221 -221
- data/lib/isodoc/nist/html/htmlstyle.scss +5 -6
- data/lib/isodoc/nist/html/nist.css +49 -50
- data/lib/isodoc/nist/html/nist.scss +49 -50
- data/lib/isodoc/nist/html/nist_cswp.css +48 -49
- data/lib/isodoc/nist/html/nist_cswp.scss +48 -49
- data/lib/isodoc/nist/html/wordstyle.css +42 -42
- data/lib/isodoc/nist/html/wordstyle.scss +42 -42
- data/lib/isodoc/nist/html/wordstyle_cswp.css +52 -52
- data/lib/isodoc/nist/html/wordstyle_cswp.scss +52 -52
- data/lib/isodoc/nist/html_convert.rb +4 -1
- data/lib/isodoc/nist/nist.cswp.xsl +106 -25
- data/lib/isodoc/nist/nist.sp.xsl +106 -25
- data/lib/isodoc/nist/refs.rb +2 -0
- data/lib/isodoc/nist/word_convert.rb +6 -1
- data/lib/metanorma/nist/fonts_manifest.yaml +6 -0
- data/lib/metanorma/nist/processor.rb +0 -8
- data/lib/metanorma/nist/version.rb +1 -1
- data/metanorma-nist.gemspec +1 -1
- metadata +6 -4
@@ -25,7 +25,10 @@ module IsoDoc
|
|
25
25
|
'"Libre Baskerville",serif'),
|
26
26
|
headerfont: (options[:script] == "Hans" ? '"SimHei",sans-serif' :
|
27
27
|
'"Libre Baskerville",serif'),
|
28
|
-
monospacefont: '"Space Mono",monospace'
|
28
|
+
monospacefont: '"Space Mono",monospace',
|
29
|
+
normalfontsize: "14px",
|
30
|
+
footnotefontsize: "0.9em",
|
31
|
+
monospacefontsize: "0.8em",
|
29
32
|
}
|
30
33
|
end
|
31
34
|
|
@@ -1142,13 +1142,22 @@
|
|
1142
1142
|
<title-part lang="en">
|
1143
1143
|
|
1144
1144
|
|
1145
|
+
|
1145
1146
|
</title-part>
|
1146
1147
|
<title-part lang="fr">
|
1147
1148
|
|
1148
1149
|
|
1150
|
+
|
1149
1151
|
</title-part>
|
1150
1152
|
<title-part lang="zh">第 # 部分:</title-part>
|
1151
1153
|
|
1154
|
+
<title-subpart lang="en">
|
1155
|
+
|
1156
|
+
</title-subpart>
|
1157
|
+
<title-subpart lang="fr">
|
1158
|
+
|
1159
|
+
</title-subpart>
|
1160
|
+
|
1152
1161
|
<title-modified lang="en">modified</title-modified>
|
1153
1162
|
<title-modified lang="fr">modifiée</title-modified>
|
1154
1163
|
|
@@ -1472,6 +1481,7 @@
|
|
1472
1481
|
</xsl:attribute-set><xsl:attribute-set name="term-style">
|
1473
1482
|
|
1474
1483
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
1484
|
+
|
1475
1485
|
|
1476
1486
|
|
1477
1487
|
|
@@ -1590,7 +1600,9 @@
|
|
1590
1600
|
|
1591
1601
|
|
1592
1602
|
|
1593
|
-
|
1603
|
+
<!-- <xsl:if test="$namespace = 'bipm'">
|
1604
|
+
<fo:block> </fo:block>
|
1605
|
+
</xsl:if> -->
|
1594
1606
|
|
1595
1607
|
<!-- $namespace = 'iso' or -->
|
1596
1608
|
|
@@ -1763,6 +1775,7 @@
|
|
1763
1775
|
<xsl:if test="normalize-space() != ''">
|
1764
1776
|
<fo:block xsl:use-attribute-sets="table-name-style">
|
1765
1777
|
|
1778
|
+
|
1766
1779
|
<xsl:apply-templates/>
|
1767
1780
|
</fo:block>
|
1768
1781
|
</xsl:if>
|
@@ -2119,6 +2132,7 @@
|
|
2119
2132
|
|
2120
2133
|
|
2121
2134
|
|
2135
|
+
|
2122
2136
|
<!-- <xsl:if test="$namespace = 'bipm'">
|
2123
2137
|
<xsl:attribute name="height">8mm</xsl:attribute>
|
2124
2138
|
</xsl:if> -->
|
@@ -2212,7 +2226,8 @@
|
|
2212
2226
|
</xsl:attribute>
|
2213
2227
|
</xsl:if>
|
2214
2228
|
<xsl:call-template name="display-align"/>
|
2215
|
-
<fo:block>
|
2229
|
+
<fo:block>
|
2230
|
+
|
2216
2231
|
<xsl:apply-templates/>
|
2217
2232
|
</fo:block>
|
2218
2233
|
</fo:table-cell>
|
@@ -2433,7 +2448,11 @@
|
|
2433
2448
|
<xsl:apply-templates/>
|
2434
2449
|
</fo:inline>
|
2435
2450
|
</xsl:template><xsl:template match="*[local-name()='dl']">
|
2436
|
-
<fo:block-container
|
2451
|
+
<fo:block-container>
|
2452
|
+
|
2453
|
+
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
2454
|
+
|
2455
|
+
|
2437
2456
|
<xsl:if test="parent::*[local-name() = 'note']">
|
2438
2457
|
<xsl:attribute name="margin-left">
|
2439
2458
|
<xsl:choose>
|
@@ -2443,8 +2462,11 @@
|
|
2443
2462
|
</xsl:attribute>
|
2444
2463
|
|
2445
2464
|
</xsl:if>
|
2446
|
-
<fo:block-container
|
2447
|
-
|
2465
|
+
<fo:block-container>
|
2466
|
+
|
2467
|
+
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
2468
|
+
|
2469
|
+
|
2448
2470
|
<xsl:variable name="parent" select="local-name(..)"/>
|
2449
2471
|
|
2450
2472
|
<xsl:variable name="key_iso">
|
@@ -2458,9 +2480,12 @@
|
|
2458
2480
|
<fo:block margin-bottom="12pt" text-align="left">
|
2459
2481
|
|
2460
2482
|
<xsl:variable name="title-where">
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2483
|
+
|
2484
|
+
|
2485
|
+
<xsl:call-template name="getTitle">
|
2486
|
+
<xsl:with-param name="name" select="'title-where'"/>
|
2487
|
+
</xsl:call-template>
|
2488
|
+
|
2464
2489
|
</xsl:variable>
|
2465
2490
|
<xsl:value-of select="$title-where"/><xsl:text> </xsl:text>
|
2466
2491
|
<xsl:apply-templates select="*[local-name()='dt']/*"/>
|
@@ -2476,9 +2501,12 @@
|
|
2476
2501
|
|
2477
2502
|
|
2478
2503
|
<xsl:variable name="title-where">
|
2479
|
-
|
2480
|
-
|
2481
|
-
|
2504
|
+
|
2505
|
+
|
2506
|
+
<xsl:call-template name="getTitle">
|
2507
|
+
<xsl:with-param name="name" select="'title-where'"/>
|
2508
|
+
</xsl:call-template>
|
2509
|
+
|
2482
2510
|
</xsl:variable>
|
2483
2511
|
<xsl:value-of select="$title-where"/>
|
2484
2512
|
</fo:block>
|
@@ -2489,9 +2517,12 @@
|
|
2489
2517
|
|
2490
2518
|
|
2491
2519
|
<xsl:variable name="title-key">
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
2520
|
+
|
2521
|
+
|
2522
|
+
<xsl:call-template name="getTitle">
|
2523
|
+
<xsl:with-param name="name" select="'title-key'"/>
|
2524
|
+
</xsl:call-template>
|
2525
|
+
|
2495
2526
|
</xsl:variable>
|
2496
2527
|
<xsl:value-of select="$title-key"/>
|
2497
2528
|
</fo:block>
|
@@ -2758,6 +2789,7 @@
|
|
2758
2789
|
</fo:inline>
|
2759
2790
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
2760
2791
|
<fo:inline font-weight="bold">
|
2792
|
+
|
2761
2793
|
<xsl:apply-templates/>
|
2762
2794
|
</fo:inline>
|
2763
2795
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -3086,7 +3118,18 @@
|
|
3086
3118
|
<xsl:with-param name="previousRow" select="$newRow"/>
|
3087
3119
|
</xsl:apply-templates>
|
3088
3120
|
</xsl:template><xsl:template name="getLang">
|
3089
|
-
<xsl:variable name="
|
3121
|
+
<xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
|
3122
|
+
<xsl:variable name="language">
|
3123
|
+
<xsl:choose>
|
3124
|
+
<xsl:when test="$language_current != ''">
|
3125
|
+
<xsl:value-of select="$language_current"/>
|
3126
|
+
</xsl:when>
|
3127
|
+
<xsl:otherwise>
|
3128
|
+
<xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
|
3129
|
+
</xsl:otherwise>
|
3130
|
+
</xsl:choose>
|
3131
|
+
</xsl:variable>
|
3132
|
+
|
3090
3133
|
<xsl:choose>
|
3091
3134
|
<xsl:when test="$language = 'English'">en</xsl:when>
|
3092
3135
|
<xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
|
@@ -3121,6 +3164,7 @@
|
|
3121
3164
|
<xsl:value-of select="substring($str, 2)"/>
|
3122
3165
|
</xsl:template><xsl:template match="mathml:math">
|
3123
3166
|
<fo:inline font-family="STIX Two Math"> <!-- -->
|
3167
|
+
|
3124
3168
|
<xsl:variable name="mathml">
|
3125
3169
|
<xsl:apply-templates select="." mode="mathml"/>
|
3126
3170
|
</xsl:variable>
|
@@ -3150,6 +3194,7 @@
|
|
3150
3194
|
</xsl:choose>
|
3151
3195
|
</xsl:variable>
|
3152
3196
|
<fo:inline xsl:use-attribute-sets="link-style">
|
3197
|
+
|
3153
3198
|
<xsl:choose>
|
3154
3199
|
<xsl:when test="$target = ''">
|
3155
3200
|
<xsl:apply-templates/>
|
@@ -3203,10 +3248,14 @@
|
|
3203
3248
|
</fo:inline>
|
3204
3249
|
</xsl:template><xsl:template match="*[local-name() = 'modification']">
|
3205
3250
|
<xsl:variable name="title-modified">
|
3206
|
-
|
3207
|
-
|
3208
|
-
|
3251
|
+
|
3252
|
+
|
3253
|
+
<xsl:call-template name="getTitle">
|
3254
|
+
<xsl:with-param name="name" select="'title-modified'"/>
|
3255
|
+
</xsl:call-template>
|
3256
|
+
|
3209
3257
|
</xsl:variable>
|
3258
|
+
|
3210
3259
|
<xsl:choose>
|
3211
3260
|
<xsl:when test="$lang = 'zh'"><xsl:text>、</xsl:text><xsl:value-of select="$title-modified"/><xsl:text>—</xsl:text></xsl:when>
|
3212
3261
|
<xsl:otherwise><xsl:text>, </xsl:text><xsl:value-of select="$title-modified"/><xsl:text> — </xsl:text></xsl:otherwise>
|
@@ -3361,7 +3410,8 @@
|
|
3361
3410
|
</fo:inline>
|
3362
3411
|
</xsl:if>
|
3363
3412
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
3364
|
-
<fo:block-container id="{@id}">
|
3413
|
+
<fo:block-container id="{@id}">
|
3414
|
+
|
3365
3415
|
<fo:block>
|
3366
3416
|
<xsl:apply-templates/>
|
3367
3417
|
</fo:block>
|
@@ -3412,7 +3462,7 @@
|
|
3412
3462
|
<xsl:apply-templates mode="bookmarks"/>
|
3413
3463
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
3414
3464
|
<xsl:apply-templates select="."/>
|
3415
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3465
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3416
3466
|
<xsl:apply-templates mode="bookmarks"/>
|
3417
3467
|
</xsl:template><xsl:template name="addBookmarks">
|
3418
3468
|
<xsl:param name="contents"/>
|
@@ -4089,9 +4139,12 @@
|
|
4089
4139
|
</fo:block>
|
4090
4140
|
</xsl:template><xsl:template match="*[local-name() = 'deprecates']">
|
4091
4141
|
<xsl:variable name="title-deprecated">
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4142
|
+
|
4143
|
+
|
4144
|
+
<xsl:call-template name="getTitle">
|
4145
|
+
<xsl:with-param name="name" select="'title-deprecated'"/>
|
4146
|
+
</xsl:call-template>
|
4147
|
+
|
4095
4148
|
</xsl:variable>
|
4096
4149
|
<fo:block xsl:use-attribute-sets="deprecates-style">
|
4097
4150
|
<xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
|
@@ -4144,7 +4197,7 @@
|
|
4144
4197
|
<fo:block id="{@id}">
|
4145
4198
|
<xsl:apply-templates/>
|
4146
4199
|
</fo:block>
|
4147
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
4200
|
+
</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']">
|
4148
4201
|
|
4149
4202
|
<fo:block break-after="page"/>
|
4150
4203
|
|
@@ -4463,13 +4516,22 @@
|
|
4463
4516
|
</xsl:template><xsl:template name="split">
|
4464
4517
|
<xsl:param name="pText" select="."/>
|
4465
4518
|
<xsl:param name="sep" select="','"/>
|
4519
|
+
<xsl:param name="normalize-space" select="'true'"/>
|
4466
4520
|
<xsl:if test="string-length($pText) >0">
|
4467
4521
|
<item>
|
4468
|
-
<xsl:
|
4522
|
+
<xsl:choose>
|
4523
|
+
<xsl:when test="$normalize-space = 'true'">
|
4524
|
+
<xsl:value-of select="normalize-space(substring-before(concat($pText, $sep), $sep))"/>
|
4525
|
+
</xsl:when>
|
4526
|
+
<xsl:otherwise>
|
4527
|
+
<xsl:value-of select="substring-before(concat($pText, $sep), $sep)"/>
|
4528
|
+
</xsl:otherwise>
|
4529
|
+
</xsl:choose>
|
4469
4530
|
</item>
|
4470
4531
|
<xsl:call-template name="split">
|
4471
4532
|
<xsl:with-param name="pText" select="substring-after($pText, $sep)"/>
|
4472
4533
|
<xsl:with-param name="sep" select="$sep"/>
|
4534
|
+
<xsl:with-param name="normalize-space" select="$normalize-space"/>
|
4473
4535
|
</xsl:call-template>
|
4474
4536
|
</xsl:if>
|
4475
4537
|
</xsl:template><xsl:template name="getDocumentId">
|
@@ -4535,4 +4597,23 @@
|
|
4535
4597
|
<xsl:with-param name="letter-spacing" select="$letter-spacing"/>
|
4536
4598
|
</xsl:call-template>
|
4537
4599
|
</xsl:if>
|
4600
|
+
</xsl:template><xsl:template name="repeat">
|
4601
|
+
<xsl:param name="char" select="'*'"/>
|
4602
|
+
<xsl:param name="count"/>
|
4603
|
+
<xsl:if test="$count > 0">
|
4604
|
+
<xsl:value-of select="$char"/>
|
4605
|
+
<xsl:call-template name="repeat">
|
4606
|
+
<xsl:with-param name="char" select="$char"/>
|
4607
|
+
<xsl:with-param name="count" select="$count - 1"/>
|
4608
|
+
</xsl:call-template>
|
4609
|
+
</xsl:if>
|
4610
|
+
</xsl:template><xsl:template name="getLocalizedString">
|
4611
|
+
<xsl:param name="key"/>
|
4612
|
+
|
4613
|
+
<xsl:variable name="curr_lang">
|
4614
|
+
<xsl:call-template name="getLang"/>
|
4615
|
+
</xsl:variable>
|
4616
|
+
|
4617
|
+
<xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
4618
|
+
|
4538
4619
|
</xsl:template></xsl:stylesheet>
|
data/lib/isodoc/nist/nist.sp.xsl
CHANGED
@@ -2225,13 +2225,22 @@
|
|
2225
2225
|
<title-part lang="en">
|
2226
2226
|
|
2227
2227
|
|
2228
|
+
|
2228
2229
|
</title-part>
|
2229
2230
|
<title-part lang="fr">
|
2230
2231
|
|
2231
2232
|
|
2233
|
+
|
2232
2234
|
</title-part>
|
2233
2235
|
<title-part lang="zh">第 # 部分:</title-part>
|
2234
2236
|
|
2237
|
+
<title-subpart lang="en">
|
2238
|
+
|
2239
|
+
</title-subpart>
|
2240
|
+
<title-subpart lang="fr">
|
2241
|
+
|
2242
|
+
</title-subpart>
|
2243
|
+
|
2235
2244
|
<title-modified lang="en">modified</title-modified>
|
2236
2245
|
<title-modified lang="fr">modifiée</title-modified>
|
2237
2246
|
|
@@ -2558,6 +2567,7 @@
|
|
2558
2567
|
</xsl:attribute-set><xsl:attribute-set name="term-style">
|
2559
2568
|
|
2560
2569
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
2570
|
+
|
2561
2571
|
|
2562
2572
|
|
2563
2573
|
|
@@ -2677,7 +2687,9 @@
|
|
2677
2687
|
|
2678
2688
|
|
2679
2689
|
|
2680
|
-
|
2690
|
+
<!-- <xsl:if test="$namespace = 'bipm'">
|
2691
|
+
<fo:block> </fo:block>
|
2692
|
+
</xsl:if> -->
|
2681
2693
|
|
2682
2694
|
<!-- $namespace = 'iso' or -->
|
2683
2695
|
|
@@ -2850,6 +2862,7 @@
|
|
2850
2862
|
<xsl:if test="normalize-space() != ''">
|
2851
2863
|
<fo:block xsl:use-attribute-sets="table-name-style">
|
2852
2864
|
|
2865
|
+
|
2853
2866
|
<xsl:apply-templates/>
|
2854
2867
|
</fo:block>
|
2855
2868
|
</xsl:if>
|
@@ -3206,6 +3219,7 @@
|
|
3206
3219
|
|
3207
3220
|
|
3208
3221
|
|
3222
|
+
|
3209
3223
|
<!-- <xsl:if test="$namespace = 'bipm'">
|
3210
3224
|
<xsl:attribute name="height">8mm</xsl:attribute>
|
3211
3225
|
</xsl:if> -->
|
@@ -3299,7 +3313,8 @@
|
|
3299
3313
|
</xsl:attribute>
|
3300
3314
|
</xsl:if>
|
3301
3315
|
<xsl:call-template name="display-align"/>
|
3302
|
-
<fo:block>
|
3316
|
+
<fo:block>
|
3317
|
+
|
3303
3318
|
<xsl:apply-templates/>
|
3304
3319
|
</fo:block>
|
3305
3320
|
</fo:table-cell>
|
@@ -3520,7 +3535,11 @@
|
|
3520
3535
|
<xsl:apply-templates/>
|
3521
3536
|
</fo:inline>
|
3522
3537
|
</xsl:template><xsl:template match="*[local-name()='dl']">
|
3523
|
-
<fo:block-container
|
3538
|
+
<fo:block-container>
|
3539
|
+
|
3540
|
+
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
3541
|
+
|
3542
|
+
|
3524
3543
|
<xsl:if test="parent::*[local-name() = 'note']">
|
3525
3544
|
<xsl:attribute name="margin-left">
|
3526
3545
|
<xsl:choose>
|
@@ -3530,8 +3549,11 @@
|
|
3530
3549
|
</xsl:attribute>
|
3531
3550
|
|
3532
3551
|
</xsl:if>
|
3533
|
-
<fo:block-container
|
3534
|
-
|
3552
|
+
<fo:block-container>
|
3553
|
+
|
3554
|
+
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
3555
|
+
|
3556
|
+
|
3535
3557
|
<xsl:variable name="parent" select="local-name(..)"/>
|
3536
3558
|
|
3537
3559
|
<xsl:variable name="key_iso">
|
@@ -3545,9 +3567,12 @@
|
|
3545
3567
|
<fo:block margin-bottom="12pt" text-align="left">
|
3546
3568
|
|
3547
3569
|
<xsl:variable name="title-where">
|
3548
|
-
|
3549
|
-
|
3550
|
-
|
3570
|
+
|
3571
|
+
|
3572
|
+
<xsl:call-template name="getTitle">
|
3573
|
+
<xsl:with-param name="name" select="'title-where'"/>
|
3574
|
+
</xsl:call-template>
|
3575
|
+
|
3551
3576
|
</xsl:variable>
|
3552
3577
|
<xsl:value-of select="$title-where"/><xsl:text> </xsl:text>
|
3553
3578
|
<xsl:apply-templates select="*[local-name()='dt']/*"/>
|
@@ -3563,9 +3588,12 @@
|
|
3563
3588
|
|
3564
3589
|
|
3565
3590
|
<xsl:variable name="title-where">
|
3566
|
-
|
3567
|
-
|
3568
|
-
|
3591
|
+
|
3592
|
+
|
3593
|
+
<xsl:call-template name="getTitle">
|
3594
|
+
<xsl:with-param name="name" select="'title-where'"/>
|
3595
|
+
</xsl:call-template>
|
3596
|
+
|
3569
3597
|
</xsl:variable>
|
3570
3598
|
<xsl:value-of select="$title-where"/>
|
3571
3599
|
</fo:block>
|
@@ -3576,9 +3604,12 @@
|
|
3576
3604
|
|
3577
3605
|
|
3578
3606
|
<xsl:variable name="title-key">
|
3579
|
-
|
3580
|
-
|
3581
|
-
|
3607
|
+
|
3608
|
+
|
3609
|
+
<xsl:call-template name="getTitle">
|
3610
|
+
<xsl:with-param name="name" select="'title-key'"/>
|
3611
|
+
</xsl:call-template>
|
3612
|
+
|
3582
3613
|
</xsl:variable>
|
3583
3614
|
<xsl:value-of select="$title-key"/>
|
3584
3615
|
</fo:block>
|
@@ -3845,6 +3876,7 @@
|
|
3845
3876
|
</fo:inline>
|
3846
3877
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
3847
3878
|
<fo:inline font-weight="bold">
|
3879
|
+
|
3848
3880
|
<xsl:apply-templates/>
|
3849
3881
|
</fo:inline>
|
3850
3882
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -4173,7 +4205,18 @@
|
|
4173
4205
|
<xsl:with-param name="previousRow" select="$newRow"/>
|
4174
4206
|
</xsl:apply-templates>
|
4175
4207
|
</xsl:template><xsl:template name="getLang">
|
4176
|
-
<xsl:variable name="
|
4208
|
+
<xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
|
4209
|
+
<xsl:variable name="language">
|
4210
|
+
<xsl:choose>
|
4211
|
+
<xsl:when test="$language_current != ''">
|
4212
|
+
<xsl:value-of select="$language_current"/>
|
4213
|
+
</xsl:when>
|
4214
|
+
<xsl:otherwise>
|
4215
|
+
<xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
|
4216
|
+
</xsl:otherwise>
|
4217
|
+
</xsl:choose>
|
4218
|
+
</xsl:variable>
|
4219
|
+
|
4177
4220
|
<xsl:choose>
|
4178
4221
|
<xsl:when test="$language = 'English'">en</xsl:when>
|
4179
4222
|
<xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
|
@@ -4208,6 +4251,7 @@
|
|
4208
4251
|
<xsl:value-of select="substring($str, 2)"/>
|
4209
4252
|
</xsl:template><xsl:template match="mathml:math">
|
4210
4253
|
<fo:inline font-family="STIX Two Math"> <!-- -->
|
4254
|
+
|
4211
4255
|
<xsl:variable name="mathml">
|
4212
4256
|
<xsl:apply-templates select="." mode="mathml"/>
|
4213
4257
|
</xsl:variable>
|
@@ -4237,6 +4281,7 @@
|
|
4237
4281
|
</xsl:choose>
|
4238
4282
|
</xsl:variable>
|
4239
4283
|
<fo:inline xsl:use-attribute-sets="link-style">
|
4284
|
+
|
4240
4285
|
<xsl:choose>
|
4241
4286
|
<xsl:when test="$target = ''">
|
4242
4287
|
<xsl:apply-templates/>
|
@@ -4290,10 +4335,14 @@
|
|
4290
4335
|
</fo:inline>
|
4291
4336
|
</xsl:template><xsl:template match="*[local-name() = 'modification']">
|
4292
4337
|
<xsl:variable name="title-modified">
|
4293
|
-
|
4294
|
-
|
4295
|
-
|
4338
|
+
|
4339
|
+
|
4340
|
+
<xsl:call-template name="getTitle">
|
4341
|
+
<xsl:with-param name="name" select="'title-modified'"/>
|
4342
|
+
</xsl:call-template>
|
4343
|
+
|
4296
4344
|
</xsl:variable>
|
4345
|
+
|
4297
4346
|
<xsl:choose>
|
4298
4347
|
<xsl:when test="$lang = 'zh'"><xsl:text>、</xsl:text><xsl:value-of select="$title-modified"/><xsl:text>—</xsl:text></xsl:when>
|
4299
4348
|
<xsl:otherwise><xsl:text>, </xsl:text><xsl:value-of select="$title-modified"/><xsl:text> — </xsl:text></xsl:otherwise>
|
@@ -4448,7 +4497,8 @@
|
|
4448
4497
|
</fo:inline>
|
4449
4498
|
</xsl:if>
|
4450
4499
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
4451
|
-
<fo:block-container id="{@id}">
|
4500
|
+
<fo:block-container id="{@id}">
|
4501
|
+
|
4452
4502
|
<fo:block>
|
4453
4503
|
<xsl:apply-templates/>
|
4454
4504
|
</fo:block>
|
@@ -4499,7 +4549,7 @@
|
|
4499
4549
|
<xsl:apply-templates mode="bookmarks"/>
|
4500
4550
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
4501
4551
|
<xsl:apply-templates select="."/>
|
4502
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
4552
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
4503
4553
|
<xsl:apply-templates mode="bookmarks"/>
|
4504
4554
|
</xsl:template><xsl:template name="addBookmarks">
|
4505
4555
|
<xsl:param name="contents"/>
|
@@ -5201,9 +5251,12 @@
|
|
5201
5251
|
</fo:block>
|
5202
5252
|
</xsl:template><xsl:template match="*[local-name() = 'deprecates']">
|
5203
5253
|
<xsl:variable name="title-deprecated">
|
5204
|
-
|
5205
|
-
|
5206
|
-
|
5254
|
+
|
5255
|
+
|
5256
|
+
<xsl:call-template name="getTitle">
|
5257
|
+
<xsl:with-param name="name" select="'title-deprecated'"/>
|
5258
|
+
</xsl:call-template>
|
5259
|
+
|
5207
5260
|
</xsl:variable>
|
5208
5261
|
<fo:block xsl:use-attribute-sets="deprecates-style">
|
5209
5262
|
<xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
|
@@ -5256,7 +5309,7 @@
|
|
5256
5309
|
<fo:block id="{@id}">
|
5257
5310
|
<xsl:apply-templates/>
|
5258
5311
|
</fo:block>
|
5259
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
5312
|
+
</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']">
|
5260
5313
|
|
5261
5314
|
<fo:block break-after="page"/>
|
5262
5315
|
|
@@ -5575,13 +5628,22 @@
|
|
5575
5628
|
</xsl:template><xsl:template name="split">
|
5576
5629
|
<xsl:param name="pText" select="."/>
|
5577
5630
|
<xsl:param name="sep" select="','"/>
|
5631
|
+
<xsl:param name="normalize-space" select="'true'"/>
|
5578
5632
|
<xsl:if test="string-length($pText) >0">
|
5579
5633
|
<item>
|
5580
|
-
<xsl:
|
5634
|
+
<xsl:choose>
|
5635
|
+
<xsl:when test="$normalize-space = 'true'">
|
5636
|
+
<xsl:value-of select="normalize-space(substring-before(concat($pText, $sep), $sep))"/>
|
5637
|
+
</xsl:when>
|
5638
|
+
<xsl:otherwise>
|
5639
|
+
<xsl:value-of select="substring-before(concat($pText, $sep), $sep)"/>
|
5640
|
+
</xsl:otherwise>
|
5641
|
+
</xsl:choose>
|
5581
5642
|
</item>
|
5582
5643
|
<xsl:call-template name="split">
|
5583
5644
|
<xsl:with-param name="pText" select="substring-after($pText, $sep)"/>
|
5584
5645
|
<xsl:with-param name="sep" select="$sep"/>
|
5646
|
+
<xsl:with-param name="normalize-space" select="$normalize-space"/>
|
5585
5647
|
</xsl:call-template>
|
5586
5648
|
</xsl:if>
|
5587
5649
|
</xsl:template><xsl:template name="getDocumentId">
|
@@ -5647,4 +5709,23 @@
|
|
5647
5709
|
<xsl:with-param name="letter-spacing" select="$letter-spacing"/>
|
5648
5710
|
</xsl:call-template>
|
5649
5711
|
</xsl:if>
|
5712
|
+
</xsl:template><xsl:template name="repeat">
|
5713
|
+
<xsl:param name="char" select="'*'"/>
|
5714
|
+
<xsl:param name="count"/>
|
5715
|
+
<xsl:if test="$count > 0">
|
5716
|
+
<xsl:value-of select="$char"/>
|
5717
|
+
<xsl:call-template name="repeat">
|
5718
|
+
<xsl:with-param name="char" select="$char"/>
|
5719
|
+
<xsl:with-param name="count" select="$count - 1"/>
|
5720
|
+
</xsl:call-template>
|
5721
|
+
</xsl:if>
|
5722
|
+
</xsl:template><xsl:template name="getLocalizedString">
|
5723
|
+
<xsl:param name="key"/>
|
5724
|
+
|
5725
|
+
<xsl:variable name="curr_lang">
|
5726
|
+
<xsl:call-template name="getLang"/>
|
5727
|
+
</xsl:variable>
|
5728
|
+
|
5729
|
+
<xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
5730
|
+
|
5650
5731
|
</xsl:template></xsl:stylesheet>
|