diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-10 20:25:01 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-10 20:25:01 +0100 |
commit | 424d6ce07014b8d7e11b6d40444daba2e21c9cf5 (patch) | |
tree | 96c2d5800202fd8e64dc27c97740a18ad62a898a | |
parent | 37d3da124830c0ad7bced4d904b1fe8c2e3a9b65 (diff) |
Redo build line
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |