From 63583d2a35b23d92ea78b07e08edc52f3aa4cfc5 Mon Sep 17 00:00:00 2001 From: Matej-Zucha-TUL Date: Wed, 24 Sep 2025 09:45:37 +0200 Subject: [PATCH] Add bibliography to classic template --- template/template_classic.typ | 3 +++ 1 file changed, 3 insertions(+) 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") }