aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/latex.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/latex.template b/templates/latex.template
index cc9731bcf..30ecf8a3e 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -64,7 +64,9 @@ $endfor$
$if(title)$
\title{$title$}
$endif$
+$if(author)$
\author{$for(author)$$author$$sep$\\$endfor$}
+$endif$
$if(date)$
\date{$date$}
$endif$