aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-19 18:56:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-19 18:56:36 -0800
commit133a7e04074ba83176ca22ed4a18818263340f84 (patch)
tree33ae34f8a3e30df49f84f40b67d5a881cb11bbe0
parent7e91df709abffc08b41e9fc5b437fb049898cc13 (diff)
parentfb3c22dad881127d256490895c84f1f404eeac51 (diff)
downloadpandoc-133a7e04074ba83176ca22ed4a18818263340f84.tar.gz
Merge pull request #169 from twsh/beamer-includes
Moved header-includes to before setting of title etc.
-rw-r--r--default.beamer6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.beamer b/default.beamer
index 1419b09a9..aa9d545f2 100644
--- a/default.beamer
+++ b/default.beamer
@@ -187,6 +187,9 @@ $if(dir)$
\newenvironment{LTR}{\beginL}{\endL}
\fi
$endif$
+$for(header-includes)$
+$header-includes$
+$endfor$
$if(title)$
\title{$title$}
@@ -198,9 +201,6 @@ $if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
\date{$date$}
-$for(header-includes)$
-$header-includes$
-$endfor$
\begin{document}
$if(title)$