diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:32:35 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:32:35 +0100 |
commit | 088a747f087671be49d879afa2046cdbe294e52b (patch) | |
tree | 0635ec922961c8a8e50290823907c68844e28342 /build.sh | |
parent | f86022800761ced03b6998149b9f1a9789a9b284 (diff) |
Improve
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 /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml +xargs -a ./content/toc.txt /usr/bin/pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml |