Use \and for author separator in latex template.
This commit is contained in:
parent
dd34104f5a
commit
bbc74f8c60
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ $if(title)$
|
||||||
\title{$title$}
|
\title{$title$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(author)$
|
$if(author)$
|
||||||
\author{$for(author)$$author$$sep$\\$endfor$}
|
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(date)$
|
$if(date)$
|
||||||
\date{$date$}
|
\date{$date$}
|
||||||
|
|
Loading…
Add table
Reference in a new issue