From 84e83c6f39f3cd7184930e932eb11bad26bbc2de Mon Sep 17 00:00:00 2001 From: Anton Bilous Date: Fri, 14 Feb 2025 09:37:11 +0200 Subject: [PATCH] change text.font.lang from ua to uk May also need to rework bibliography handling. --- template.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.typ b/template.typ index 5b066c2..73656d7 100644 --- a/template.typ +++ b/template.typ @@ -86,7 +86,7 @@ }, ) - set text(font: ("Times New Roman", "Liberation Serif"), size: 14pt, hyphenate: false, lang: "ua") + set text(font: ("Times New Roman", "Liberation Serif"), size: 14pt, hyphenate: false, lang: "uk") set par(justify: true, first-line-indent: (amount: 1.25cm, all: true)) set underline(evade: false)