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} \newenvironment{LTR}{\beginL}{\endL}
\fi \fi
$endif$ $endif$
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$ $if(title)$
\title{$title$} \title{$title$}
@ -198,9 +201,6 @@ $if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author)$$author$$sep$ \and $endfor$}
$endif$ $endif$
\date{$date$} \date{$date$}
$for(header-includes)$
$header-includes$
$endfor$
\begin{document} \begin{document}
$if(title)$ $if(title)$