From daf32a8896aa916d6547d8844bed798add63f6cd Mon Sep 17 00:00:00 2001
From: johannes wasmer <johannes.wasmer@gmail.com>
Date: Sat, 7 Sep 2024 17:24:44 +0100
Subject: [PATCH] change bibliography to imported

---
 presentation/config/header.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/presentation/config/header.tex b/presentation/config/header.tex
index bbfc789..b5accb5 100644
--- a/presentation/config/header.tex
+++ b/presentation/config/header.tex
@@ -332,7 +332,8 @@ aspectratio=169,%  common values: 169, 1610, 43
 
 % bibliography
 \usepackage[citestyle=authoryear, bibstyle=authoryear,backend=biber]{biblatex}
-\addbibresource{../bibliography/bibliography.bib}
+% \addbibresource{../bibliography/bibliography.bib}
+\addbibresource{../resources/bib/bibliography.bib}
 
 % reduce footcite size.
 % (note: this reduces all footnote sizes. but in beamer, this is okay. web says
-- 
GitLab