aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.latex
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.latex')
-rw-r--r--data/templates/default.latex5
1 files changed, 2 insertions, 3 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index f37af0a2a..519effca9 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -364,12 +364,11 @@ $endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
+\date{$date$}
+$if(beamer)$
$if(institute)$
-\providecommand{\institute}[1]{}
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
-\date{$date$}
-$if(beamer)$
$if(titlegraphic)$
\titlegraphic{\includegraphics{$titlegraphic$}}
$endif$