forked from pencelheimer/typst_nure_template
fix: set correct name for appendice heading
This commit is contained in:
3
lib.typ
3
lib.typ
@@ -230,6 +230,9 @@
|
|||||||
set figure(numbering: i => [#upper(num-to-alpha.at(counter(heading).get().at(0))).#i])
|
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)])
|
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
|
// Headings
|
||||||
show heading: it => if it.level == 1 {
|
show heading: it => if it.level == 1 {
|
||||||
set align(center)
|
set align(center)
|
||||||
|
|||||||
Reference in New Issue
Block a user