summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-31 11:07:09 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-31 11:07:09 +0200
commit3217bc192ec90f251ad54c098e5ada35f9aa863a (patch)
tree34ac8633f69cecf401b921425e73c0d0e3b5f330 /data/templates
parent136a53edc88513d0d300a50b9f77ff003baa512f (diff)
JATS writer: put references in `<back>`.
Modified template to include a `<back>` and `<body>` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in `<back>`. References are automatically extracted and put into `<back>`.
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.jats7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/templates/default.jats b/data/templates/default.jats
index a99a76089..f8234ef93 100644
--- a/data/templates/default.jats
+++ b/data/templates/default.jats
@@ -192,5 +192,12 @@ $if(notes)$
<notes>$notes$</notes>
$endif$
</front>
+<body>
$body$
+</body>
+$if(back)$
+<back>
+$back$
+</back>
+$endif$
</article>