Merge pull request #79 from josefs/master

Add $institute to the latex template
This commit is contained in:
John MacFarlane 2016-03-19 13:45:46 -07:00
commit d39b2207f9

View file

@ -199,6 +199,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}