diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-01 15:26:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-01 15:26:23 -0700 |
commit | 9f1636367e28deaa949c4377eaea2acdc13a148f (patch) | |
tree | 2561dbc0d78e5722f1d6a88b7bbf4969c78ab2b5 /default.beamer | |
parent | 620e8fe5e1ed1a1a4a2243587f3063ccfe745673 (diff) | |
download | pandoc-9f1636367e28deaa949c4377eaea2acdc13a148f.tar.gz |
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.
Diffstat (limited to 'default.beamer')
-rw-r--r-- | default.beamer | 2 |
1 files changed, 0 insertions, 2 deletions
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)$ |