Merge pull request #169 from twsh/beamer-includes

Moved header-includes to before setting of title etc.
This commit is contained in:
John MacFarlane 2015-12-19 18:56:36 -08:00
commit 133a7e0407

View file

@ -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)$