Merge pull request #205 from twsh/master

Added `\institute`
This commit is contained in:
John MacFarlane 2016-07-18 22:32:24 -07:00 committed by GitHub
commit 8bed1acf22

View file

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