From b5d67647dc142c975aae40c8158dab85a602e7e9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 5 Jun 2012 11:41:06 -0700 Subject: [PATCH] LaTeX: Use blank \date{} if no date specified. This way we don't get a date unless a date is explicitly specified. --- default.latex | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default.latex b/default.latex index d68e0d188..412164eae 100644 --- a/default.latex +++ b/default.latex @@ -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)$