From 5c09e20dc6d22f81204af212260560ab94573725 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 11 Sep 2025 16:53:41 +0200 Subject: [PATCH] Add supplement for addendum --- dhsn.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhsn.typ b/dhsn.typ index e634664..e087676 100644 --- a/dhsn.typ +++ b/dhsn.typ @@ -34,7 +34,7 @@ ) ] -#let addendum(body) = { +#let addendum(supplement: "Anhang", body) = { pagebreak() counter(heading).update(0) set heading(numbering: none) @@ -52,7 +52,7 @@ set figure(kind: raw, supplement: "Anhang") counter(figure.where(kind: raw)).update(0) - [= Anhang ] + [= #supplement ] body pagebreak() }