add function documentation and citation file changing

This commit is contained in:
2025-09-24 13:37:44 +02:00
parent a446bce8e6
commit 3d183b8673
4 changed files with 83 additions and 27 deletions

View File

@@ -94,6 +94,7 @@
language,
document_type,
title, author, supervisor, study_programme,
citation_file,
content,
) = {
// intro page
@@ -150,5 +151,5 @@
content
// bibliography
bibliography("../citations.bib", style: "./tul_citace.csl")
bibliography(citation_file, style: "./tul_citace.csl")
}