This commit is contained in:
Jean-Marie Mineau 2025-06-12 11:51:21 +02:00
parent a1a6d7cff8
commit 1b5d007289
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 43 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#import "cover.typ": cover
#import "abstracts.typ": abstracts
#import "todos.typ": todos
#import "todos.typ": todos, show-todos
#let matisse-thesis(
// English title, will be used for the document title metadata
@ -34,7 +34,11 @@
body
) = {
if draft { todos() }
if draft {
todos()
} else {
show-todos.update(false)
}
// ---------- GENERAL ----------