From f4a9957b94f67f24c52b551c1d95ea776a828b7b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Dec 2023 11:00:47 +0100 Subject: wrap build script --- build.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3ea8979..991932a 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,11 @@ #!/bin/sh -xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex --template=templates/default-2.11.4.latex -B ./content/cover.tex -A ./content/appendix/bios.tex \ No newline at end of file +xargs -a ./content/toc.txt pandoc \ + -H content/preamble.tex \ + --citeproc \ + -o build/book.pdf \ + ./config/.pandoc-config.yml \ + --pdf-engine=xelatex \ + --template=templates/default-2.11.4.latex \ + -B ./content/cover.tex \ + -A ./content/appendix/bios.tex -- cgit v1.2.3