aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.latex6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index cae95759b..f4f2d629a 100644
--- a/default.latex
+++ b/default.latex
@@ -166,7 +166,11 @@ $if(dir)$
$endif$
$if(title)$
-\title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
+\title{$title$}
+$endif$
+$if(subtitle)$
+\providecommand{\subtitle}[1]{}
+\subtitle{$subtitle$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}