From cd3ea61503859fe9991aedd2d1a2254396c949a0 Mon Sep 17 00:00:00 2001 From: Sophtli Date: Thu, 3 Jul 2025 14:53:18 +0200 Subject: [PATCH] add bibliography --- docs/bibliography.yml | 0 docs/template.typ | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 docs/bibliography.yml diff --git a/docs/bibliography.yml b/docs/bibliography.yml new file mode 100644 index 0000000..e69de29 diff --git a/docs/template.typ b/docs/template.typ index 1598c78..a4b7602 100644 --- a/docs/template.typ +++ b/docs/template.typ @@ -58,4 +58,7 @@ counter(page).update(1) set par(justify: true) body + + pagebreak() + bibliography("bibliography.yml") } \ No newline at end of file