make the latex template style a bit more correct

This commit is contained in:
2025-09-25 12:41:29 +02:00
parent f956b862c5
commit 438ca6d5c3
40 changed files with 297 additions and 13 deletions

View File

@@ -32,18 +32,18 @@
//
//-> none
#let tultemplate2(
style,
faculty,
lang,
style: "latex",
faculty: "tul",
lang: "cs",
document: none,
title: none, author: none, supervisor: none, programme: none,
citations: "citations.bib",
content,
) = {
import "template_classic.typ": template_classic
import "template_latex.typ": template_latex
import "utils.typ": assert_in_dict
let templates = (
latex: template_classic,
latex: template_latex,
);
assert_in_dict(style, templates, "template name");