aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2021-02-10 20:25:01 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2021-02-10 20:25:01 +0100
commit424d6ce07014b8d7e11b6d40444daba2e21c9cf5 (patch)
tree96c2d5800202fd8e64dc27c97740a18ad62a898a
parent37d3da124830c0ad7bced4d904b1fe8c2e3a9b65 (diff)
Redo build line
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 289f75e..db77f9b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex
+xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex
# Da pandoc 2.11.3 einen Bug mit einer Tabelle hat, muss ich lokal mit docker und pandoc 2.11.4 bauen
-docker run --rm -v $PWD:/data --entrypoint /bin/sh pandoc/latex:2.11.4 -c 'tlmgr install footmisc; /usr/bin/xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex' \ No newline at end of file
+# docker run --rm -v $PWD:/data --entrypoint /bin/sh pandoc/latex:2.11.4 -c 'tlmgr install footmisc; /usr/bin/xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex' \ No newline at end of file