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);