diff options
-rw-r--r-- | default.jats | 8 | ||||
-rw-r--r-- | default.latex | 2 |
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$ |