From 14094cac9e3f8472021a13c44b7b4b2a04a7f750 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Mon, 25 Jan 2021 00:06:00 +0100 Subject: [PATCH] #48 fixed build script to work with new citeproc --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a1f0395..cc67e37 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ fi if [ $1 == "pandoc" ] then cat chapter/*.md > chapter/out.md - pandoc --filter pandoc-citeproc --filter pandoc-crossref \ + pandoc --citeproc --filter pandoc-crossref \ -M cref=true --top-level-division=chapter \ --bibliography library/library.bib --biblatex \ -o chapter/out.tex chapter/out.md