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:
parent
cc302d99be
commit
7688f0f78b
1 changed files with 3 additions and 0 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue