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