Merge pull request #186 from frasertweedale/fix/beamer-institute
add $institute$ to beamer template
This commit is contained in:
commit
bcd6640e32
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ $endif$
|
|||
$if(author)$
|
||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
$if(institute)$
|
||||
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
\date{$date$}
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Reference in a new issue