wip
This commit is contained in:
parent
a1a6d7cff8
commit
1b5d007289
5 changed files with 43 additions and 6 deletions
|
@ -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 ----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue