aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-01 15:26:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-01 15:26:23 -0700
commit9f1636367e28deaa949c4377eaea2acdc13a148f (patch)
tree2561dbc0d78e5722f1d6a88b7bbf4969c78ab2b5
parent620e8fe5e1ed1a1a4a2243587f3063ccfe745673 (diff)
downloadpandoc-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.
-rw-r--r--default.beamer2
-rw-r--r--default.latex2
2 files changed, 0 insertions, 4 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)$
diff --git a/default.latex b/default.latex
index 81bbdf348..6f6486a3d 100644
--- a/default.latex
+++ b/default.latex
@@ -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$