From 64544dea58cc6fd50aacd8d13e019198fa7647d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 21 Jun 2013 22:48:49 -0700 Subject: Added subtitle to html and latex formats. --- default.latex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.latex') diff --git a/default.latex b/default.latex index 5ef9170a9..2d4f17d6c 100644 --- a/default.latex +++ b/default.latex @@ -135,6 +135,9 @@ $endfor$ $if(title)$ \title{$title$} $endif$ +$if(subtitle)$ +\subtitle{$subtitle$} +$endif$ \author{$for(author)$$author$$sep$ \and $endfor$} \date{$date$} -- cgit v1.2.3