LaTeX: Use \date{} if no date in metadata.
Thanks to Daron Wilson for the suggestion.
This commit is contained in:
parent
9fd00ca239
commit
9ebdb944b6
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ $if(author)$
|
|||
$endif$
|
||||
$if(date)$
|
||||
\date{$date$}
|
||||
$else$
|
||||
\date{}
|
||||
$endif$
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Add table
Reference in a new issue