Merge pull request #79 from josefs/master
Add $institute to the latex template
This commit is contained in:
commit
d39b2207f9
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue