From af2ba45a16f94b37cae9db0f8fdb915db545498d Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 29 Mar 2026 14:09:42 +0300 Subject: [PATCH] fix: correct equation numbering in appendices --- src/style.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.typ b/src/style.typ index 0f35348..3ea37fa 100644 --- a/src/style.typ +++ b/src/style.typ @@ -109,7 +109,7 @@ let app-letter = context upper(ukr-enum.at(counter(heading).get().at(0) - 1)) set figure(numbering: i => app-letter + "." + str(i)) - set math.equation(numbering: i => app-letter + "." + str(i)) + set math.equation(numbering: i => [(#app-letter.#str(i))]) show heading: h => { set text(size: 14pt)