From fc5229df167aa61cdbcf14ce24581b36bb0a5b90 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 6 May 2014 09:48:18 -0700 Subject: latex template: conditionalize author and date. Thanks to ivoanjo for the patch. Closes #61. --- default.latex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.latex b/default.latex index 5cfd7620c..0364eea45 100644 --- a/default.latex +++ b/default.latex @@ -126,8 +126,12 @@ $endif$ $if(subtitle)$ \subtitle{$subtitle$} $endif$ +$if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} +$endif$ +$if(date)$ \date{$date$} +$endif$ $for(header-includes)$ $header-includes$ $endfor$ -- cgit v1.2.3