add base for dp

This commit is contained in:
2025-10-07 13:56:16 +02:00
parent 6e17d96b8b
commit 89c3be0bf0
2 changed files with 71 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
// thesis types
#import "bp.typ": bp
#import "dp.typ": dp
#import "other.typ": other
#let template_classic(
@@ -21,6 +22,7 @@
// argument pre-checking
let document_types = (
"bp": bp,
"dp": dp,
"other": other,
)
assert_in_dict(document_type, document_types, "document type");