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)