From bea0059f80541a1946df27c54d359c7b78696c5c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 8 Mar 2021 11:59:51 -0800 Subject: Updated templates for pandoc 2.12 --- article.jats_publishing | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'article.jats_publishing') diff --git a/article.jats_publishing b/article.jats_publishing index 4bdb3f2..47fa4ac 100644 --- a/article.jats_publishing +++ b/article.jats_publishing @@ -30,10 +30,10 @@ $if(journal.abbrev-title)$ $endif$ $if(journal.pissn)$ -$journal.pissn$ +$journal.pissn$ $endif$ $if(journal.eissn)$ -$journal.eissn$ +$journal.eissn$ $endif$ $-- At least one issn element is required; use empty issn as fallback $if(journal.pissn)$ @@ -95,6 +95,8 @@ $if(author.surname)$ $author.surname$ $author.given-names$ +$elseif(author.name)$ +$author.name$ $else$ $author$ $endif$ @@ -128,7 +130,7 @@ $endif$ $endif$ $if(date)$ - + $if(date.day)$ $date.day$ $endif$ -- cgit v1.2.3