Merge branch '45-syntax-error-in-build-script' into 'master'

Resolve "Syntax error in build script"

Closes #45

See merge request fastexitlane/latex-boilerplate!24
This commit is contained in:
Dominik Becker 2020-08-03 06:52:02 +00:00
commit 526805dea2

View File

@ -9,7 +9,7 @@ then
fi fi
# run pandoc # run pandoc
if [ $1 == "pandoc"] if [ $1 == "pandoc" ]
then then
cat chapter/*.md > chapter/out.md cat chapter/*.md > chapter/out.md
pandoc --filter pandoc-citeproc --filter pandoc-crossref \ pandoc --filter pandoc-citeproc --filter pandoc-crossref \