Added \institute

Fixes https://github.com/jgm/pandoc-templates/issues/204 by adding a dummy `\institute` command.
This commit is contained in:
Thomas Hodgson 2016-07-14 11:17:11 +01:00 committed by GitHub
parent 922f5c0bc6
commit 4851e1df8f

View file

@ -202,6 +202,7 @@ $if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(institute)$
\providecommand{\institute}[1]{}
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
\date{$date$}