diff --git a/latex.template b/latex.template index 8142fb986..507686a12 100644 --- a/latex.template +++ b/latex.template @@ -87,7 +87,7 @@ $if(title)$ \title{$title$} $endif$ $if(author)$ -\author{$for(author)$$author$$sep$\\$endfor$} +\author{$for(author)$$author$$sep$ \and $endfor$} $endif$ $if(date)$ \date{$date$}