diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-20 21:50:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-20 21:50:28 -0700 |
commit | 24030660f1d17272cadfa62497be182996e2fbe2 (patch) | |
tree | f204e009e2a6ddc13d55df2165b7315d07f88794 /article.jats_publishing | |
parent | bea0059f80541a1946df27c54d359c7b78696c5c (diff) | |
download | pandoc-templates-24030660f1d17272cadfa62497be182996e2fbe2.tar.gz pandoc-templates-24030660f1d17272cadfa62497be182996e2fbe2.zip |
Updated templates for pandoc 2.13
Diffstat (limited to 'article.jats_publishing')
-rw-r--r-- | article.jats_publishing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/article.jats_publishing b/article.jats_publishing index 47fa4ac..9bedff6 100644 --- a/article.jats_publishing +++ b/article.jats_publishing | |||
@@ -86,7 +86,7 @@ $endif$ | |||
86 | $if(author)$ | 86 | $if(author)$ |
87 | <contrib-group> | 87 | <contrib-group> |
88 | $for(author)$ | 88 | $for(author)$ |
89 | <contrib contrib-type="author"> | 89 | <contrib contrib-type="author"$if(author.equal-contrib)$ equal-contrib="true"$endif$> |
90 | $if(author.orcid)$ | 90 | $if(author.orcid)$ |
91 | <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id> | 91 | <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id> |
92 | $endif$ | 92 | $endif$ |