From 9f1636367e28deaa949c4377eaea2acdc13a148f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 Jun 2014 15:26:23 -0700 Subject: LaTeX/Beamer templates: Remove conditionalization around date. 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 fc5229df167aa61cdbcf14ce24581b36bb0a5b90. See #61. --- default.beamer | 2 -- 1 file changed, 2 deletions(-) (limited to 'default.beamer') diff --git a/default.beamer b/default.beamer index 3aa3c5963..58f8b7361 100644 --- a/default.beamer +++ b/default.beamer @@ -130,9 +130,7 @@ $endif$ $if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ -$if(date)$ \date{$date$} -$endif$ \begin{document} $if(title)$ -- cgit v1.2.3