From bc61ba66976555aa33bf2ecf0ec62cd5ebf2b3d4 Mon Sep 17 00:00:00 2001
From: Felix <feh7@hi.is>
Date: Fri, 4 Sep 2020 14:49:08 +0000
Subject: [PATCH] add empty bibliography to satisfy latexmk, use path that
 always work

---
 tex/bibliography.bib   | 0
 tex/header/stdmath.sty | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 tex/bibliography.bib

diff --git a/tex/bibliography.bib b/tex/bibliography.bib
new file mode 100644
index 0000000..e69de29
diff --git a/tex/header/stdmath.sty b/tex/header/stdmath.sty
index 90300e6..cb8dc67 100644
--- a/tex/header/stdmath.sty
+++ b/tex/header/stdmath.sty
@@ -75,7 +75,7 @@
 \RequirePackage{enumerate}                  % for different kind of numbering in enumerations
 
 % bibliography
-\newcommand{\bibfile}{bibliography.bib}
+\newcommand{\bibfile}{.maindir/tex/bibliography.bib}
 \RequirePackage{csquotes}
 \RequirePackage[backend=biber,
   style=alphabetic,
-- 
GitLab