latex template: conditionalize author and date.
Thanks to ivoanjo for the patch. Closes #61.
This commit is contained in:
parent
5de411030b
commit
fc5229df16
1 changed files with 4 additions and 0 deletions
|
@ -126,8 +126,12 @@ $endif$
|
|||
$if(subtitle)$
|
||||
\subtitle{$subtitle$}
|
||||
$endif$
|
||||
$if(author)$
|
||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
$if(date)$
|
||||
\date{$date$}
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
|
Loading…
Reference in a new issue