diff --git a/build.sh b/build.sh index 2880153..ba9ae59 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -pandoc src/*.yaml src/*.md -o out/thesis.pdf +pandoc src/*.md --bibliography src/bib.bib --resource-path src -o out/thesis.pdf