metanorma-ribose 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a585eb3c6e6911e374a2f56a8aee8951388e1ab2810eb6034d216a6dcc978635
4
- data.tar.gz: 806f318cc8c824e4647e10dc78fe0377db3b03bb29ec419d870335a1f2bc69fe
3
+ metadata.gz: edac65eda4eb9b0bbe575ac4770019b2f4e65fd77c626b97caa74af6a6187d78
4
+ data.tar.gz: f3589092a64694540b3160ab7c66b8342beb3bf1279bff17927126a904dae8bc
5
5
  SHA512:
6
- metadata.gz: d15596b24bf061829be99da2547d9584cdd32f597484021bedf0169ba72e29c227bf0dd52ef81861ee16fab97a67b58e6e55295121e5e840b3965a08d5804ef0
7
- data.tar.gz: 0cde58ef6d4647aca47451564ffb12c12c2fc5e9f9ac1893aa48375b7e25f72056a37030fea1bfd4344bfa20ad5fd67fb6c54abc1b327351e3b14aee7a8cbabb
6
+ metadata.gz: 9532a580feb0eafd71645919b0faf9d9e8aafdb071f112b1ac342e610362241f2cd87fbf87058782e44eaafd804393e20cda801953788f266eb05fe05b9aaa96
7
+ data.tar.gz: 21f16a4cf1ac78a424add2d0736cba58f12cf6f02c09f0a9fa9cdc0e3d56714be44902519139282f596e97be8e4dc98160328c2478a33f1811a40fc8a629320c
@@ -239,7 +239,7 @@ h6:hover > a.anchor,
239
239
  background-color: #777;
240
240
  color: white;
241
241
  cursor: pointer;
242
- padding: 12px 0;
242
+ padding: 3px 0;
243
243
  margin: 0;
244
244
  width: 100%;
245
245
  border: none;
@@ -12922,6 +12922,39 @@
12922
12922
  </pdf:catalog>
12923
12923
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
12924
12924
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12925
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
12926
+ <pdfaExtension:schemas>
12927
+ <rdf:Bag>
12928
+ <rdf:li rdf:parseType="Resource">
12929
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
12930
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
12931
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
12932
+ <pdfaSchema:property>
12933
+ <rdf:Seq>
12934
+ <rdf:li rdf:parseType="Resource">
12935
+ <pdfaProperty:category>internal</pdfaProperty:category>
12936
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
12937
+ <pdfaProperty:name>part</pdfaProperty:name>
12938
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
12939
+ </rdf:li>
12940
+ <rdf:li rdf:parseType="Resource">
12941
+ <pdfaProperty:category>internal</pdfaProperty:category>
12942
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
12943
+ <pdfaProperty:name>amd</pdfaProperty:name>
12944
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12945
+ </rdf:li>
12946
+ <rdf:li rdf:parseType="Resource">
12947
+ <pdfaProperty:category>internal</pdfaProperty:category>
12948
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
12949
+ <pdfaProperty:name>corr</pdfaProperty:name>
12950
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12951
+ </rdf:li>
12952
+ </rdf:Seq>
12953
+ </pdfaSchema:property>
12954
+ </rdf:li>
12955
+ </rdf:Bag>
12956
+ </pdfaExtension:schemas>
12957
+ </rdf:Description>
12925
12958
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
12926
12959
  <!-- Dublin Core properties go here -->
12927
12960
  <dc:title>
@@ -12932,33 +12965,57 @@
12932
12965
 
12933
12966
  </xsl:for-each>
12934
12967
  </xsl:variable>
12935
- <xsl:choose>
12936
- <xsl:when test="normalize-space($title) != ''">
12937
- <xsl:value-of select="$title"/>
12938
- </xsl:when>
12939
- <xsl:otherwise>
12940
- <xsl:text> </xsl:text>
12941
- </xsl:otherwise>
12942
- </xsl:choose>
12968
+ <rdf:Alt>
12969
+ <rdf:li xml:lang="x-default">
12970
+ <xsl:choose>
12971
+ <xsl:when test="normalize-space($title) != ''">
12972
+ <xsl:value-of select="$title"/>
12973
+ </xsl:when>
12974
+ <xsl:otherwise>
12975
+ <xsl:text> </xsl:text>
12976
+ </xsl:otherwise>
12977
+ </xsl:choose>
12978
+ </rdf:li>
12979
+ </rdf:Alt>
12943
12980
  </dc:title>
12944
- <dc:creator>
12981
+ <xsl:variable name="dc_creator">
12945
12982
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
12946
12983
 
12947
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12948
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12949
- <xsl:if test="position() != last()">; </xsl:if>
12950
- </xsl:for-each>
12984
+ <rdf:Seq>
12985
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12986
+ <rdf:li>
12987
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12988
+ </rdf:li>
12989
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
12990
+ </xsl:for-each>
12991
+ </rdf:Seq>
12951
12992
 
12952
12993
  </xsl:for-each>
12953
- </dc:creator>
12954
- <dc:description>
12994
+ </xsl:variable>
12995
+ <xsl:if test="normalize-space($dc_creator) != ''">
12996
+ <dc:creator>
12997
+ <xsl:copy-of select="$dc_creator"/>
12998
+ </dc:creator>
12999
+ </xsl:if>
13000
+
13001
+ <xsl:variable name="dc_description">
12955
13002
  <xsl:variable name="abstract">
12956
13003
 
12957
13004
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
12958
13005
 
12959
13006
  </xsl:variable>
12960
- <xsl:value-of select="normalize-space($abstract)"/>
12961
- </dc:description>
13007
+ <rdf:Alt>
13008
+ <rdf:li xml:lang="x-default">
13009
+ <xsl:value-of select="normalize-space($abstract)"/>
13010
+ </rdf:li>
13011
+ </rdf:Alt>
13012
+ </xsl:variable>
13013
+ <xsl:if test="normalize-space($dc_description)">
13014
+ <dc:description>
13015
+ <xsl:copy-of select="$dc_description"/>
13016
+ </dc:description>
13017
+ </xsl:if>
13018
+
12962
13019
  <pdf:Keywords>
12963
13020
  <xsl:call-template name="insertKeywords">
12964
13021
  <xsl:with-param name="meta">true</xsl:with-param>