diff --git a/template/main.typ b/template/main.typ index aab8e50..22e62c7 100644 --- a/template/main.typ +++ b/template/main.typ @@ -93,7 +93,11 @@ } +// Reset page and figure counters #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