From 4851e1df8f0f05d73a7a019ecfb8af55408d5ac6 Mon Sep 17 00:00:00 2001 From: Thomas Hodgson Date: Thu, 14 Jul 2016 11:17:11 +0100 Subject: [PATCH] Added `\institute` Fixes https://github.com/jgm/pandoc-templates/issues/204 by adding a dummy `\institute` command. --- default.latex | 1 + 1 file changed, 1 insertion(+) diff --git a/default.latex b/default.latex index 4b371e12d..67faf0330 100644 --- a/default.latex +++ b/default.latex @@ -202,6 +202,7 @@ $if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ $if(institute)$ +\providecommand{\institute}[1]{} \institute{$for(institute)$$institute$$sep$ \and $endfor$} $endif$ \date{$date$}