From 1f75a74f61aa31a8b0cf31293d09019e84164341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Wed, 1 Oct 2025 13:11:50 +0200 Subject: [PATCH] disable not yet supported document types --- template/template_classic.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/template_classic.typ b/template/template_classic.typ index ee667c0..f61d08f 100644 --- a/template/template_classic.typ +++ b/template/template_classic.typ @@ -27,7 +27,8 @@ // document type if type(document_type) != type(none) { - let document_types = ("bp", "dp", "dis", "hab", "teze", "autoref", "proj", "sp"); + // TODO: hab, teze, autoref, proj, sp + let document_types = ("bp", "dp", "dis"); assert_in_arr(document_type, document_types, "document type abbreviation"); text(get_lang_item(language, document_type), weight: "bold", font: base_font); v(0em);