Skip to content

Commit

Permalink
Add $institute to the latex template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
josefs committed Jan 25, 2015
1 parent cc302d9 commit 7688f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit 7688f0f

Please sign in to comment.