This commit is contained in:
Jean-Marie Mineau 2025-06-11 17:27:51 +02:00
parent 5e703f6298
commit a1a6d7cff8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 144 additions and 6 deletions

View file

@ -12,7 +12,7 @@
#let todos() = context {
if (todo-list.final().len() != 0) and (show-todos.get()) {
pagebreak(weak: true)
[= TO-DOs]
text(size: 2em, weight: "bold", fill:red)[TO-DOs]
for t in todo-list.final() {
let l = label(t.first())
list.item(link(l)[TODO #t.at(1) p.#locate(l).page() : #t.last()])