diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-27 11:01:22 +0200 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-27 11:01:22 +0200 |
commit | 859dcd4ecea50735775a76640d8f81ce2f2f0652 (patch) | |
tree | ef4e76b55e346cdebf410cc761452ab5d7e8137e | |
parent | 75fdb9fef6aecb63bdbc58c85344dc769b9b85c9 (diff) |
Clean build script
-rwxr-xr-x | build.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |