LaTeX: Use blank \date{} if no date specified.

This way we don't get a date unless a date is explicitly specified.
This commit is contained in:
John MacFarlane 2012-06-05 11:41:06 -07:00
parent b9d2a1595d
commit b5d67647dc

View file

@ -132,12 +132,8 @@ $endfor$
$if(title)$
\title{$title$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(date)$
\date{$date$}
$endif$
\begin{document}
$if(title)$