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