added: numbering to equations

This commit is contained in:
Sven Vogel 2024-07-08 09:58:46 +02:00
parent 600d348b13
commit fb03bfc414
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
set heading(supplement: [chapter])
set math.equation(numbering: "(1)")
// Set header spacing
show heading.where(level: 1): it => v(2em) + it + v(1em)
show heading.where(level: 2): it => v(1em) + it + v(0.5em)