Added the abstract into the template

This commit is contained in:
2025-10-07 11:36:53 +02:00
parent 264299a7a8
commit 99c876c48c

View File

@@ -204,6 +204,14 @@ const typst_header = `#import "template/template.typ": *
document: "{thesis_type.type}", document: "{thesis_type.type}",
lang: "{language.lang}", lang: "{language.lang}",
title: (cs: "{thesis_title.cs}", en: "{thesis_title.en}"), title: (cs: "{thesis_title.cs}", en: "{thesis_title.en}"),
abstract: (
cs: "
Sem vyplňte abstrakt své práce v češtině.
",
en: "
Insert the abstract of your theses in English here.
"
),
author: "{author_info.name}", author: "{author_info.name}",
author_pronouns: "{author_info.pronouns}", author_pronouns: "{author_info.pronouns}",
<collaborators.has_supervisor: supervisor: "{collaborators.supervisor_name}", <collaborators.has_supervisor: supervisor: "{collaborators.supervisor_name}",