fix: use regex for is-cyr
fix: remove unused properties from coursework
This commit is contained in:
@@ -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: (),
|
||||||
|
|||||||
Reference in New Issue
Block a user