Merge pull request #186 from frasertweedale/fix/beamer-institute

add $institute$ to beamer template
This commit is contained in:
John MacFarlane 2016-03-19 13:45:40 -07:00
commit bcd6640e32

View file

@ -200,6 +200,9 @@ $endif$
$if(author)$ $if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author)$$author$$sep$ \and $endfor$}
$endif$ $endif$
$if(institute)$
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
\date{$date$} \date{$date$}
\begin{document} \begin{document}