feat(template)!: "pz-lb" template rewrite as a "general" one

This commit is contained in:
2025-05-14 10:53:49 +03:00
parent f4a5ebc7fe
commit c2755772e1
8 changed files with 166 additions and 193 deletions

View File

@ -145,13 +145,14 @@
v(spacing * 2.5, weak: true)
}
it // }}}
it
// }}}
}
/// DSTU 3008:2015 Appendices Style
/// -> content
/// - it (content): Content to apply the style to.
#let appendices-style(it) = /* {{{1 */ {
#let appendices-style(it) = /* {{{ */ {
counter(heading).update(0)
set heading(numbering: (i, ..n) => upper(num-to-alpha.at(i)) + numbering(".1.1", ..n))