diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 13:45:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 13:45:40 -0700 |
commit | bcd6640e32e23598628701d9bdc0e8f14135c20a (patch) | |
tree | 4d17a0100950936105a96c3e2a0590faa1a9f9c7 | |
parent | 40175cfc59cfaaf1ec159cdf5ff580fc6d3b2f0a (diff) | |
parent | bd01393abd159d0297b9a50021260e6819023a68 (diff) | |
download | pandoc-bcd6640e32e23598628701d9bdc0e8f14135c20a.tar.gz |
Merge pull request #186 from frasertweedale/fix/beamer-institute
add $institute$ to beamer template
-rw-r--r-- | default.beamer | 3 |
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} |