metanorma-cc 2.2.10 → 2.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/cc/cc.standard.xsl +128 -38
- data/lib/metanorma/cc/boilerplate.adoc +34 -0
- data/lib/metanorma/cc/version.rb +1 -1
- data/metanorma.yml +1 -0
- metadata +3 -3
- data/lib/metanorma/cc/boilerplate.xml +0 -46
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 872a1d9965f6a5312d7375e49ea03f5cf480aa337392eaf12626c495c146f01b
|
4
|
+
data.tar.gz: 67663ad1c97c863409a14e56dbee9c526c852d18be6e2af3d363c9d2b4d1c096
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ce18902310592223ad4aa64d339150346519006195f012a72768b945d2720d1aa5cc7c279a3c96544b8bcb6990f0ee2bef913837a6d5af5f296d1a097132fad
|
7
|
+
data.tar.gz: 19572e0687509a712ddaea13eea747c54f00923c0a333a6f76c994770bee2efff495d1ee6aa3aceb8ab5f9a4608f9add892a94eb24f4943ab148e250b1c667a3
|
@@ -1559,6 +1559,10 @@
|
|
1559
1559
|
</xsl:attribute-set> <!-- formula-stem-number-style -->
|
1560
1560
|
<!-- End Formula's styles -->
|
1561
1561
|
|
1562
|
+
<xsl:template name="refine_formula-stem-number-style">
|
1563
|
+
|
1564
|
+
</xsl:template>
|
1565
|
+
|
1562
1566
|
<xsl:attribute-set name="image-style">
|
1563
1567
|
<xsl:attribute name="text-align">center</xsl:attribute>
|
1564
1568
|
|
@@ -2033,13 +2037,13 @@
|
|
2033
2037
|
|
2034
2038
|
<xsl:template name="processPrefaceSectionsDefault_Contents">
|
2035
2039
|
<xsl:variable name="nodes_preface_">
|
2036
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2040
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2037
2041
|
<node id="{@id}"/>
|
2038
2042
|
</xsl:for-each>
|
2039
2043
|
</xsl:variable>
|
2040
2044
|
<xsl:variable name="nodes_preface" select="xalan:nodeset($nodes_preface_)"/>
|
2041
2045
|
|
2042
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2046
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2043
2047
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2044
2048
|
|
2045
2049
|
<!-- process Section's title -->
|
@@ -2073,12 +2077,12 @@
|
|
2073
2077
|
<xsl:apply-templates select="." mode="contents"/>
|
2074
2078
|
</xsl:for-each>
|
2075
2079
|
|
2076
|
-
<xsl:for-each select="/*/*[local-name()='annex']">
|
2080
|
+
<!-- <xsl:for-each select="/*/*[local-name()='annex']">
|
2077
2081
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2078
2082
|
<xsl:apply-templates select="." mode="contents"/>
|
2079
|
-
</xsl:for-each>
|
2083
|
+
</xsl:for-each> -->
|
2080
2084
|
|
2081
|
-
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2085
|
+
<xsl:for-each select="/*/*[local-name()='annex'] | /*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2082
2086
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2083
2087
|
<xsl:apply-templates select="." mode="contents"/>
|
2084
2088
|
</xsl:for-each>
|
@@ -2533,7 +2537,7 @@
|
|
2533
2537
|
<fo:table-row>
|
2534
2538
|
<fo:table-cell column-number="2">
|
2535
2539
|
<xsl:copy-of select="$table-preamble"/>
|
2536
|
-
<fo:block>
|
2540
|
+
<fo:block role="SKIP">
|
2537
2541
|
<xsl:call-template name="setTrackChangesStyles">
|
2538
2542
|
<xsl:with-param name="isAdded" select="$isAdded"/>
|
2539
2543
|
<xsl:with-param name="isDeleted" select="$isDeleted"/>
|
@@ -2576,7 +2580,7 @@
|
|
2576
2580
|
<xsl:param name="continued"/>
|
2577
2581
|
<xsl:if test="normalize-space() != ''">
|
2578
2582
|
|
2579
|
-
<fo:block xsl:use-attribute-sets="table-name-style">
|
2583
|
+
<fo:block xsl:use-attribute-sets="table-name-style" role="SKIP">
|
2580
2584
|
|
2581
2585
|
<xsl:call-template name="refine_table-name-style">
|
2582
2586
|
<xsl:with-param name="continued" select="$continued"/>
|
@@ -2961,8 +2965,8 @@
|
|
2961
2965
|
<xsl:template name="table-header-title">
|
2962
2966
|
<xsl:param name="cols-count"/>
|
2963
2967
|
<!-- row for title -->
|
2964
|
-
<fo:table-row>
|
2965
|
-
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black">
|
2968
|
+
<fo:table-row role="SKIP">
|
2969
|
+
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black" role="SKIP">
|
2966
2970
|
|
2967
2971
|
<xsl:call-template name="refine_table-header-title-style"/>
|
2968
2972
|
|
@@ -2971,7 +2975,7 @@
|
|
2971
2975
|
</xsl:apply-templates>
|
2972
2976
|
|
2973
2977
|
<xsl:if test="not(ancestor::*[local-name()='table']/*[local-name()='name'])"> <!-- to prevent empty fo:table-cell in case of missing table's name -->
|
2974
|
-
<fo:block/>
|
2978
|
+
<fo:block role="SKIP"/>
|
2975
2979
|
</xsl:if>
|
2976
2980
|
|
2977
2981
|
</fo:table-cell>
|
@@ -3282,7 +3286,7 @@
|
|
3282
3286
|
|
3283
3287
|
<xsl:call-template name="refine_table-header-cell-style"/>
|
3284
3288
|
|
3285
|
-
<fo:block>
|
3289
|
+
<fo:block role="SKIP">
|
3286
3290
|
<xsl:apply-templates/>
|
3287
3291
|
</fo:block>
|
3288
3292
|
</fo:table-cell>
|
@@ -3335,7 +3339,7 @@
|
|
3335
3339
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
3336
3340
|
</xsl:if>
|
3337
3341
|
|
3338
|
-
<fo:block>
|
3342
|
+
<fo:block role="SKIP">
|
3339
3343
|
|
3340
3344
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
3341
3345
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4198,7 +4202,7 @@
|
|
4198
4202
|
-->
|
4199
4203
|
<fo:table-row>
|
4200
4204
|
<fo:table-cell number-columns-spanned="2">
|
4201
|
-
<fo:block>
|
4205
|
+
<fo:block role="SKIP">
|
4202
4206
|
<xsl:call-template name="note"/>
|
4203
4207
|
</fo:block>
|
4204
4208
|
</fo:table-cell>
|
@@ -4263,7 +4267,7 @@
|
|
4263
4267
|
|
4264
4268
|
<xsl:call-template name="refine_dt-cell-style"/>
|
4265
4269
|
|
4266
|
-
<fo:block xsl:use-attribute-sets="dt-block-style">
|
4270
|
+
<fo:block xsl:use-attribute-sets="dt-block-style" role="SKIP">
|
4267
4271
|
<xsl:copy-of select="@id"/>
|
4268
4272
|
|
4269
4273
|
<xsl:if test="normalize-space($key_iso) = 'true'">
|
@@ -4293,7 +4297,7 @@
|
|
4293
4297
|
|
4294
4298
|
<xsl:call-template name="refine_dd-cell-style"/>
|
4295
4299
|
|
4296
|
-
<fo:block>
|
4300
|
+
<fo:block role="SKIP">
|
4297
4301
|
|
4298
4302
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
4299
4303
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4669,11 +4673,41 @@
|
|
4669
4673
|
|
4670
4674
|
<xsl:template match="text()[ancestor::*[local-name()='smallcap']]">
|
4671
4675
|
<xsl:variable name="text" select="normalize-space(.)"/>
|
4672
|
-
<fo:inline font-size="75%">
|
4676
|
+
<fo:inline font-size="75%" role="SKIP">
|
4673
4677
|
<xsl:if test="string-length($text) > 0">
|
4674
|
-
<xsl:
|
4675
|
-
<xsl:
|
4676
|
-
|
4678
|
+
<xsl:variable name="smallCapsText">
|
4679
|
+
<xsl:call-template name="recursiveSmallCaps">
|
4680
|
+
<xsl:with-param name="text" select="$text"/>
|
4681
|
+
</xsl:call-template>
|
4682
|
+
</xsl:variable>
|
4683
|
+
<!-- merge neighboring fo:inline -->
|
4684
|
+
<xsl:for-each select="xalan:nodeset($smallCapsText)/node()">
|
4685
|
+
<xsl:choose>
|
4686
|
+
<xsl:when test="self::fo:inline and preceding-sibling::node()[1][self::fo:inline]"><!-- <xsl:copy-of select="."/> --></xsl:when>
|
4687
|
+
<xsl:when test="self::fo:inline and @font-size">
|
4688
|
+
<xsl:variable name="curr_pos" select="count(preceding-sibling::node()) + 1"/>
|
4689
|
+
<!-- <curr_pos><xsl:value-of select="$curr_pos"/></curr_pos> -->
|
4690
|
+
<xsl:variable name="next_text_" select="count(following-sibling::node()[not(local-name() = 'inline')][1]/preceding-sibling::node())"/>
|
4691
|
+
<xsl:variable name="next_text">
|
4692
|
+
<xsl:choose>
|
4693
|
+
<xsl:when test="$next_text_ = 0">99999999</xsl:when>
|
4694
|
+
<xsl:otherwise><xsl:value-of select="$next_text_ + 1"/></xsl:otherwise>
|
4695
|
+
</xsl:choose>
|
4696
|
+
</xsl:variable>
|
4697
|
+
<!-- <next_text><xsl:value-of select="$next_text"/></next_text> -->
|
4698
|
+
<fo:inline>
|
4699
|
+
<xsl:copy-of select="@*"/>
|
4700
|
+
<xsl:copy-of select="./node()"/>
|
4701
|
+
<xsl:for-each select="following-sibling::node()[position() < $next_text - $curr_pos]"> <!-- [self::fo:inline] -->
|
4702
|
+
<xsl:copy-of select="./node()"/>
|
4703
|
+
</xsl:for-each>
|
4704
|
+
</fo:inline>
|
4705
|
+
</xsl:when>
|
4706
|
+
<xsl:otherwise>
|
4707
|
+
<xsl:copy-of select="."/>
|
4708
|
+
</xsl:otherwise>
|
4709
|
+
</xsl:choose>
|
4710
|
+
</xsl:for-each>
|
4677
4711
|
</xsl:if>
|
4678
4712
|
</fo:inline>
|
4679
4713
|
</xsl:template>
|
@@ -4685,7 +4719,7 @@
|
|
4685
4719
|
<xsl:variable name="upperCase" select="java:toUpperCase(java:java.lang.String.new($char))"/>
|
4686
4720
|
<xsl:choose>
|
4687
4721
|
<xsl:when test="$char=$upperCase">
|
4688
|
-
<fo:inline font-size="{100 div 0.75}%">
|
4722
|
+
<fo:inline font-size="{100 div 0.75}%" role="SKIP">
|
4689
4723
|
<xsl:value-of select="$upperCase"/>
|
4690
4724
|
</fo:inline>
|
4691
4725
|
</xsl:when>
|
@@ -4847,6 +4881,10 @@
|
|
4847
4881
|
|
4848
4882
|
<xsl:when test="not(contains($text, $separator))">
|
4849
4883
|
<word>
|
4884
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
4885
|
+
<xsl:text>
|
4886
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
4887
|
+
</xsl:if>
|
4850
4888
|
<xsl:call-template name="enclose_text_in_tags">
|
4851
4889
|
<xsl:with-param name="text" select="normalize-space($text)"/>
|
4852
4890
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -4855,6 +4893,10 @@
|
|
4855
4893
|
</xsl:when>
|
4856
4894
|
<xsl:otherwise>
|
4857
4895
|
<word>
|
4896
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
4897
|
+
<xsl:text>
|
4898
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
4899
|
+
</xsl:if>
|
4858
4900
|
<xsl:call-template name="enclose_text_in_tags">
|
4859
4901
|
<xsl:with-param name="text" select="normalize-space(substring-before($text, $separator))"/>
|
4860
4902
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -5038,6 +5080,10 @@
|
|
5038
5080
|
<xsl:template name="getSimpleTable">
|
5039
5081
|
<xsl:param name="id"/>
|
5040
5082
|
|
5083
|
+
<!-- <test0>
|
5084
|
+
<xsl:copy-of select="."/>
|
5085
|
+
</test0> -->
|
5086
|
+
|
5041
5087
|
<xsl:variable name="simple-table">
|
5042
5088
|
|
5043
5089
|
<!-- Step 0. replace <br/> to <p>...</p> -->
|
@@ -6083,7 +6129,7 @@
|
|
6083
6129
|
<fo:table-body>
|
6084
6130
|
<fo:table-row>
|
6085
6131
|
<fo:table-cell display-align="center">
|
6086
|
-
<fo:block xsl:use-attribute-sets="formula-stem-block-style">
|
6132
|
+
<fo:block xsl:use-attribute-sets="formula-stem-block-style" role="SKIP">
|
6087
6133
|
|
6088
6134
|
<xsl:call-template name="refine_formula-stem-block-style"/>
|
6089
6135
|
|
@@ -6091,7 +6137,10 @@
|
|
6091
6137
|
</fo:block>
|
6092
6138
|
</fo:table-cell>
|
6093
6139
|
<fo:table-cell display-align="center">
|
6094
|
-
<fo:block xsl:use-attribute-sets="formula-stem-number-style">
|
6140
|
+
<fo:block xsl:use-attribute-sets="formula-stem-number-style" role="SKIP">
|
6141
|
+
|
6142
|
+
<xsl:call-template name="refine_formula-stem-number-style"/>
|
6143
|
+
|
6095
6144
|
<xsl:apply-templates select="../*[local-name() = 'name']"/>
|
6096
6145
|
</fo:block>
|
6097
6146
|
</fo:table-cell>
|
@@ -7602,7 +7651,7 @@
|
|
7602
7651
|
<!-- second td with sourcecode -->
|
7603
7652
|
<xsl:template match="*[local-name() = 'sourcecode'][@linenums = 'true']/*[local-name()='table']//*[local-name()='tr']/*[local-name()='td'][preceding-sibling::*]" priority="2"> <!-- *[local-name()='table'][@type = 'sourcecode'] -->
|
7604
7653
|
<fo:table-cell>
|
7605
|
-
<fo:block>
|
7654
|
+
<fo:block role="SKIP">
|
7606
7655
|
<xsl:apply-templates/>
|
7607
7656
|
</fo:block>
|
7608
7657
|
</fo:table-cell>
|
@@ -8089,7 +8138,7 @@
|
|
8089
8138
|
|
8090
8139
|
<xsl:call-template name="setTableCellAttributes"/>
|
8091
8140
|
|
8092
|
-
<fo:block>
|
8141
|
+
<fo:block role="SKIP">
|
8093
8142
|
<xsl:apply-templates/>
|
8094
8143
|
</fo:block>
|
8095
8144
|
</fo:table-cell>
|
@@ -8111,7 +8160,7 @@
|
|
8111
8160
|
|
8112
8161
|
<xsl:call-template name="setTableCellAttributes"/>
|
8113
8162
|
|
8114
|
-
<fo:block>
|
8163
|
+
<fo:block role="SKIP">
|
8115
8164
|
<xsl:apply-templates/>
|
8116
8165
|
</fo:block>
|
8117
8166
|
</fo:table-cell>
|
@@ -8891,7 +8940,48 @@
|
|
8891
8940
|
</xsl:choose>
|
8892
8941
|
</xsl:when>
|
8893
8942
|
<xsl:when test="local-name(..) = 'ol' and @label"> <!-- for ordered lists 'ol', and if there is @label, for instance label="1.1.2" -->
|
8894
|
-
|
8943
|
+
|
8944
|
+
<xsl:variable name="label">
|
8945
|
+
|
8946
|
+
<xsl:variable name="type" select="../@type"/>
|
8947
|
+
|
8948
|
+
<xsl:variable name="style_prefix_">
|
8949
|
+
<xsl:if test="$type = 'roman'">
|
8950
|
+
<!-- Example: (i) -->
|
8951
|
+
</xsl:if>
|
8952
|
+
</xsl:variable>
|
8953
|
+
<xsl:variable name="style_prefix" select="normalize-space($style_prefix_)"/>
|
8954
|
+
|
8955
|
+
<xsl:variable name="style_suffix_">
|
8956
|
+
<xsl:choose>
|
8957
|
+
<xsl:when test="$type = 'arabic'">
|
8958
|
+
)
|
8959
|
+
</xsl:when>
|
8960
|
+
<xsl:when test="$type = 'alphabet' or $type = 'alphabetic'">
|
8961
|
+
)
|
8962
|
+
</xsl:when>
|
8963
|
+
<xsl:when test="$type = 'alphabet_upper' or $type = 'alphabetic_upper'">
|
8964
|
+
.
|
8965
|
+
</xsl:when>
|
8966
|
+
<xsl:when test="$type = 'roman'">
|
8967
|
+
)
|
8968
|
+
</xsl:when>
|
8969
|
+
<xsl:when test="$type = 'roman_upper'">.</xsl:when> <!-- Example: I. -->
|
8970
|
+
</xsl:choose>
|
8971
|
+
</xsl:variable>
|
8972
|
+
<xsl:variable name="style_suffix" select="normalize-space($style_suffix_)"/>
|
8973
|
+
|
8974
|
+
<xsl:if test="$style_prefix != '' and not(starts-with(@label, $style_prefix))">
|
8975
|
+
<xsl:value-of select="$style_prefix"/>
|
8976
|
+
</xsl:if>
|
8977
|
+
<xsl:value-of select="@label"/>
|
8978
|
+
<xsl:if test="not(java:endsWith(java:java.lang.String.new(@label),$style_suffix))">
|
8979
|
+
<xsl:value-of select="$style_suffix"/>
|
8980
|
+
</xsl:if>
|
8981
|
+
</xsl:variable>
|
8982
|
+
|
8983
|
+
<xsl:value-of select="normalize-space($label)"/>
|
8984
|
+
|
8895
8985
|
</xsl:when>
|
8896
8986
|
<xsl:otherwise> <!-- for ordered lists 'ol' -->
|
8897
8987
|
|
@@ -9084,7 +9174,7 @@
|
|
9084
9174
|
<xsl:call-template name="refine_list-item-style"/>
|
9085
9175
|
|
9086
9176
|
<fo:list-item-label end-indent="label-end()">
|
9087
|
-
<fo:block xsl:use-attribute-sets="list-item-label-style">
|
9177
|
+
<fo:block xsl:use-attribute-sets="list-item-label-style" role="SKIP">
|
9088
9178
|
|
9089
9179
|
<xsl:call-template name="refine_list-item-label-style"/>
|
9090
9180
|
|
@@ -9098,7 +9188,7 @@
|
|
9098
9188
|
</fo:block>
|
9099
9189
|
</fo:list-item-label>
|
9100
9190
|
<fo:list-item-body start-indent="body-start()" xsl:use-attribute-sets="list-item-body-style">
|
9101
|
-
<fo:block>
|
9191
|
+
<fo:block role="SKIP">
|
9102
9192
|
|
9103
9193
|
<xsl:call-template name="refine_list-item-body-style"/>
|
9104
9194
|
|
@@ -9377,10 +9467,10 @@
|
|
9377
9467
|
<fo:table-body>
|
9378
9468
|
<fo:table-row text-align="center" font-weight="bold" background-color="black" color="white">
|
9379
9469
|
|
9380
|
-
<fo:table-cell border="1pt solid black"><fo:block>Date</fo:block></fo:table-cell>
|
9381
|
-
<fo:table-cell border="1pt solid black"><fo:block>Type</fo:block></fo:table-cell>
|
9382
|
-
<fo:table-cell border="1pt solid black"><fo:block>Change</fo:block></fo:table-cell>
|
9383
|
-
<fo:table-cell border="1pt solid black"><fo:block>Pages</fo:block></fo:table-cell>
|
9470
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Date</fo:block></fo:table-cell>
|
9471
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Type</fo:block></fo:table-cell>
|
9472
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Change</fo:block></fo:table-cell>
|
9473
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Pages</fo:block></fo:table-cell>
|
9384
9474
|
</fo:table-row>
|
9385
9475
|
<xsl:apply-templates/>
|
9386
9476
|
</fo:table-body>
|
@@ -9395,7 +9485,7 @@
|
|
9395
9485
|
|
9396
9486
|
<xsl:template match="*[local-name() = 'errata']/*[local-name() = 'row']/*">
|
9397
9487
|
<fo:table-cell border="1pt solid black" padding-left="1mm" padding-top="0.5mm">
|
9398
|
-
<fo:block><xsl:apply-templates/></fo:block>
|
9488
|
+
<fo:block role="SKIP"><xsl:apply-templates/></fo:block>
|
9399
9489
|
</fo:table-cell>
|
9400
9490
|
</xsl:template>
|
9401
9491
|
<!-- ============ -->
|
@@ -9466,8 +9556,8 @@
|
|
9466
9556
|
<fo:list-block id="{@id}" xsl:use-attribute-sets="bibitem-non-normative-list-style">
|
9467
9557
|
<fo:list-item>
|
9468
9558
|
<fo:list-item-label end-indent="label-end()">
|
9469
|
-
<fo:block>
|
9470
|
-
<fo:inline>
|
9559
|
+
<fo:block role="SKIP">
|
9560
|
+
<fo:inline role="SKIP">
|
9471
9561
|
|
9472
9562
|
<xsl:apply-templates select="*[local-name() = 'biblio-tag']">
|
9473
9563
|
<xsl:with-param name="biblio_tag_part">first</xsl:with-param>
|
@@ -9476,7 +9566,7 @@
|
|
9476
9566
|
</fo:block>
|
9477
9567
|
</fo:list-item-label>
|
9478
9568
|
<fo:list-item-body start-indent="body-start()">
|
9479
|
-
<fo:block xsl:use-attribute-sets="bibitem-non-normative-list-body-style">
|
9569
|
+
<fo:block xsl:use-attribute-sets="bibitem-non-normative-list-body-style" role="SKIP">
|
9480
9570
|
<xsl:call-template name="processBibitem">
|
9481
9571
|
<xsl:with-param name="biblio_tag_part">last</xsl:with-param>
|
9482
9572
|
</xsl:call-template>
|
@@ -9698,7 +9788,7 @@
|
|
9698
9788
|
<xsl:for-each select="*[local-name() = 'tab']">
|
9699
9789
|
<xsl:variable name="current_id" select="generate-id()"/>
|
9700
9790
|
<fo:table-cell>
|
9701
|
-
<fo:block line-height-shift-adjustment="disregard-shifts">
|
9791
|
+
<fo:block line-height-shift-adjustment="disregard-shifts" role="SKIP">
|
9702
9792
|
<xsl:call-template name="insert_basic_link">
|
9703
9793
|
<xsl:with-param name="element">
|
9704
9794
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -9716,7 +9806,7 @@
|
|
9716
9806
|
</xsl:for-each>
|
9717
9807
|
<!-- last column - for page numbers -->
|
9718
9808
|
<fo:table-cell text-align="right" font-size="10pt" font-weight="bold" font-family="Arial">
|
9719
|
-
<fo:block>
|
9809
|
+
<fo:block role="SKIP">
|
9720
9810
|
<xsl:call-template name="insert_basic_link">
|
9721
9811
|
<xsl:with-param name="element">
|
9722
9812
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -0,0 +1,34 @@
|
|
1
|
+
== copyright-statement
|
2
|
+
=== {blank}
|
3
|
+
© {{ docyear }} The Calendaring and Scheduling Consortium, Inc.
|
4
|
+
|
5
|
+
{% if unpublished %}
|
6
|
+
== license-statement
|
7
|
+
=== Warning for Drafts
|
8
|
+
This document is not a CalConnect Standard. It is distributed for review and
|
9
|
+
comment, and is subject to change without notice and may not be referred to as
|
10
|
+
a Standard. Recipients of this draft are invited to submit, with their
|
11
|
+
comments, notification of any relevant patent rights of which they are aware
|
12
|
+
and to provide supporting documentation.
|
13
|
+
{% endif %}
|
14
|
+
|
15
|
+
== legal-statement
|
16
|
+
=== {blank}
|
17
|
+
All rights reserved. Unless otherwise specified, no part of this
|
18
|
+
publication may be reproduced or utilized otherwise in any form or by any
|
19
|
+
means, electronic or mechanical, including photocopying, or posting on the
|
20
|
+
internet or an intranet, without prior written permission. Permission can
|
21
|
+
be requested from the address below.
|
22
|
+
|
23
|
+
== feedback-statement
|
24
|
+
=== {blank}
|
25
|
+
[[boilerplate-name]]
|
26
|
+
The Calendaring and Scheduling Consortium, Inc.
|
27
|
+
[[boilerplate-address]]
|
28
|
+
4390 Chaffin Lane +
|
29
|
+
McKinleyville +
|
30
|
+
California 95519 +
|
31
|
+
United States of America +
|
32
|
+
+
|
33
|
+
copyright@calconnect.org +
|
34
|
+
https://www.calconnect.org[www.calconnect.org]
|
data/lib/metanorma/cc/version.rb
CHANGED
data/metanorma.yml
CHANGED
@@ -26,6 +26,7 @@ header: lib/isodoc/cc/html/header.html
|
|
26
26
|
wordcoverpage: lib/isodoc/cc/html/word_cc_titlepage.html
|
27
27
|
wordintropage: lib/isodoc/cc/html/word_cc_intro.html
|
28
28
|
wordstylesheet: lib/isodoc/cc/html/wordstyle.scss
|
29
|
+
boilerplate: lib/metanorma/cc/boilerplate.adoc
|
29
30
|
webfont:
|
30
31
|
- "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700"
|
31
32
|
- "https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-cc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -215,7 +215,7 @@ files:
|
|
215
215
|
- lib/metanorma/cc/basicdoc.rng
|
216
216
|
- lib/metanorma/cc/biblio-standoc.rng
|
217
217
|
- lib/metanorma/cc/biblio.rng
|
218
|
-
- lib/metanorma/cc/boilerplate.
|
218
|
+
- lib/metanorma/cc/boilerplate.adoc
|
219
219
|
- lib/metanorma/cc/cc.rng
|
220
220
|
- lib/metanorma/cc/converter.rb
|
221
221
|
- lib/metanorma/cc/isodoc.rng
|
@@ -1,46 +0,0 @@
|
|
1
|
-
<boilerplate>
|
2
|
-
<copyright-statement>
|
3
|
-
<clause>
|
4
|
-
<p>© {{ docyear }} The Calendaring and Scheduling Consortium, Inc. </p>
|
5
|
-
</clause>
|
6
|
-
</copyright-statement>
|
7
|
-
|
8
|
-
{% if unpublished %}
|
9
|
-
<license-statement>
|
10
|
-
<clause>
|
11
|
-
<title>Warning for Drafts</title>
|
12
|
-
<p>This document is not a CalConnect Standard. It is distributed for review and
|
13
|
-
comment, and is subject to change without notice and may not be referred to as
|
14
|
-
a Standard. Recipients of this draft are invited to submit, with their
|
15
|
-
comments, notification of any relevant patent rights of which they are aware
|
16
|
-
and to provide supporting documentation.
|
17
|
-
</p>
|
18
|
-
</clause>
|
19
|
-
</license-statement>
|
20
|
-
{% endif %}
|
21
|
-
|
22
|
-
<legal-statement>
|
23
|
-
<clause>
|
24
|
-
<p>All rights reserved. Unless otherwise specified, no part of this
|
25
|
-
publication may be reproduced or utilized otherwise in any form or by any
|
26
|
-
means, electronic or mechanical, including photocopying, or posting on the
|
27
|
-
internet or an intranet, without prior written permission. Permission can
|
28
|
-
be requested from the address below. </p>
|
29
|
-
</clause>
|
30
|
-
</legal-statement>
|
31
|
-
|
32
|
-
<feedback-statement>
|
33
|
-
<clause>
|
34
|
-
<p id="boilerplate-name">The Calendaring and Scheduling Consortium, Inc.</p>
|
35
|
-
<p id="boilerplate-address">4390 Chaffin Lane<br />
|
36
|
-
McKinleyville<br />
|
37
|
-
California 95519<br />
|
38
|
-
United States of America<br />
|
39
|
-
<br />
|
40
|
-
<link target="mailto:copyright@calconnect.org">copyright@calconnect.org</link><br />
|
41
|
-
<link target="www.calconnect.org">www.calconnect.org</link>
|
42
|
-
</p>
|
43
|
-
</clause>
|
44
|
-
</feedback-statement>
|
45
|
-
</boilerplate>
|
46
|
-
|