aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
commit64544dea58cc6fd50aacd8d13e019198fa7647d1 (patch)
tree491bf39c2e65b37dde47ec3eebc30cff668c626f /default.latex
parent05719b6491d26aa0fcb6a7de64aeebfc75955267 (diff)
downloadpandoc-64544dea58cc6fd50aacd8d13e019198fa7647d1.tar.gz
Added subtitle to html and latex formats.
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex3
1 files changed, 3 insertions, 0 deletions
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$}