#48 fixed build script to work with new citeproc
This commit is contained in:
parent
cd73691bff
commit
14094cac9e
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user