diff options
Diffstat (limited to 'default.jats')
-rw-r--r-- | default.jats | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/default.jats b/default.jats index cdc336b..20560cd 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.1 20151215//EN" | 5 | <!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.2 20190208//EN" |
6 | "JATS-journalpublishing1.dtd"> | 6 | "JATS-archivearticle1.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.1" 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.2" 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.1" 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.2" article-type="other"> |
11 | $endif$ | 11 | $endif$ |
12 | <front> | 12 | <front> |
13 | <journal-meta> | 13 | <journal-meta> |