From 7688f0f78b7eb2dd2d2d9f430cf20a7fe7e00683 Mon Sep 17 00:00:00 2001 From: Josef Svenningsson Date: Sun, 25 Jan 2015 14:56:34 +0100 Subject: 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 --- default.latex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.latex b/default.latex index a3f895000..e7617773d 100644 --- a/default.latex +++ b/default.latex @@ -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$ -- cgit v1.2.3