Merge pull request #169 from twsh/beamer-includes
Moved header-includes to before setting of title etc.
This commit is contained in:
commit
133a7e0407
1 changed files with 3 additions and 3 deletions
|
@ -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)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue