use drafting module instead of custom todo

This commit is contained in:
Jean-Marie Mineau 2025-07-18 15:35:44 +02:00
parent acd42c4f62
commit 1652652d03
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 29 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#import "cover.typ": cover
#import "abstracts.typ": abstracts
#import "todos.typ": todos, show-todos
#import "todos.typ": todos, show-todos, show-notes
#import "etablissements.typ": *
#let matisse-thesis(
@ -45,6 +45,7 @@
todos()
} else {
show-todos.update(false)
show-notes.update(false)
}
// ---------- GENERAL ----------