diff --git a/template/template_classic.typ b/template/template_classic.typ index 03ee911..6c08e44 100644 --- a/template/template_classic.typ +++ b/template/template_classic.typ @@ -148,4 +148,7 @@ // content pagebreak(to: "even", weak: true); content + + // bibliography + bibliography("../citations.bib", style: "./tul_citace.csl") }