From cadcf917efaaf3865bd288c8c78a11419cb7e9d4 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Thu, 11 Sep 2025 13:15:16 +0200 Subject: [PATCH] reset counters after preamble --- template/main.typ | 4 ++++ 1 file changed, 4 insertions(+) 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