Use \and for author separator in latex template.

This commit is contained in:
John MacFarlane 2011-07-21 10:10:51 -07:00
parent dd34104f5a
commit bbc74f8c60

View file

@ -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$}