metanorma-iso 3.4.7 → 3.4.8
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 +4 -4
- data/lib/isodoc/iso/iso.amendment.xsl +33 -25
- data/lib/isodoc/iso/iso.international-standard.xsl +33 -25
- data/lib/metanorma/iso/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 478ed04236f002c8e0d55c65a742f2d0c21aa3d4bdc00ee65aa3beae20f6e7bc
|
|
4
|
+
data.tar.gz: c69cd000fc76dc3b5aecb2d532a0ed76f1ca1d843e009a7b6c197c267e5543d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 773148373b165caf6c0a8079c8ae6bb3fc26b35869be5b6cb67a6e5b16aa41267c432aa877f026273181fd32d55d0258539662d245c4397dc2aaea914a45dc77
|
|
7
|
+
data.tar.gz: b460d8182daa6eb05e83fc0e25d3aaa72529a5ad11a043baf46d4fd136eb2ea7e96e628642947e7b0a4c4ad101a8f68a620bf1f4353701c39758333c62396ce6
|
|
@@ -6282,34 +6282,42 @@
|
|
|
6282
6282
|
<xsl:call-template name="getVariable"><xsl:with-param name="variable">isAuthorOrganizationAbbreviationISO</xsl:with-param></xsl:call-template>
|
|
6283
6283
|
</xsl:variable>
|
|
6284
6284
|
|
|
6285
|
-
<xsl:
|
|
6286
|
-
<
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6285
|
+
<xsl:variable name="style">
|
|
6286
|
+
<root-style>
|
|
6287
|
+
<xsl:if test="$layoutVersion = '1951'">
|
|
6288
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6289
|
+
<xsl:if test="$revision_date_num >= 19680101">
|
|
6290
|
+
<xsl:attribute name="font-size">9pt</xsl:attribute>
|
|
6291
|
+
</xsl:if>
|
|
6292
|
+
</xsl:if>
|
|
6291
6293
|
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
|
|
6294
|
+
<xsl:if test="$layoutVersion = '1972' or $layoutVersion = '1979'">
|
|
6295
|
+
<xsl:attribute name="font-family">Univers, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
|
|
6296
|
+
<xsl:attribute name="font-family-generic">Sans</xsl:attribute>
|
|
6297
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6298
|
+
<xsl:if test="$layout_columns = 2">
|
|
6299
|
+
<xsl:attribute name="font-size">9pt</xsl:attribute>
|
|
6300
|
+
</xsl:if>
|
|
6301
|
+
</xsl:if>
|
|
6302
|
+
<xsl:if test="$layoutVersion = '1987' or $layoutVersion = '1989'">
|
|
6303
|
+
<xsl:attribute name="font-family">Arial, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
|
|
6304
|
+
<xsl:attribute name="font-family-generic">Sans</xsl:attribute>
|
|
6305
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6306
|
+
</xsl:if>
|
|
6305
6307
|
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6308
|
+
<xsl:if test="(($layoutVersion = '1987' and $doctype = 'technical-report') or ($layoutVersion = '1979' and $doctype = 'addendum'))">
|
|
6309
|
+
<xsl:attribute name="font-size">8.5pt</xsl:attribute>
|
|
6310
|
+
</xsl:if>
|
|
6309
6311
|
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6312
|
+
<xsl:if test="$layoutVersion = '2024' and $isAuthorOrganizationAbbreviationISO = 'true'">
|
|
6313
|
+
<xsl:attribute name="color">rgb(35,31,32)</xsl:attribute>
|
|
6314
|
+
</xsl:if>
|
|
6315
|
+
</root-style>
|
|
6316
|
+
</xsl:variable>
|
|
6317
|
+
|
|
6318
|
+
<xsl:call-template name="insertRootStyle">
|
|
6319
|
+
<xsl:with-param name="root-style" select="$style"/>
|
|
6320
|
+
</xsl:call-template>
|
|
6313
6321
|
|
|
6314
6322
|
</xsl:template>
|
|
6315
6323
|
|
|
@@ -6282,34 +6282,42 @@
|
|
|
6282
6282
|
<xsl:call-template name="getVariable"><xsl:with-param name="variable">isAuthorOrganizationAbbreviationISO</xsl:with-param></xsl:call-template>
|
|
6283
6283
|
</xsl:variable>
|
|
6284
6284
|
|
|
6285
|
-
<xsl:
|
|
6286
|
-
<
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6285
|
+
<xsl:variable name="style">
|
|
6286
|
+
<root-style>
|
|
6287
|
+
<xsl:if test="$layoutVersion = '1951'">
|
|
6288
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6289
|
+
<xsl:if test="$revision_date_num >= 19680101">
|
|
6290
|
+
<xsl:attribute name="font-size">9pt</xsl:attribute>
|
|
6291
|
+
</xsl:if>
|
|
6292
|
+
</xsl:if>
|
|
6291
6293
|
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
|
|
6294
|
+
<xsl:if test="$layoutVersion = '1972' or $layoutVersion = '1979'">
|
|
6295
|
+
<xsl:attribute name="font-family">Univers, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
|
|
6296
|
+
<xsl:attribute name="font-family-generic">Sans</xsl:attribute>
|
|
6297
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6298
|
+
<xsl:if test="$layout_columns = 2">
|
|
6299
|
+
<xsl:attribute name="font-size">9pt</xsl:attribute>
|
|
6300
|
+
</xsl:if>
|
|
6301
|
+
</xsl:if>
|
|
6302
|
+
<xsl:if test="$layoutVersion = '1987' or $layoutVersion = '1989'">
|
|
6303
|
+
<xsl:attribute name="font-family">Arial, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
|
|
6304
|
+
<xsl:attribute name="font-family-generic">Sans</xsl:attribute>
|
|
6305
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
|
6306
|
+
</xsl:if>
|
|
6305
6307
|
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6308
|
+
<xsl:if test="(($layoutVersion = '1987' and $doctype = 'technical-report') or ($layoutVersion = '1979' and $doctype = 'addendum'))">
|
|
6309
|
+
<xsl:attribute name="font-size">8.5pt</xsl:attribute>
|
|
6310
|
+
</xsl:if>
|
|
6309
6311
|
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6312
|
+
<xsl:if test="$layoutVersion = '2024' and $isAuthorOrganizationAbbreviationISO = 'true'">
|
|
6313
|
+
<xsl:attribute name="color">rgb(35,31,32)</xsl:attribute>
|
|
6314
|
+
</xsl:if>
|
|
6315
|
+
</root-style>
|
|
6316
|
+
</xsl:variable>
|
|
6317
|
+
|
|
6318
|
+
<xsl:call-template name="insertRootStyle">
|
|
6319
|
+
<xsl:with-param name="root-style" select="$style"/>
|
|
6320
|
+
</xsl:call-template>
|
|
6313
6321
|
|
|
6314
6322
|
</xsl:template>
|
|
6315
6323
|
|