This commit is contained in:
2026-01-17 16:41:05 +02:00
parent 7bb0925662
commit f3adc98f86
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
/// - skip (int): Do not show page number for this number of pages.
/// - offset (int): Adjust all page numbers by this amount.
#let dstu-style(
#let dstu(
it,
skip: 0,
offset: 0,
@@ -121,7 +121,7 @@
/// DSTU 3008:2015 Appendices Style
/// -> content
/// - it (content): Content to apply the style to.
#let appendices-style(it) = /* {{{ */ {
#let appendices(it) = /* {{{ */ {
// Numbering
counter(heading).update(0)
set heading(numbering: (i, ..n) => upper(ukr-enum.at(i)) + numbering(".1.1", ..n))