From 3217bc192ec90f251ad54c098e5ada35f9aa863a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 31 Mar 2017 11:07:09 +0200 Subject: JATS writer: put references in ``. Modified template to include a `` and `` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in ``. References are automatically extracted and put into ``. --- data/templates/default.jats | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') 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$ $endif$ + $body$ + +$if(back)$ + +$back$ + +$endif$ -- cgit v1.2.3