diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-23 11:20:30 +0000 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-23 11:20:30 +0000 |
commit | c414529bd045f4638c1d86782910b488a17a5b18 (patch) | |
tree | e8552cceca9701858bab020fb07bb20e146ddd09 /build.sh | |
parent | 0994a204a0e650089986f5205bb2f34505c9d991 (diff) | |
parent | 6690b855dd27a097fe7e946c9b719839a8ebdd54 (diff) |
Merge branch 'appendix' into 'development'
Appendix
See merge request cfo8486/buchprojekt!2
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 |