From 085c97904755a2c23fb273361db67176055272d2 Mon Sep 17 00:00:00 2001 From: grunenwald Date: Thu, 14 Sep 2023 09:23:01 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efdc51e..8ea0c89 100755 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(PDFS): $(BUILDDIR)/%.pdf : $(SOURCEDIR)/%.md --pdf-engine=xelatex \ --lua-filter=meta.lua \ --lua-filter=english.lua \ - --filter=pandoc-citeproc \ + --citeproc \ -H $(TEMPLATES)/header.tex \ -V documentclass="scrartcl" \ -V links-as-notes=true \