mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Update article.jats_publishing template (#10622)
Just a typo for author prefix that was causing authors to have the suffix as prefix and suffix in the XML.
This commit is contained in:
@@ -98,7 +98,7 @@ $if(author.surname)$
|
||||
<surname>$if(author.non-dropping-particle)$${author.non-dropping-particle} $endif$$author.surname$</surname>
|
||||
<given-names>$author.given-names$$if(author.dropping-particle)$ ${author.dropping-particle}$endif$</given-names>
|
||||
$if(author.prefix)$
|
||||
<prefix>${author.suffix}</prefix>
|
||||
<prefix>${author.prefix}</prefix>
|
||||
$endif$
|
||||
$if(author.suffix)$
|
||||
<suffix>${author.suffix}</suffix>
|
||||
|
||||
Reference in New Issue
Block a user