aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/context.template4
-rw-r--r--templates/latex.template4
-rw-r--r--templates/markdown.template2
3 files changed, 3 insertions, 7 deletions
diff --git a/templates/context.template b/templates/context.template
index 6b9c04a7e..3981d1c51 100644
--- a/templates/context.template
+++ b/templates/context.template
@@ -78,9 +78,7 @@ $endfor$
$if(title)$
\doctitle{$title$}
$endif$
-$if(authors)$
-\author{$authors$}
-$endif$
+\author{$for(author)$$author$$sep$\\$endfor$}
$if(date)$
\date{$date$}
$endif$
diff --git a/templates/latex.template b/templates/latex.template
index 407348b52..80f34857d 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -38,9 +38,7 @@ $endfor$
$if(title)$
\title{$title$}
$endif$
-$if(authors)$
-\author{$authors$}
-$endif$
+\author{$for(author)$$author$$sep$\\$endfor$}
$if(date)$
\date{$date$}
$endif$
diff --git a/templates/markdown.template b/templates/markdown.template
index 70f1b59b0..6124462ba 100644
--- a/templates/markdown.template
+++ b/templates/markdown.template
@@ -1,6 +1,6 @@
$if(titleblock)$
% $title$
-% $authors$
+% $for(author)$$author$$sep$; $endfor$
% $date$
$endif$