diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 17:31:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 17:31:52 -0700 |
commit | 9725522a7f939f090800b6fcd0742d4d8ff671ed (patch) | |
tree | 2adbefdfd33556a13ca2c7e975799ce1cf51f4c8 /data/templates | |
parent | 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95 (diff) | |
download | pandoc-9725522a7f939f090800b6fcd0742d4d8ff671ed.tar.gz |
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.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.jats | 2 |
1 files changed, 0 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$ <article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.0" article-type="other"> $endif$ <front> -$if(journal)$ <journal-meta> $if(journal.publisher-id)$ <journal-id journal-id-type="publisher-id">$journal.publisher-id$</journal-id> @@ -42,7 +41,6 @@ $if(journal.publisher-loc)$ $endif$ </publisher> </journal-meta> -$endif$ <article-meta> $if(article.publisher-id)$ <article-id pub-id-type="publisher-id">$article.publisher-id$</article-id> |