metanorma-jis 0.3.3 → 0.3.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: cef3f0aef7b0710dc4f98802b2fcc476ffe6a3805d11334005eb280a0480001a
4
- data.tar.gz: 9e8979493f228f6d689d606946736551c1f7e00545e90a1c68c664aa99f0d83a
3
+ metadata.gz: 767a090a3aebe22d2d6f00eb901394cc4c03b2e0bd27cc742ed5474234dc3ae7
4
+ data.tar.gz: f3bf668006d08059015df61d5970c17cb812f95ab524e403d0be44570e7f6925
5
5
  SHA512:
6
- metadata.gz: fa081288f2be1b8e984a141e577d92f6beff9c1e2e34202e2db931cdca1522341895c82f674d975aaba3102960e280f526d4b3bc5dadfc8fb1e866ef7aaa2da9
7
- data.tar.gz: 162d57afdf668c125100e6f85376bf63803551b2ec6ef36fae2e1bf84d38d188b244d1176934add96330223fec28ccd4de6c047683078537ab6b57b58b813e10
6
+ metadata.gz: 415691142621e73ecad0196c8538ef4ee69a3101fb54273f93493c0ea8bf213f0d2e53b080f04834e39b85d282b043a59270b3332f37bc40e6511eeeebc4e7e1
7
+ data.tar.gz: 45c5df4d2172923555dd91a7071a06f113a2d7990608f755ee7cb9d8f7ddee1c00ec9a7b4197d09ad0d0308044ab1573ff65750913b5aedba29265880d1b0985
@@ -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;
@@ -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;
@@ -13308,6 +13308,39 @@
13308
13308
  </pdf:catalog>
13309
13309
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
13310
13310
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13311
+ <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="">
13312
+ <pdfaExtension:schemas>
13313
+ <rdf:Bag>
13314
+ <rdf:li rdf:parseType="Resource">
13315
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
13316
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
13317
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
13318
+ <pdfaSchema:property>
13319
+ <rdf:Seq>
13320
+ <rdf:li rdf:parseType="Resource">
13321
+ <pdfaProperty:category>internal</pdfaProperty:category>
13322
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
13323
+ <pdfaProperty:name>part</pdfaProperty:name>
13324
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
13325
+ </rdf:li>
13326
+ <rdf:li rdf:parseType="Resource">
13327
+ <pdfaProperty:category>internal</pdfaProperty:category>
13328
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
13329
+ <pdfaProperty:name>amd</pdfaProperty:name>
13330
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
13331
+ </rdf:li>
13332
+ <rdf:li rdf:parseType="Resource">
13333
+ <pdfaProperty:category>internal</pdfaProperty:category>
13334
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
13335
+ <pdfaProperty:name>corr</pdfaProperty:name>
13336
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
13337
+ </rdf:li>
13338
+ </rdf:Seq>
13339
+ </pdfaSchema:property>
13340
+ </rdf:li>
13341
+ </rdf:Bag>
13342
+ </pdfaExtension:schemas>
13343
+ </rdf:Description>
13311
13344
  <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
13312
13345
  <!-- Dublin Core properties go here -->
13313
13346
  <dc:title>
@@ -13318,33 +13351,57 @@
13318
13351
 
13319
13352
  </xsl:for-each>
13320
13353
  </xsl:variable>
13321
- <xsl:choose>
13322
- <xsl:when test="normalize-space($title) != ''">
13323
- <xsl:value-of select="$title"/>
13324
- </xsl:when>
13325
- <xsl:otherwise>
13326
- <xsl:text> </xsl:text>
13327
- </xsl:otherwise>
13328
- </xsl:choose>
13354
+ <rdf:Alt>
13355
+ <rdf:li xml:lang="x-default">
13356
+ <xsl:choose>
13357
+ <xsl:when test="normalize-space($title) != ''">
13358
+ <xsl:value-of select="$title"/>
13359
+ </xsl:when>
13360
+ <xsl:otherwise>
13361
+ <xsl:text> </xsl:text>
13362
+ </xsl:otherwise>
13363
+ </xsl:choose>
13364
+ </rdf:li>
13365
+ </rdf:Alt>
13329
13366
  </dc:title>
13330
- <dc:creator>
13367
+ <xsl:variable name="dc_creator">
13331
13368
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
13332
13369
 
13333
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
13334
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
13335
- <xsl:if test="position() != last()">; </xsl:if>
13336
- </xsl:for-each>
13370
+ <rdf:Seq>
13371
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
13372
+ <rdf:li>
13373
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
13374
+ </rdf:li>
13375
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
13376
+ </xsl:for-each>
13377
+ </rdf:Seq>
13337
13378
 
13338
13379
  </xsl:for-each>
13339
- </dc:creator>
13340
- <dc:description>
13380
+ </xsl:variable>
13381
+ <xsl:if test="normalize-space($dc_creator) != ''">
13382
+ <dc:creator>
13383
+ <xsl:copy-of select="$dc_creator"/>
13384
+ </dc:creator>
13385
+ </xsl:if>
13386
+
13387
+ <xsl:variable name="dc_description">
13341
13388
  <xsl:variable name="abstract">
13342
13389
 
13343
13390
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
13344
13391
 
13345
13392
  </xsl:variable>
13346
- <xsl:value-of select="normalize-space($abstract)"/>
13347
- </dc:description>
13393
+ <rdf:Alt>
13394
+ <rdf:li xml:lang="x-default">
13395
+ <xsl:value-of select="normalize-space($abstract)"/>
13396
+ </rdf:li>
13397
+ </rdf:Alt>
13398
+ </xsl:variable>
13399
+ <xsl:if test="normalize-space($dc_description)">
13400
+ <dc:description>
13401
+ <xsl:copy-of select="$dc_description"/>
13402
+ </dc:description>
13403
+ </xsl:if>
13404
+
13348
13405
  <pdf:Keywords>
13349
13406
  <xsl:call-template name="insertKeywords">
13350
13407
  <xsl:with-param name="meta">true</xsl:with-param>