diff options
-rw-r--r-- | default.beamer | 6 |
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)$ |