disable not yet supported document types

This commit is contained in:
2025-10-01 13:11:50 +02:00
parent 5d17fa8fe3
commit 1f75a74f61

View File

@@ -27,7 +27,8 @@
// document type // document type
if type(document_type) != type(none) { 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"); assert_in_arr(document_type, document_types, "document type abbreviation");
text(get_lang_item(language, document_type), weight: "bold", font: base_font); text(get_lang_item(language, document_type), weight: "bold", font: base_font);
v(0em); v(0em);