aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorThomas Hodgson <twsh@users.noreply.github.com>2016-07-14 11:17:11 +0100
committerGitHub <noreply@github.com>2016-07-14 11:17:11 +0100
commit4851e1df8f0f05d73a7a019ecfb8af55408d5ac6 (patch)
treecb64ebdc7b20db958845902a5acc9a60ba33ca7c /default.latex
parent922f5c0bc6a8bc279464757c2a65898b178e976d (diff)
downloadpandoc-4851e1df8f0f05d73a7a019ecfb8af55408d5ac6.tar.gz
Added `\institute`
Fixes https://github.com/jgm/pandoc-templates/issues/204 by adding a dummy `\institute` command.
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex1
1 files changed, 1 insertions, 0 deletions
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$}