Skip to content

Commit

Permalink
Moved header-includes to before setting of title etc.
Browse files Browse the repository at this point in the history
This matches default.latex
  • Loading branch information
twsh committed Dec 10, 2015
1 parent 16e9428 commit fb3c22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.beamer
Expand Up @@ -183,6 +183,9 @@ $if(dir)$
\newenvironment{LTR}{\beginL}{\endL}
\fi
$endif$
$for(header-includes)$
$header-includes$
$endfor$

$if(title)$
\title{$title$}
Expand All @@ -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)$
Expand Down

0 comments on commit fb3c22d

Please sign in to comment.