fix incorrect panic message on supported genders

This commit is contained in:
2025-10-02 13:39:20 +02:00
parent c786ec2a4a
commit 08c7123041
2 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
#import "template/template.typ": *
#show: tultemplate2.with(
title: (cs: "Návod na použití Typst TUL šablony"),
document: "bp",
faculty: "fm",
title: (cs: "Návod na použití Typst TUL šablony", en: lorem(10)),
abstract: (cs: [lorem(100)], en: [lorem(100)]),
author: "Ondřej Mekina, Matěj Žucha",
author_gender: "masculine",
supervisor: "Ondřej Mekina",
)