Hey, working on my bachelors thesis template I got to a problem. I need to start a new Counter in my Attachments, but I cant make it start from One. Insted it always starts from 2 (in roman numbers). Attached a screenshot from the table of Contents (Look at “Anhang - Temperaturdiagramme”) and my code for the “Anhang” Page.
@Andrew’s solution is perfectly fine and does solve the exact question. If multiple heading levels should be supported, the solution is a bit cumbersome.
A more general solution would be to generally remove the first heading number.
#set heading(numbering: (_,..rest) => numbering("I.a", ..rest))
// needed to remove the space between the number and the heading
#show heading.where(level: 1): set heading(numbering: none)
= Anhang
== Temperaturdiagramme
=== Temperaturdiagramm 1
=== Temperaturdiagramm 2