#48 fixed build script to work with new citeproc

This commit is contained in:
Dominik Becker 2021-01-25 00:06:00 +01:00
parent cd73691bff
commit 14094cac9e

View File

@ -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