From f30803ce91e00f40ee701e0c3216beae5591e088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Tue, 24 Oct 2017 15:04:53 +0200 Subject: [PATCH] subtitle is optional --- handin/template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handin/template.tex b/handin/template.tex index 6b89da6..c2fe265 100644 --- a/handin/template.tex +++ b/handin/template.tex @@ -163,7 +163,7 @@ $endif$ % Title and author %-------------------------------- -\title{$course$\\$title$\\$subtitle$} +\title{$course$\\$title$$if(subtitle)$\\$subtitle$$endif$} \author{\vspace{-1ex} $for(author)$$author$$sep$\and $endfor$ }