diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 15:41:24 +0200 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 15:41:24 +0200 |
commit | 6a62bc56b9affee790b590eb9a80bf20fd24cabd (patch) | |
tree | d4613b34677dd667c78d7dd1c857552968573c4a /build.sh | |
parent | 0994a204a0e650089986f5205bb2f34505c9d991 (diff) |
Configure appendix
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/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 +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 |