How to change heading numbering per level?

Welcome @Konstantin_Vogler,

The simplest option is to use the numbly package.

#import "@preview/numbly:0.1.0": numbly

#set heading(numbering: numbly("{1:I}.", "{2:a}."))

= Heading 1
== Heading 2
== Heading 3

test

1 Like