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:
parent
b9d2a1595d
commit
b5d67647dc
1 changed files with 0 additions and 4 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue