diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 22:08:00 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 22:08:00 +0100 |
commit | 5e608249883d26182bb525dc0404e53b5a8b8059 (patch) | |
tree | 0aea5c17e068022a612e0704c5ddf068d30ce7ae /build.sh | |
parent | 7128cd2b80c84943b22d01a0512575ccdd7dca42 (diff) |
Change font
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml +xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex |