summaryrefslogtreecommitdiffstats
path: root/default.jats
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:20:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:20:16 -0800
commita2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (patch)
treebeffa4c88f32b4d159c3a26b4070f00c097b15e5 /default.jats
parentdb59a5e77b0a5629f0801eb82103814842f2e2ed (diff)
downloadpandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz
pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip
Updated templates for pandoc 2.8
Diffstat (limited to 'default.jats')
-rw-r--r--default.jats11
1 files changed, 8 insertions, 3 deletions
diff --git a/default.jats b/default.jats
index 5fd3590..cdc336b 100644
--- a/default.jats
+++ b/default.jats
@@ -2,12 +2,12 @@
2$if(xml-stylesheet)$ 2$if(xml-stylesheet)$
3<?xml-stylesheet type="text/xsl" href="$xml-stylesheet$"?> 3<?xml-stylesheet type="text/xsl" href="$xml-stylesheet$"?>
4$endif$ 4$endif$
5<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.0 20120330//EN" 5<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN"
6 "JATS-journalpublishing1.dtd"> 6 "JATS-journalpublishing1.dtd">
7$if(article.type)$ 7$if(article.type)$
8<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.0" article-type="$article.type$"> 8<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.1" article-type="$article.type$">
9$else$ 9$else$
10<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"> 10<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.1" article-type="other">
11$endif$ 11$endif$
12<front> 12<front>
13<journal-meta> 13<journal-meta>
@@ -167,6 +167,11 @@ $if(copyright.text)$
167</permissions> 167</permissions>
168$endif$ 168$endif$
169$endif$ 169$endif$
170$if(abstract)$
171<abstract>
172$abstract$
173</abstract>
174$endif$
170$if(tags)$ 175$if(tags)$
171<kwd-group kwd-group-type="author"> 176<kwd-group kwd-group-type="author">
172$for(tags)$ 177$for(tags)$