Merge branch 'main' of git.mineau.eu:histausse/template-thesis-matisse

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-07-24 14:59:47 +02:00
commit 83cf6050bf
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 42 additions and 3 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(
@ -55,6 +55,7 @@
todos()
} else {
show-todos.update(false)
show-notes.update(false)
}
// ---------- GENERAL ----------