author_genders -> author_pronouns

This commit is contained in:
2025-10-06 19:33:17 +02:00
parent 14ceb9635e
commit 3136b3cc1a
2 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ let steps = {
layout: author_info_layout,
result: {
name: "",
gender: ""
pronouns: ""
}
},
collaborators: {
@@ -87,7 +87,7 @@ const theses = {
}
}
const genders = {
const pronounss = {
"masculine": {
name: "Mužský rod"
},
@@ -106,7 +106,7 @@ const typst_header = `#import "template/template.typ": *
document: "{thesis_type.type}",
title: (cs: "Návod na použití Typst TUL šablony"),
author: "{author_info.name}",
author_gender: "{author_info.gender}",
author_pronouns: "{author_info.pronouns}",
<collaborators.has_supervisor: supervisor: "{collaborators.supervisor_name}",
><collaborators.has_consultant: consultant: "{collaborators.consultant_name}",
> citations: "citations.bib",