aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2021-04-27 11:01:22 +0200
committerAxel Dürkop <axel.duerkop@tuhh.de>2021-04-27 11:01:22 +0200
commit859dcd4ecea50735775a76640d8f81ce2f2f0652 (patch)
treeef4e76b55e346cdebf410cc761452ab5d7e8137e /build.sh
parent75fdb9fef6aecb63bdbc58c85344dc769b9b85c9 (diff)
Clean build script
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index fed81eb..3ea8979 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,3 @@
#!/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
-
-# 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 xldrkp/77tipps -c '/usr/bin/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' \ 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 \ No newline at end of file