Support supplementary-material in metadata for jats_articlepublishing.

See #9818.
This commit is contained in:
John MacFarlane
2024-06-03 09:37:35 -07:00
parent 39c549caad
commit b9491ccbbc
2 changed files with 12 additions and 0 deletions
@@ -91,6 +91,11 @@ $if(article.funding-statement)$
<funding-statement>$article.funding-statement$</funding-statement>
</funding-group>
$endif$
$if(supplementary-material)$
<supplementary-material>
$supplementary-material$
</supplementary-material>
$endif$
</article-meta>
</front>
<body>
+7
View File
@@ -394,6 +394,12 @@ Metadata Values
: The article title. Added to the document's front matter via the
[`<article-title>`][elem:article-title] element.
`supplementary-material`
: Supplementary metadata. Added to the document's front matter
via the [`<supplementary-material>`][elem:supplementary-material]
element. Only available with `jats_articlepublishing`.
Required Metadata
-----------------
@@ -433,6 +439,7 @@ Required metadata values:
[elem:article-id]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/article-id.html
[elem:article-meta]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/article-meta.html
[elem:article-title]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/article-title.html
[elem:supplementary-material]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/supplementary-material.html
[elem:copyright-holder]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/copyright-holder.html
[elem:copyright-statement]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/copyright-statement.html
[elem:copyright-year]: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/copyright-year.html