aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-18 22:32:24 -0700
committerGitHub <noreply@github.com>2016-07-18 22:32:24 -0700
commit8bed1acf2271c84ae564d6f0b9adcdc4d5c71d26 (patch)
treecb64ebdc7b20db958845902a5acc9a60ba33ca7c
parent019d6a2bd84ad75dcf9d629561c87794a2f39656 (diff)
parent4851e1df8f0f05d73a7a019ecfb8af55408d5ac6 (diff)
downloadpandoc-8bed1acf2271c84ae564d6f0b9adcdc4d5c71d26.tar.gz
Merge pull request #205 from twsh/master
Added `\institute`
-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$}