metanorma-itu 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d29a65e64ee8a41d89e6bae93139d7fe3a2a7baf8a6c32dc029b92925eda7a82
4
- data.tar.gz: 3889ea90247a6df197d00e1b8aaa430dcb39bae273aa5f3d6333c9b7cf834e99
3
+ metadata.gz: 90350e6a300e01e4327d1a69fd38f52ad84272e842c3860bf7e6b57215eb3423
4
+ data.tar.gz: 2646b06d8cbbe3e53e21964a01724c808b448a8a978cfc394c49e88a7db59fb2
5
5
  SHA512:
6
- metadata.gz: d7f24ca939be577f0e877165fae648757d90f42cc7c09effe5e23f0c85949462708df35f7406147d9984bbf91b97ebdbfc9bb94deaf725292f2fd7c5b1b6cbe0
7
- data.tar.gz: eb258d2af57e26754eabd161e6e2ad3b332adfc53dbb5cdc635d9ceecaf66dc1d8f580325953267acc4c65e7f5f1bb20c0556b20a394435818628e009f854948
6
+ metadata.gz: b517cd345042b080c195f487d61dbf8fcd21acf54b81119bfbca0d8089eb0620da2b891f3e597d79d2d36cd4796854a6548c775abb419656cc11ca317d7591f0
7
+ data.tar.gz: 7f7029e0e13c113df3fb7e56250a0d59eddde5eec9ede6dc43355d06730e47f24f71d375bf2e1fab79203a766382df1ede31a3582ae96ab5ef058deb13e035b5
@@ -2378,7 +2378,10 @@
2378
2378
 
2379
2379
  </xsl:attribute-set><xsl:attribute-set name="requirement-style">
2380
2380
 
2381
+
2381
2382
  </xsl:attribute-set><xsl:attribute-set name="requirement-name-style">
2383
+ <xsl:attribute name="keep-with-next">always</xsl:attribute>
2384
+
2382
2385
 
2383
2386
  </xsl:attribute-set><xsl:attribute-set name="requirement-label-style">
2384
2387
 
@@ -2477,6 +2480,7 @@
2477
2480
 
2478
2481
 
2479
2482
 
2483
+
2480
2484
 
2481
2485
 
2482
2486
  </xsl:attribute-set><xsl:variable name="table-border_">
@@ -2812,7 +2816,8 @@
2812
2816
 
2813
2817
 
2814
2818
 
2815
-
2819
+
2820
+
2816
2821
 
2817
2822
 
2818
2823
 
@@ -2827,6 +2832,7 @@
2827
2832
  </xsl:attribute-set><xsl:attribute-set name="termnote-style">
2828
2833
 
2829
2834
 
2835
+
2830
2836
 
2831
2837
 
2832
2838
 
@@ -3260,7 +3266,10 @@
3260
3266
 
3261
3267
 
3262
3268
 
3263
-
3269
+ <!-- <xsl:if test="$namespace = 'ieee'">
3270
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
3271
+ <xsl:attribute name="provisional-distance-between-starts">9.5mm</xsl:attribute>
3272
+ </xsl:if> -->
3264
3273
 
3265
3274
 
3266
3275
 
@@ -4475,99 +4484,107 @@
4475
4484
  </xsl:choose>
4476
4485
  </xsl:variable>
4477
4486
 
4478
- <fo:table keep-with-previous="always">
4479
- <xsl:for-each select="xalan:nodeset($table_attributes)/table_attributes/@*">
4480
- <xsl:variable name="name" select="local-name()"/>
4487
+
4488
+ <xsl:variable name="tableWithNotesAndFootnotes">
4489
+
4490
+ <fo:table keep-with-previous="always">
4491
+ <xsl:for-each select="xalan:nodeset($table_attributes)/table_attributes/@*">
4492
+ <xsl:variable name="name" select="local-name()"/>
4493
+ <xsl:choose>
4494
+ <xsl:when test="$name = 'border-top'">
4495
+ <xsl:attribute name="{$name}">0pt solid black</xsl:attribute>
4496
+ </xsl:when>
4497
+ <xsl:when test="$name = 'border'">
4498
+ <xsl:attribute name="{$name}"><xsl:value-of select="."/></xsl:attribute>
4499
+ <xsl:attribute name="border-top">0pt solid black</xsl:attribute>
4500
+ </xsl:when>
4501
+ <xsl:otherwise>
4502
+ <xsl:attribute name="{$name}"><xsl:value-of select="."/></xsl:attribute>
4503
+ </xsl:otherwise>
4504
+ </xsl:choose>
4505
+ </xsl:for-each>
4506
+
4507
+
4508
+ <xsl:if test="$doctype = 'service-publication'">
4509
+ <xsl:attribute name="border">none</xsl:attribute>
4510
+ <xsl:attribute name="font-family">Arial</xsl:attribute>
4511
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
4512
+ </xsl:if>
4513
+
4514
+
4481
4515
  <xsl:choose>
4482
- <xsl:when test="$name = 'border-top'">
4483
- <xsl:attribute name="{$name}">0pt solid black</xsl:attribute>
4484
- </xsl:when>
4485
- <xsl:when test="$name = 'border'">
4486
- <xsl:attribute name="{$name}"><xsl:value-of select="."/></xsl:attribute>
4487
- <xsl:attribute name="border-top">0pt solid black</xsl:attribute>
4516
+ <xsl:when test="xalan:nodeset($colgroup)//*[local-name()='col']">
4517
+ <xsl:for-each select="xalan:nodeset($colgroup)//*[local-name()='col']">
4518
+ <fo:table-column column-width="{@width}"/>
4519
+ </xsl:for-each>
4488
4520
  </xsl:when>
4489
4521
  <xsl:otherwise>
4490
- <xsl:attribute name="{$name}"><xsl:value-of select="."/></xsl:attribute>
4522
+ <!-- $colwidths=<xsl:copy-of select="$colwidths"/> -->
4523
+ <xsl:call-template name="insertTableColumnWidth">
4524
+ <xsl:with-param name="colwidths" select="$colwidths"/>
4525
+ </xsl:call-template>
4491
4526
  </xsl:otherwise>
4492
4527
  </xsl:choose>
4493
- </xsl:for-each>
4494
-
4495
-
4496
- <xsl:if test="$doctype = 'service-publication'">
4497
- <xsl:attribute name="border">none</xsl:attribute>
4498
- <xsl:attribute name="font-family">Arial</xsl:attribute>
4499
- <xsl:attribute name="font-size">8pt</xsl:attribute>
4500
- </xsl:if>
4501
-
4502
-
4503
- <xsl:choose>
4504
- <xsl:when test="xalan:nodeset($colgroup)//*[local-name()='col']">
4505
- <xsl:for-each select="xalan:nodeset($colgroup)//*[local-name()='col']">
4506
- <fo:table-column column-width="{@width}"/>
4507
- </xsl:for-each>
4508
- </xsl:when>
4509
- <xsl:otherwise>
4510
- <!-- $colwidths=<xsl:copy-of select="$colwidths"/> -->
4511
- <xsl:call-template name="insertTableColumnWidth">
4512
- <xsl:with-param name="colwidths" select="$colwidths"/>
4513
- </xsl:call-template>
4514
- </xsl:otherwise>
4515
- </xsl:choose>
4516
-
4517
- <fo:table-body>
4518
- <fo:table-row>
4519
- <fo:table-cell xsl:use-attribute-sets="table-footer-cell-style" number-columns-spanned="{$cols-count}">
4520
-
4521
-
4528
+
4529
+ <fo:table-body>
4530
+ <fo:table-row>
4531
+ <fo:table-cell xsl:use-attribute-sets="table-footer-cell-style" number-columns-spanned="{$cols-count}">
4532
+
4533
+
4522
4534
 
4523
-
4524
- <xsl:if test="ancestor::*[local-name()='preface']">
4525
- <xsl:if test="$doctype != 'service-publication'">
4526
- <xsl:attribute name="border">solid black 0pt</xsl:attribute>
4535
+
4536
+ <xsl:if test="ancestor::*[local-name()='preface']">
4537
+ <xsl:if test="$doctype != 'service-publication'">
4538
+ <xsl:attribute name="border">solid black 0pt</xsl:attribute>
4539
+ </xsl:if>
4540
+ </xsl:if>
4541
+ <xsl:if test="$doctype = 'service-publication'">
4542
+ <xsl:attribute name="border">none</xsl:attribute>
4527
4543
  </xsl:if>
4528
- </xsl:if>
4529
- <xsl:if test="$doctype = 'service-publication'">
4530
- <xsl:attribute name="border">none</xsl:attribute>
4531
- </xsl:if>
4532
-
4533
-
4534
- <!-- fn will be processed inside 'note' processing -->
4535
-
4536
-
4537
-
4538
-
4539
-
4540
- <xsl:if test="$doctype = 'service-publication'">
4541
- <fo:block margin-top="7pt" margin-bottom="2pt"><fo:inline>____________</fo:inline></fo:block>
4542
- </xsl:if>
4543
-
4544
-
4545
- <!-- for BSI (not PAS) display Notes before footnotes -->
4546
-
4547
-
4548
- <!-- except gb and bsi -->
4549
-
4550
- <xsl:apply-templates select="../*[local-name()='note']"/>
4551
4544
 
4552
-
4553
-
4554
- <!-- horizontal row separator -->
4555
-
4556
-
4557
- <!-- fn processing -->
4558
-
4559
- <xsl:call-template name="table_fn_display"/>
4560
4545
 
4561
-
4562
-
4563
- <!-- for PAS display Notes after footnotes -->
4564
-
4565
-
4566
- </fo:table-cell>
4567
- </fo:table-row>
4568
- </fo:table-body>
4569
-
4570
- </fo:table>
4546
+ <!-- fn will be processed inside 'note' processing -->
4547
+
4548
+
4549
+
4550
+
4551
+
4552
+ <xsl:if test="$doctype = 'service-publication'">
4553
+ <fo:block margin-top="7pt" margin-bottom="2pt"><fo:inline>____________</fo:inline></fo:block>
4554
+ </xsl:if>
4555
+
4556
+
4557
+ <!-- for BSI (not PAS) display Notes before footnotes -->
4558
+
4559
+
4560
+ <!-- except gb and bsi -->
4561
+
4562
+ <xsl:apply-templates select="../*[local-name()='note']"/>
4563
+
4564
+
4565
+
4566
+ <!-- horizontal row separator -->
4567
+
4568
+
4569
+ <!-- fn processing -->
4570
+
4571
+ <xsl:call-template name="table_fn_display"/>
4572
+
4573
+
4574
+
4575
+ <!-- for PAS display Notes after footnotes -->
4576
+
4577
+
4578
+ </fo:table-cell>
4579
+ </fo:table-row>
4580
+ </fo:table-body>
4581
+
4582
+ </fo:table>
4583
+ </xsl:variable>
4584
+
4585
+ <xsl:if test="normalize-space($tableWithNotesAndFootnotes) != ''">
4586
+ <xsl:copy-of select="$tableWithNotesAndFootnotes"/>
4587
+ </xsl:if>
4571
4588
 
4572
4589
 
4573
4590
 
@@ -4888,6 +4905,7 @@
4888
4905
  <xsl:variable name="footnote_inline">
4889
4906
  <fo:inline xsl:use-attribute-sets="fn-num-style">
4890
4907
 
4908
+
4891
4909
  <fo:basic-link internal-destination="{$ref_id}" fox:alt-text="footnote {$current_fn_number}">
4892
4910
  <xsl:value-of select="$current_fn_number_text"/>
4893
4911
  </fo:basic-link>
@@ -4909,12 +4927,16 @@
4909
4927
  <fo:block xsl:use-attribute-sets="fn-body-style">
4910
4928
 
4911
4929
 
4930
+
4912
4931
  <xsl:if test="$doctype = 'service-publication'">
4913
4932
  <xsl:attribute name="font-size">10pt</xsl:attribute>
4914
4933
  </xsl:if>
4915
4934
 
4916
4935
  <fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style">
4917
4936
 
4937
+
4938
+
4939
+
4918
4940
  <xsl:value-of select="$current_fn_number_text"/>
4919
4941
  </fo:inline>
4920
4942
  <xsl:apply-templates/>
@@ -6621,6 +6643,8 @@
6621
6643
 
6622
6644
 
6623
6645
 
6646
+
6647
+
6624
6648
  <xsl:choose>
6625
6649
  <xsl:when test="$target_text = ''">
6626
6650
  <xsl:apply-templates/>
@@ -6832,6 +6856,7 @@
6832
6856
 
6833
6857
 
6834
6858
 
6859
+
6835
6860
  <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
6836
6861
  <!-- <xsl:if test="*[not(local-name()='name')][1][node()[normalize-space() != ''][1][local-name() = 'add'] and node()[normalize-space() != ''][last()][local-name() = 'add']]"> -->
6837
6862
  <xsl:if test="*[not(local-name()='name')][1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
@@ -6853,6 +6878,7 @@
6853
6878
  </xsl:when>
6854
6879
  <xsl:otherwise>
6855
6880
 
6881
+
6856
6882
 
6857
6883
  <xsl:text> – </xsl:text>
6858
6884
 
@@ -6872,6 +6898,7 @@
6872
6898
  </xsl:when>
6873
6899
  <xsl:otherwise>
6874
6900
 
6901
+
6875
6902
 
6876
6903
  <xsl:text> – </xsl:text>
6877
6904
 
@@ -7650,6 +7677,9 @@
7650
7677
  <fo:block xsl:use-attribute-sets="figure-name-style">
7651
7678
 
7652
7679
 
7680
+
7681
+
7682
+
7653
7683
  <xsl:apply-templates/>
7654
7684
  </fo:block>
7655
7685
  </xsl:if>
@@ -7710,7 +7740,7 @@
7710
7740
  <xsl:apply-templates/>
7711
7741
  </xsl:otherwise>
7712
7742
  </xsl:choose>
7713
- </xsl:template><xsl:template match="*[local-name() = 'fn']" mode="contents"/><xsl:template match="*[local-name() = 'fn']" mode="bookmarks"/><xsl:template match="*[local-name() = 'fn']" mode="contents_item"/><xsl:template match="*[local-name() = 'xref']" mode="contents">
7743
+ </xsl:template><xsl:template match="*[local-name() = 'fn']" mode="contents"/><xsl:template match="*[local-name() = 'fn']" mode="bookmarks"/><xsl:template match="*[local-name() = 'fn']" mode="contents_item"/><xsl:template match="*[local-name() = 'xref'] | *[local-name() = 'eref']" mode="contents">
7714
7744
  <xsl:value-of select="."/>
7715
7745
  </xsl:template><xsl:template match="*[local-name() = 'review']" mode="contents_item"/><xsl:template match="*[local-name() = 'tab']" mode="contents_item">
7716
7746
  <xsl:text> </xsl:text>
@@ -7786,6 +7816,9 @@
7786
7816
  <!-- 9 -->
7787
7817
 
7788
7818
 
7819
+ <!-- <xsl:if test="$namespace = 'ieee'">
7820
+ <xsl:if test="$doctype = 'standard' and $stage = 'published'">8</xsl:if>
7821
+ </xsl:if> -->
7789
7822
  10
7790
7823
 
7791
7824
 
@@ -8230,10 +8263,14 @@
8230
8263
  </xsl:template><xsl:template match="*[local-name() = 'termexample']/*[local-name() = 'p']">
8231
8264
  <xsl:variable name="element">inline
8232
8265
 
8266
+
8233
8267
  </xsl:variable>
8234
8268
  <xsl:choose>
8235
8269
  <xsl:when test="contains($element, 'block')">
8236
8270
  <fo:block xsl:use-attribute-sets="example-p-style">
8271
+
8272
+
8273
+
8237
8274
  <xsl:apply-templates/>
8238
8275
  </fo:block>
8239
8276
  </xsl:when>
@@ -8341,6 +8378,7 @@
8341
8378
  </xsl:if>
8342
8379
  <fo:block xsl:use-attribute-sets="example-p-style">
8343
8380
 
8381
+
8344
8382
  <xsl:apply-templates/>
8345
8383
  </fo:block>
8346
8384
  </fo:block-container>
@@ -8497,6 +8535,8 @@
8497
8535
 
8498
8536
 
8499
8537
 
8538
+
8539
+
8500
8540
  <fo:basic-link fox:alt-text="{@citeas}">
8501
8541
  <xsl:if test="normalize-space(@citeas) = ''">
8502
8542
  <xsl:attribute name="fox:alt-text"><xsl:value-of select="."/></xsl:attribute>
@@ -8924,6 +8964,8 @@
8924
8964
 
8925
8965
 
8926
8966
 
8967
+
8968
+
8927
8969
  <!-- if 'p' contains all text in 'add' first and last elements in first p are 'add' -->
8928
8970
  <xsl:if test="*[1][count(node()[normalize-space() != '']) = 1 and *[local-name() = 'add']]">
8929
8971
  <xsl:call-template name="append_add-style"/>
@@ -9181,7 +9223,7 @@
9181
9223
  </fo:block>
9182
9224
 
9183
9225
 
9184
- </xsl:template><xsl:template match="*[local-name() = 'references'][not(@normative='true')]/*[local-name() = 'bibitem']" priority="2">
9226
+ </xsl:template><xsl:template match="*[local-name() = 'references'][not(@normative='true')]/*[local-name() = 'bibitem']" name="bibitem_non_normative" priority="2">
9185
9227
 
9186
9228
 
9187
9229
  <fo:block id="{@id}" xsl:use-attribute-sets="bibitem-non-normative-style">
@@ -9961,7 +10003,7 @@
9961
10003
  <dc:description>
9962
10004
  <xsl:variable name="abstract">
9963
10005
 
9964
- <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()"/>
10006
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
9965
10007
 
9966
10008
  </xsl:variable>
9967
10009
  <xsl:value-of select="normalize-space($abstract)"/>