LaTeX: Use \date{} if no date in metadata.

Thanks to Daron Wilson for the suggestion.
This commit is contained in:
John MacFarlane 2011-12-01 19:01:24 -08:00
parent 9fd00ca239
commit 9ebdb944b6

View file

@ -101,6 +101,8 @@ $if(author)$
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
\begin{document}