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 /default.jats_articleauthoring | |
parent | ea3841573fe83d8e101d70cbd78a1d6aa4bd6a21 (diff) | |
download | pandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.tar.gz pandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.zip |
Updated templates for pandoc 2.11.3
Diffstat (limited to 'default.jats_articleauthoring')
-rw-r--r-- | default.jats_articleauthoring | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/default.jats_articleauthoring b/default.jats_articleauthoring index f86bb2d..94c9295 100644 --- a/default.jats_articleauthoring +++ b/default.jats_articleauthoring | |||
@@ -34,14 +34,15 @@ $endif$ | |||
34 | $if(author.email)$ | 34 | $if(author.email)$ |
35 | <email>$author.email$</email> | 35 | <email>$author.email$</email> |
36 | $endif$ | 36 | $endif$ |
37 | $if(author.aff-id)$ | 37 | $for(author.affiliation)$ |
38 | <xref ref-type="aff" rid="aff-$contrib.aff-id$"/> | 38 | <xref ref-type="aff" rid="aff-$author.affiliation$"/> |
39 | $endif$ | 39 | $endfor$ |
40 | $if(author.cor-id)$ | 40 | $if(author.cor-id)$ |
41 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> | 41 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> |
42 | $endif$ | 42 | $endif$ |
43 | </contrib> | 43 | </contrib> |
44 | $endfor$ | 44 | $endfor$ |
45 | ${ affiliations.jats() } | ||
45 | </contrib-group> | 46 | </contrib-group> |
46 | $endif$ | 47 | $endif$ |
47 | $if(copyright)$ | 48 | $if(copyright)$ |