summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-09 19:11:24 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-09 19:11:24 +0100
commitb8578a3b3698a9f454f69a946234e51b72dd6c51 (patch)
tree81f889d5c1c743fb6825cc3451dcc572a536ae7b /template.tex
parented8c7259ba73cb3e51b26e0f9fbe426414d7bee2 (diff)
Ignore related template variables unless title is set.
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/template.tex b/template.tex
index 0240d8e..9adfd0d 100644
--- a/template.tex
+++ b/template.tex
@@ -130,7 +130,6 @@ $endif$
$if(title)$
\title{$title$}
-$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
@@ -142,6 +141,8 @@ $if(date)$
$else$
\date{}
$endif$
+$endif$
+
$for(header-includes)$
$header-includes$
$endfor$