aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-02-18 19:59:53 +1000
committerFraser Tweedale <ftweedal@redhat.com>2016-02-18 19:59:53 +1000
commitbd01393abd159d0297b9a50021260e6819023a68 (patch)
tree4d17a0100950936105a96c3e2a0590faa1a9f9c7
parent40175cfc59cfaaf1ec159cdf5ff580fc6d3b2f0a (diff)
downloadpandoc-bd01393abd159d0297b9a50021260e6819023a68.tar.gz
add $institute$ to beamer template
-rw-r--r--default.beamer3
1 files changed, 3 insertions, 0 deletions
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}