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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0af54faafa49b9a295ffdbe60b9ab015f6a097bf130283dbfb043fb96be24714
4
- data.tar.gz: 0f882ef90048ea6f2dad7aacc0ec647561be2d767a463488986f300521bd10e5
3
+ metadata.gz: 478ed04236f002c8e0d55c65a742f2d0c21aa3d4bdc00ee65aa3beae20f6e7bc
4
+ data.tar.gz: c69cd000fc76dc3b5aecb2d532a0ed76f1ca1d843e009a7b6c197c267e5543d1
5
5
  SHA512:
6
- metadata.gz: 9f4904edaadda14223f80d4da1e88cf1b436f8dc78b988ef7e515774e81ca8cffecf2dfb4a7fba0cebbb8971d5a0bd0ff815b993fef3a613c5523ccce2ccfa3e
7
- data.tar.gz: cc9b504554654940a3eccd7be06cf8bfe89dfa866354faa443f22e4020cedfbf85dbd60312dddda87b831306e611caa45c71f234c5a4fa150c448a5cb51c24c1
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:if test="$layoutVersion = '1951'">
6286
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6287
- <xsl:if test="$revision_date_num &gt;= 19680101">
6288
- <xsl:attribute name="font-size">9pt</xsl:attribute>
6289
- </xsl:if>
6290
- </xsl:if>
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 &gt;= 19680101">
6290
+ <xsl:attribute name="font-size">9pt</xsl:attribute>
6291
+ </xsl:if>
6292
+ </xsl:if>
6291
6293
 
6292
- <xsl:if test="$layoutVersion = '1972' or $layoutVersion = '1979'">
6293
- <xsl:attribute name="font-family">Univers, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
6294
- <xsl:attribute name="font-family-generic">Sans</xsl:attribute>
6295
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6296
- <xsl:if test="$layout_columns = 2">
6297
- <xsl:attribute name="font-size">9pt</xsl:attribute>
6298
- </xsl:if>
6299
- </xsl:if>
6300
- <xsl:if test="$layoutVersion = '1987' or $layoutVersion = '1989'">
6301
- <xsl:attribute name="font-family">Arial, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
6302
- <xsl:attribute name="font-family-generic">Sans</xsl:attribute>
6303
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6304
- </xsl:if>
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
- <xsl:if test="(($layoutVersion = '1987' and $doctype = 'technical-report') or ($layoutVersion = '1979' and $doctype = 'addendum'))">
6307
- <xsl:attribute name="font-size">8.5pt</xsl:attribute>
6308
- </xsl:if>
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
- <xsl:if test="$layoutVersion = '2024' and $isAuthorOrganizationAbbreviationISO = 'true'">
6311
- <xsl:attribute name="color">rgb(35,31,32)</xsl:attribute>
6312
- </xsl:if>
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:if test="$layoutVersion = '1951'">
6286
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6287
- <xsl:if test="$revision_date_num &gt;= 19680101">
6288
- <xsl:attribute name="font-size">9pt</xsl:attribute>
6289
- </xsl:if>
6290
- </xsl:if>
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 &gt;= 19680101">
6290
+ <xsl:attribute name="font-size">9pt</xsl:attribute>
6291
+ </xsl:if>
6292
+ </xsl:if>
6291
6293
 
6292
- <xsl:if test="$layoutVersion = '1972' or $layoutVersion = '1979'">
6293
- <xsl:attribute name="font-family">Univers, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
6294
- <xsl:attribute name="font-family-generic">Sans</xsl:attribute>
6295
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6296
- <xsl:if test="$layout_columns = 2">
6297
- <xsl:attribute name="font-size">9pt</xsl:attribute>
6298
- </xsl:if>
6299
- </xsl:if>
6300
- <xsl:if test="$layoutVersion = '1987' or $layoutVersion = '1989'">
6301
- <xsl:attribute name="font-family">Arial, Times New Roman, Cambria Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
6302
- <xsl:attribute name="font-family-generic">Sans</xsl:attribute>
6303
- <xsl:attribute name="font-size">10pt</xsl:attribute>
6304
- </xsl:if>
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
- <xsl:if test="(($layoutVersion = '1987' and $doctype = 'technical-report') or ($layoutVersion = '1979' and $doctype = 'addendum'))">
6307
- <xsl:attribute name="font-size">8.5pt</xsl:attribute>
6308
- </xsl:if>
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
- <xsl:if test="$layoutVersion = '2024' and $isAuthorOrganizationAbbreviationISO = 'true'">
6311
- <xsl:attribute name="color">rgb(35,31,32)</xsl:attribute>
6312
- </xsl:if>
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
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Iso
3
- VERSION = "3.4.7".freeze
3
+ VERSION = "3.4.8".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-iso
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.7
4
+ version: 3.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.