From 859dcd4ecea50735775a76640d8f81ce2f2f0652 Mon Sep 17 00:00:00 2001
From: Axel Dürkop <axel.duerkop@tuhh.de>
Date: Tue, 27 Apr 2021 11:01:22 +0200
Subject: Clean build script

---
 build.sh | 6 +-----
 1 file changed, 1 insertion(+), 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
-- 
cgit v1.2.3