add commit in draft

This commit is contained in:
Jean-Marie Mineau 2025-06-25 11:52:01 +02:00
parent 3f3eb37339
commit 25342bd4b3
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 19 additions and 3 deletions

View file

@ -23,7 +23,7 @@
#let todos() = context {
if (todo-list.final().len() != 0) and (show-todos.get()) {
pagebreak(weak: true)
//pagebreak(weak: true)
text(size: 2em, weight: "bold", fill:red)[TO-DOs]
for t in todo-list.final() {
let l = label(t.first())