aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hodgson <twsh@users.noreply.github.com>2015-12-10 13:38:37 +0000
committerThomas Hodgson <twsh@users.noreply.github.com>2015-12-10 13:38:37 +0000
commitfb3c22dad881127d256490895c84f1f404eeac51 (patch)
tree533a344c10f324ef78e9e6e7c9036d70cdc4fdd9
parent16e9428d8a86f6c95ef763a556e1297435e3032d (diff)
downloadpandoc-fb3c22dad881127d256490895c84f1f404eeac51.tar.gz
Moved header-includes to before setting of title etc.
This matches default.latex
-rw-r--r--default.beamer6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.beamer b/default.beamer
index 7e2835f19..fd732d48b 100644
--- a/default.beamer
+++ b/default.beamer
@@ -183,6 +183,9 @@ $if(dir)$
\newenvironment{LTR}{\beginL}{\endL}
\fi
$endif$
+$for(header-includes)$
+$header-includes$
+$endfor$
$if(title)$
\title{$title$}
@@ -194,9 +197,6 @@ $if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
\date{$date$}
-$for(header-includes)$
-$header-includes$
-$endfor$
\begin{document}
$if(title)$