prepare for tultemplategen bundling

This commit is contained in:
2025-10-07 21:54:18 +02:00
parent 6850224e84
commit f7737687db
7 changed files with 67 additions and 65 deletions

View File

@@ -1,11 +1,14 @@
#import "../../template/template.typ": *
#import "../template/template.typ": *
#show: tultemplate2.with(
style: "classic",
faculty: "fm",
lang: "cs",
document: "bp",
title: (cs: "Ukázka dokumentu typu Bakalářská práce pro FM TUL v češtině", en: "Example document for a Bachelor's thesis for FM TUL in Czech"),
title: (
cs: "Ukázka dokumentu typu Bakalářská práce pro FM TUL v češtině",
en: "Example document for a Bachelor's thesis for FM TUL in Czech",
),
author: "Matěj Žucha",
author_pronouns: "masculine",
supervisor: "Ondřej Mekina",
@@ -13,15 +16,21 @@
programme: (cs: "Můj krásný studijní program"),
branch: (cs: "Můj krásný studijní obor"),
abstract: (
cs:
"Tento dokument slouží jako praktická ukázka všech důležitcýh funkcí šablony _tultemplate2_, s názornými příklady použítí a jejich podrobným popisem.",
en:
"This document serves as a practical demonstration of all the important features of the _tultemplate2_ template, with useful examples and their respective descriptions.",
cs: [
Tento dokument slouží jako praktická ukázka všech důležitcýh funkcí šablony _tultemplate2_,
s názornými příklady použítí a jejich podrobným popisem.
],
en: [
This document serves as a practical demonstration of all the important features of the
_tultemplate2_ template, with useful examples and their respective descriptions.
],
),
keywords: (
cs: ("Ukázka", "Klíčových", "Slov", "Česky"),
en: ("Example", "Keywords", "In", "English"),
),
keywords: (cs: ("Ukázka", "Klíčových", "Slov", "Česky"), en: ("Example", "Keywords", "In", "English")),
acknowledgement: (cs: "Lorem ipsum dolor sit amet."),
assignment: "theses/bp_cs/zadani.pdf",
citations: "theses/bp_cs/citace.bib",
citations: "citations.bib",
)
= Co najdete v této šabloně
@@ -176,7 +185,7 @@ udělat pomocí funkce `figure`.
Tady je praktická ukázka jednoduchého vložení obrázku s popiskem:
#figure(image("../../template/assets/tul_logo.svg", width: 25%), caption: [
#figure(image("../template/assets/tul_logo.svg", width: 25%), caption: [
Logo *TUL*
])

View File

@@ -1,15 +0,0 @@
@misc{ typst,
author = "Wikidata",
title = "Q117858460 --- Wikidata{,} ",
year = "2025",
url = "https://www.wikidata.org/w/index.php?title=Q117858460&oldid=2404700455",
note = "[Online; cit. 24-Zář-2025]"
}
@misc{ bibtex,
author = "{Wikipedia contributors}",
title = "BibTeX --- {Wikipedia}{,} The Free Encyclopedia",
year = "2025",
url = "https://en.wikipedia.org/w/index.php?title=BibTeX&oldid=1309039867",
note = "[Online; cit 24-Zář-2025]"
}

BIN
theses/bp_cs/zadani.pdf (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,26 +1,35 @@
#import "../../template/template.typ": *
#import "../template/template.typ": *
#show: tultemplate2.with(
style: "classic",
faculty: "fm",
lang: "cs",
document: "dp",
title: (cs: "Ukázka dokumentu typu Diplomová práce pro FM TUL v češtině", en: "Example document for a Master's thesis for FM TUL in Czech"),
title: (
cs: "Ukázka dokumentu typu Diplomová práce pro FM TUL v češtině",
en: "Example document for a Master's thesis for FM TUL in Czech",
),
author: "Matěj Žucha",
author_pronouns: "masculine",
supervisor: "Ondřej Mekina",
consultant: "Michal Procházka (nepovinný údaj)",
programme: (cs: "Můj krásný studijní program"),
abstract: (
cs:
"Tento dokument slouží jako praktická ukázka všech důležitcýh funkcí šablony _tultemplate2_, s názornými příklady použítí a jejich podrobným popisem.",
en:
"This document serves as a practical demonstration of all the important features of the _tultemplate2_ template, with useful examples and their respective descriptions.",
cs: [
Tento dokument slouží jako praktická ukázka všech důležitcýh funkcí šablony _tultemplate2_,
s názornými příklady použítí a jejich podrobným popisem.
],
en: [
This document serves as a practical demonstration of all the important features of the
_tultemplate2_ template, with useful examples and their respective descriptions.
]
),
keywords: (
cs: ("Ukázka", "Klíčových", "Slov", "Česky"),
en: ("Example", "Keywords", "In", "English"),
),
keywords: (cs: ("Ukázka", "Klíčových", "Slov", "Česky"), en: ("Example", "Keywords", "In", "English")),
acknowledgement: (cs: "Lorem ipsum dolor sit amet."),
assignment: "theses/dp_cs/zadani.pdf",
citations: "theses/dp_cs/citace.bib",
citations: "citations.bib",
)
= Co najdete v této šabloně
@@ -175,7 +184,7 @@ udělat pomocí funkce `figure`.
Tady je praktická ukázka jednoduchého vložení obrázku s popiskem:
#figure(image("../../template/assets/tul_logo.svg", width: 25%), caption: [
#figure(image("../template/assets/tul_logo.svg", width: 25%), caption: [
Logo *TUL*
])

View File

@@ -1,15 +0,0 @@
@misc{ typst,
author = "Wikidata",
title = "Q117858460 --- Wikidata{,} ",
year = "2025",
url = "https://www.wikidata.org/w/index.php?title=Q117858460&oldid=2404700455",
note = "[Online; cit. 24-Zář-2025]"
}
@misc{ bibtex,
author = "{Wikipedia contributors}",
title = "BibTeX --- {Wikipedia}{,} The Free Encyclopedia",
year = "2025",
url = "https://en.wikipedia.org/w/index.php?title=BibTeX&oldid=1309039867",
note = "[Online; cit 24-Zář-2025]"
}

BIN
theses/dp_cs/zadani.pdf (Stored with Git LFS)

Binary file not shown.