summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-05 21:09:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-05 21:09:46 -0800
commit4a42969a53987afeadecb63214d188fe1c149459 (patch)
tree36b60440c036a4b0b0e5df3bb642c12b9cbec901
parent3bb84f4a2f50ff5276048a9d0a4f3d90791f7a2a (diff)
downloadpandoc-templates-4a42969a53987afeadecb63214d188fe1c149459.tar.gz
pandoc-templates-4a42969a53987afeadecb63214d188fe1c149459.zip
Updated templates for pandoc 2.9.1.1
-rw-r--r--default.jats8
-rw-r--r--default.latex2
2 files changed, 5 insertions, 5 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>
diff --git a/default.latex b/default.latex
index ed4b8ea..73d9898 100644
--- a/default.latex
+++ b/default.latex
@@ -423,7 +423,7 @@ $if(toc-title)$
423\renewcommand*\contentsname{$toc-title$} 423\renewcommand*\contentsname{$toc-title$}
424$endif$ 424$endif$
425$if(beamer)$ 425$if(beamer)$
426\begin{frame} 426\begin{frame}[allowframebreaks]
427$if(toc-title)$ 427$if(toc-title)$
428 \frametitle{$toc-title$} 428 \frametitle{$toc-title$}
429$endif$ 429$endif$