diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-17 23:50:10 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-17 23:50:10 -0800 |
commit | ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa (patch) | |
tree | a116e5bde6395f0084d2adc8d950b1238c856eea /article.jats_publishing | |
parent | ea3841573fe83d8e101d70cbd78a1d6aa4bd6a21 (diff) | |
download | pandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.tar.gz pandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.zip |
Updated templates for pandoc 2.11.3
Diffstat (limited to 'article.jats_publishing')
-rw-r--r-- | article.jats_publishing | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/article.jats_publishing b/article.jats_publishing index b64425f..4bdb3f2 100644 --- a/article.jats_publishing +++ b/article.jats_publishing | |||
@@ -101,14 +101,15 @@ $endif$ | |||
101 | $if(author.email)$ | 101 | $if(author.email)$ |
102 | <email>$author.email$</email> | 102 | <email>$author.email$</email> |
103 | $endif$ | 103 | $endif$ |
104 | $if(author.aff-id)$ | 104 | $for(author.affiliation)$ |
105 | <xref ref-type="aff" rid="aff-$contrib.aff-id$"/> | 105 | <xref ref-type="aff" rid="aff-$author.affiliation$"/> |
106 | $endif$ | 106 | $endfor$ |
107 | $if(author.cor-id)$ | 107 | $if(author.cor-id)$ |
108 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> | 108 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> |
109 | $endif$ | 109 | $endif$ |
110 | </contrib> | 110 | </contrib> |
111 | $endfor$ | 111 | $endfor$ |
112 | ${ affiliations.jats() } | ||
112 | </contrib-group> | 113 | </contrib-group> |
113 | $endif$ | 114 | $endif$ |
114 | $if(article.author-notes)$ | 115 | $if(article.author-notes)$ |