From 9725522a7f939f090800b6fcd0742d4d8ff671ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Jun 2019 17:31:52 -0700 Subject: Revert "JATS template: don't include journal-meta unless 'journal'..." This reverts commit 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95. journal-meta is required. Better to include it even if it doesn't validate through lack of required fields. --- data/templates/default.jats | 2 -- test/writer.jats | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/templates/default.jats b/data/templates/default.jats index 709b10f57..5fd3590a5 100644 --- a/data/templates/default.jats +++ b/data/templates/default.jats @@ -10,7 +10,6 @@ $else$
$endif$ -$if(journal)$ $if(journal.publisher-id)$ $journal.publisher-id$ @@ -42,7 +41,6 @@ $if(journal.publisher-loc)$ $endif$ -$endif$ $if(article.publisher-id)$ $article.publisher-id$ diff --git a/test/writer.jats b/test/writer.jats index 4d3ba2ac6..7bbf8304d 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -3,6 +3,13 @@ "JATS-journalpublishing1.dtd">
+ + + + + + + Pandoc Test Suite -- cgit v1.2.3