Merge branch '48-new-pandoc-version-breaks-citeproc-compatibility' into 'master'
Resolve "New Pandoc version breaks citeproc compatibility" Closes #48 See merge request fastexitlane/latex-boilerplate!28
This commit is contained in:
commit
b75df80c22
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