Skip to content

Commit

Permalink
LaTeX/Beamer templates: Remove conditionalization around date.
Browse files Browse the repository at this point in the history
This restores the old behavior, where no date was printed
if no date was specified.  If the `\date` command is removed
entirely, standard document classes will print today's date.
Closes #1321.

Partially reverts fc5229d.
See #61.
  • Loading branch information
jgm committed Jun 1, 2014
1 parent 620e8fe commit 9f16363
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions default.beamer
Expand Up @@ -130,9 +130,7 @@ $endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(date)$
\date{$date$}
$endif$

\begin{document}
$if(title)$
Expand Down
2 changes: 0 additions & 2 deletions default.latex
Expand Up @@ -137,9 +137,7 @@ $endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(date)$
\date{$date$}
$endif$
$for(header-includes)$
$header-includes$
$endfor$
Expand Down

0 comments on commit 9f16363

Please sign in to comment.