Add supplement for addendum

This commit is contained in:
2025-09-11 16:53:41 +02:00
parent 5cd21dd2cf
commit 5c09e20dc6

View File

@@ -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 <dhsn.addendum>]
[= #supplement <dhsn.addendum>]
body
pagebreak()
}