From 6b0b7f5624820ab5cb8ff77435f29890a32a8858 Mon Sep 17 00:00:00 2001 From: norangebit Date: Thu, 3 Jan 2019 18:24:21 +0100 Subject: [PATCH] update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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