reset counters after preamble

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-11 13:15:16 +02:00
parent 31b19db3a3
commit cadcf917ef
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -93,7 +93,11 @@
} }
// Reset page and figure counters
#counter(page).update(1) #counter(page).update(1)
#counter(figure.where(kind: table)).update(0)
#counter(figure.where(kind: image)).update(0)
#counter(figure.where(kind: raw)).update(0)
= Introduction <sec:intro> = Introduction <sec:intro>