From 3e6f3bf7c4c36a486d651aa451e38987307c747a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 18 Oct 2025 19:13:36 +0300 Subject: [PATCH] fix: set correct name for appendice heading --- lib.typ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib.typ b/lib.typ index 559b67e..734336e 100644 --- a/lib.typ +++ b/lib.typ @@ -230,6 +230,9 @@ set figure(numbering: i => [#upper(num-to-alpha.at(counter(heading).get().at(0))).#i]) set math.equation(numbering: i => [(#upper(num-to-alpha.at(counter(heading).get().at(0))).#i)]) + // Heading supplement (Heading name shown when citing with @ref) + set heading(supplement: [Додаток]) + // Headings show heading: it => if it.level == 1 { set align(center)