metanorma-iho 1.0.2 → 1.0.3

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: 05a203f22784ce681da92a4fdc0ddbd6ce9a7c84eb31cfb5bdf74f77c1bb9af0
4
- data.tar.gz: 49637d3ae2979f792b62b01b59de8580bd666fb70d22d0c38a708642c3eb6466
3
+ metadata.gz: bfa68a7ffe1430399e0dae0f788dd4de9d933479e31436f64499856bb76e1753
4
+ data.tar.gz: 14207a7b252242d513aec10c13fe406c74f4f1716dc2cebb11e467f6c8778d62
5
5
  SHA512:
6
- metadata.gz: 7b37773f0263b8117f61861950a07ccea4ccab6c96daf662192f3438c2c609f808f325059ba6d2bc461c0b4d3a193c76fa6db3a4bff38ee359b854c2308ae0d6
7
- data.tar.gz: 87da8344231ed03e60022942921bf1618dbf3221ac9d06618d306bf8b301865e41458f81c86eae347004450c3e9a5f64873015a4e962e4123c2d975bce245569
6
+ metadata.gz: 31cddfdd884b8d3b7544f93ed192292200d7501e32d510b93fa02f86cf12ba41c84e6ab88b1e5ae27f9c0d39bab00774bf245a52fcc6a01eed6d489b231f99c1
7
+ data.tar.gz: 442ac35c26009e19f29e832ce7aeccf49c7bacea6876eeeeb22fae1d50828a2803a6b6f11a22721bc30b2084f7db7889e531a4788f0e3367bc516a39f3ce1480
@@ -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;
@@ -12466,6 +12466,39 @@
12466
12466
  </pdf:catalog>
12467
12467
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
12468
12468
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12469
+ <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="">
12470
+ <pdfaExtension:schemas>
12471
+ <rdf:Bag>
12472
+ <rdf:li rdf:parseType="Resource">
12473
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
12474
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
12475
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
12476
+ <pdfaSchema:property>
12477
+ <rdf:Seq>
12478
+ <rdf:li rdf:parseType="Resource">
12479
+ <pdfaProperty:category>internal</pdfaProperty:category>
12480
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
12481
+ <pdfaProperty:name>part</pdfaProperty:name>
12482
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
12483
+ </rdf:li>
12484
+ <rdf:li rdf:parseType="Resource">
12485
+ <pdfaProperty:category>internal</pdfaProperty:category>
12486
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
12487
+ <pdfaProperty:name>amd</pdfaProperty:name>
12488
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12489
+ </rdf:li>
12490
+ <rdf:li rdf:parseType="Resource">
12491
+ <pdfaProperty:category>internal</pdfaProperty:category>
12492
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
12493
+ <pdfaProperty:name>corr</pdfaProperty:name>
12494
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12495
+ </rdf:li>
12496
+ </rdf:Seq>
12497
+ </pdfaSchema:property>
12498
+ </rdf:li>
12499
+ </rdf:Bag>
12500
+ </pdfaExtension:schemas>
12501
+ </rdf:Description>
12469
12502
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
12470
12503
  <!-- Dublin Core properties go here -->
12471
12504
  <dc:title>
@@ -12476,33 +12509,57 @@
12476
12509
 
12477
12510
  </xsl:for-each>
12478
12511
  </xsl:variable>
12479
- <xsl:choose>
12480
- <xsl:when test="normalize-space($title) != ''">
12481
- <xsl:value-of select="$title"/>
12482
- </xsl:when>
12483
- <xsl:otherwise>
12484
- <xsl:text> </xsl:text>
12485
- </xsl:otherwise>
12486
- </xsl:choose>
12512
+ <rdf:Alt>
12513
+ <rdf:li xml:lang="x-default">
12514
+ <xsl:choose>
12515
+ <xsl:when test="normalize-space($title) != ''">
12516
+ <xsl:value-of select="$title"/>
12517
+ </xsl:when>
12518
+ <xsl:otherwise>
12519
+ <xsl:text> </xsl:text>
12520
+ </xsl:otherwise>
12521
+ </xsl:choose>
12522
+ </rdf:li>
12523
+ </rdf:Alt>
12487
12524
  </dc:title>
12488
- <dc:creator>
12525
+ <xsl:variable name="dc_creator">
12489
12526
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
12490
12527
 
12491
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12492
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12493
- <xsl:if test="position() != last()">; </xsl:if>
12494
- </xsl:for-each>
12528
+ <rdf:Seq>
12529
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12530
+ <rdf:li>
12531
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12532
+ </rdf:li>
12533
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
12534
+ </xsl:for-each>
12535
+ </rdf:Seq>
12495
12536
 
12496
12537
  </xsl:for-each>
12497
- </dc:creator>
12498
- <dc:description>
12538
+ </xsl:variable>
12539
+ <xsl:if test="normalize-space($dc_creator) != ''">
12540
+ <dc:creator>
12541
+ <xsl:copy-of select="$dc_creator"/>
12542
+ </dc:creator>
12543
+ </xsl:if>
12544
+
12545
+ <xsl:variable name="dc_description">
12499
12546
  <xsl:variable name="abstract">
12500
12547
 
12501
12548
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
12502
12549
 
12503
12550
  </xsl:variable>
12504
- <xsl:value-of select="normalize-space($abstract)"/>
12505
- </dc:description>
12551
+ <rdf:Alt>
12552
+ <rdf:li xml:lang="x-default">
12553
+ <xsl:value-of select="normalize-space($abstract)"/>
12554
+ </rdf:li>
12555
+ </rdf:Alt>
12556
+ </xsl:variable>
12557
+ <xsl:if test="normalize-space($dc_description)">
12558
+ <dc:description>
12559
+ <xsl:copy-of select="$dc_description"/>
12560
+ </dc:description>
12561
+ </xsl:if>
12562
+
12506
12563
  <pdf:Keywords>
12507
12564
  <xsl:call-template name="insertKeywords">
12508
12565
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -12466,6 +12466,39 @@
12466
12466
  </pdf:catalog>
12467
12467
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
12468
12468
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12469
+ <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="">
12470
+ <pdfaExtension:schemas>
12471
+ <rdf:Bag>
12472
+ <rdf:li rdf:parseType="Resource">
12473
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
12474
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
12475
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
12476
+ <pdfaSchema:property>
12477
+ <rdf:Seq>
12478
+ <rdf:li rdf:parseType="Resource">
12479
+ <pdfaProperty:category>internal</pdfaProperty:category>
12480
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
12481
+ <pdfaProperty:name>part</pdfaProperty:name>
12482
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
12483
+ </rdf:li>
12484
+ <rdf:li rdf:parseType="Resource">
12485
+ <pdfaProperty:category>internal</pdfaProperty:category>
12486
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
12487
+ <pdfaProperty:name>amd</pdfaProperty:name>
12488
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12489
+ </rdf:li>
12490
+ <rdf:li rdf:parseType="Resource">
12491
+ <pdfaProperty:category>internal</pdfaProperty:category>
12492
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
12493
+ <pdfaProperty:name>corr</pdfaProperty:name>
12494
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12495
+ </rdf:li>
12496
+ </rdf:Seq>
12497
+ </pdfaSchema:property>
12498
+ </rdf:li>
12499
+ </rdf:Bag>
12500
+ </pdfaExtension:schemas>
12501
+ </rdf:Description>
12469
12502
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
12470
12503
  <!-- Dublin Core properties go here -->
12471
12504
  <dc:title>
@@ -12476,33 +12509,57 @@
12476
12509
 
12477
12510
  </xsl:for-each>
12478
12511
  </xsl:variable>
12479
- <xsl:choose>
12480
- <xsl:when test="normalize-space($title) != ''">
12481
- <xsl:value-of select="$title"/>
12482
- </xsl:when>
12483
- <xsl:otherwise>
12484
- <xsl:text> </xsl:text>
12485
- </xsl:otherwise>
12486
- </xsl:choose>
12512
+ <rdf:Alt>
12513
+ <rdf:li xml:lang="x-default">
12514
+ <xsl:choose>
12515
+ <xsl:when test="normalize-space($title) != ''">
12516
+ <xsl:value-of select="$title"/>
12517
+ </xsl:when>
12518
+ <xsl:otherwise>
12519
+ <xsl:text> </xsl:text>
12520
+ </xsl:otherwise>
12521
+ </xsl:choose>
12522
+ </rdf:li>
12523
+ </rdf:Alt>
12487
12524
  </dc:title>
12488
- <dc:creator>
12525
+ <xsl:variable name="dc_creator">
12489
12526
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
12490
12527
 
12491
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12492
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12493
- <xsl:if test="position() != last()">; </xsl:if>
12494
- </xsl:for-each>
12528
+ <rdf:Seq>
12529
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12530
+ <rdf:li>
12531
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12532
+ </rdf:li>
12533
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
12534
+ </xsl:for-each>
12535
+ </rdf:Seq>
12495
12536
 
12496
12537
  </xsl:for-each>
12497
- </dc:creator>
12498
- <dc:description>
12538
+ </xsl:variable>
12539
+ <xsl:if test="normalize-space($dc_creator) != ''">
12540
+ <dc:creator>
12541
+ <xsl:copy-of select="$dc_creator"/>
12542
+ </dc:creator>
12543
+ </xsl:if>
12544
+
12545
+ <xsl:variable name="dc_description">
12499
12546
  <xsl:variable name="abstract">
12500
12547
 
12501
12548
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
12502
12549
 
12503
12550
  </xsl:variable>
12504
- <xsl:value-of select="normalize-space($abstract)"/>
12505
- </dc:description>
12551
+ <rdf:Alt>
12552
+ <rdf:li xml:lang="x-default">
12553
+ <xsl:value-of select="normalize-space($abstract)"/>
12554
+ </rdf:li>
12555
+ </rdf:Alt>
12556
+ </xsl:variable>
12557
+ <xsl:if test="normalize-space($dc_description)">
12558
+ <dc:description>
12559
+ <xsl:copy-of select="$dc_description"/>
12560
+ </dc:description>
12561
+ </xsl:if>
12562
+
12506
12563
  <pdf:Keywords>
12507
12564
  <xsl:call-template name="insertKeywords">
12508
12565
  <xsl:with-param name="meta">true</xsl:with-param>