fix: use regex for is-cyr

fix: remove unused properties from coursework
This commit is contained in:
2026-01-12 00:01:45 +02:00
parent c1490ce893
commit c49e911aad
+1 -3
View File
@@ -40,7 +40,7 @@
"грудня", "грудня",
).at(month - 1) ).at(month - 1)
#let is-cyr(text) = text.split("").any(char => "А" <= char and char <= "я") #let is-cyr(c) = regex("[\p{Cyrillic}]") in c
#let gender-form(verb, gender: "p") = { #let gender-form(verb, gender: "p") = {
( (
@@ -303,8 +303,6 @@
doc, doc,
university: "ХНУРЕ", university: "ХНУРЕ",
subject: none, subject: none,
type: none,
number: none,
title: none, title: none,
authors: (), authors: (),
mentors: (), mentors: (),