From fb03bfc414d2b44754a6947b4aebfd7e127c1838 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Mon, 8 Jul 2024 09:58:46 +0200 Subject: [PATCH] added: numbering to equations --- src/style.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.typ b/src/style.typ index 818b6f0..863c2c9 100644 --- a/src/style.typ +++ b/src/style.typ @@ -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)