aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.latex4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.latex b/default.latex
index 5cfd7620c..0364eea45 100644
--- a/default.latex
+++ b/default.latex
@@ -126,8 +126,12 @@ $endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
+$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
+$endif$
+$if(date)$
\date{$date$}
+$endif$
$for(header-includes)$
$header-includes$
$endfor$