Add $institute to the latex template

Adding the $institute variable allows me to use pandoc for writing
papers using the llncs document class.

http://www.springer.com/computer/lncs/lncs+authors?SGWID=0-40209-0-0-0
This commit is contained in:
Josef Svenningsson 2015-01-25 14:56:34 +01:00
parent cc302d99be
commit 7688f0f78b

View file

@ -138,6 +138,9 @@ $endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(institute)$
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
\date{$date$}
$for(header-includes)$
$header-includes$