From b46660e605743ab268171183de9876f8f6b8833e Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Thu, 11 Jul 2024 11:41:04 +0200 Subject: [PATCH] changed header style to omit last dot --- src/style.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.typ b/src/style.typ index e8c6966..9267244 100644 --- a/src/style.typ +++ b/src/style.typ @@ -172,13 +172,13 @@ } #let content_styled(config, body) = { - set heading(numbering: "1.") + set heading(numbering: "1.1.1") body } #let end_styled(config, body) = { - set heading(numbering: "1.") + set heading(numbering: "1.1.1") body }