aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh10
1 files changed, 9 insertions, 1 deletions
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