summaryrefslogtreecommitdiffstats
path: root/default.jats_articleauthoring
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-08 11:59:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-08 11:59:51 -0800
commitbea0059f80541a1946df27c54d359c7b78696c5c (patch)
tree8cebf1f4e77a78a751432efa9538e192832dac05 /default.jats_articleauthoring
parent81a523a1949de42720cb702b6e577411d76f36e6 (diff)
downloadpandoc-templates-bea0059f80541a1946df27c54d359c7b78696c5c.tar.gz
pandoc-templates-bea0059f80541a1946df27c54d359c7b78696c5c.zip
Updated templates for pandoc 2.12
Diffstat (limited to 'default.jats_articleauthoring')
-rw-r--r--default.jats_articleauthoring2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.jats_articleauthoring b/default.jats_articleauthoring
index 94c9295..ef2aed7 100644
--- a/default.jats_articleauthoring
+++ b/default.jats_articleauthoring
@@ -28,6 +28,8 @@ $if(author.surname)$
28<surname>$author.surname$</surname> 28<surname>$author.surname$</surname>
29<given-names>$author.given-names$</given-names> 29<given-names>$author.given-names$</given-names>
30</name> 30</name>
31$elseif(author.name)$
32<string-name>$author.name$</string-name>
31$else$ 33$else$
32<string-name>$author$</string-name> 34<string-name>$author$</string-name>
33$endif$ 35$endif$