From 2e0b52d1ea276e0163d584e0d2734ef27b28188d Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Fri, 12 Sep 2025 11:08:43 +0200 Subject: [PATCH] fix --- lib/matisse-thesis.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matisse-thesis.typ b/lib/matisse-thesis.typ index 11fd650..85ef862 100644 --- a/lib/matisse-thesis.typ +++ b/lib/matisse-thesis.typ @@ -62,7 +62,7 @@ let draft-string = "" if draft { draft-string = "DRAFT - " } let preliminary-string = "" - if preliminary { preliminary-string = " - PRELIMINARY VERSION" + if preliminary { preliminary-string = " - PRELIMINARY VERSION" } set document( title: draft-string + title-en + preliminary-string,