From 27103965ffc027a5a563c6edb96656cef91d4aca Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Mon, 11 Mar 2024 09:47:49 +0100 Subject: [PATCH] fix mismatched bibliopraphy_path --- template.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.typ b/template.typ index cc3a47a..30f1d0c 100755 --- a/template.typ +++ b/template.typ @@ -47,7 +47,7 @@ // Path to your bibliography file // You may use `.yml` for Hayagriva format // or `.bib` for BibLaTeX format - bibliography_path: "literature.yaml", + bibliography_path: "literature.yml", // The contents of your abstract abstract: include "./abstract.typ",