From bd01393abd159d0297b9a50021260e6819023a68 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 18 Feb 2016 19:59:53 +1000 Subject: add $institute$ to beamer template --- default.beamer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.beamer b/default.beamer index aa9d545f2..ccd0862d1 100644 --- a/default.beamer +++ b/default.beamer @@ -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} -- cgit v1.2.3