diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:36:50 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:36:50 +0100 |
commit | 92c9234c5a5919be2b1a066ef62b74e5f8d50cbb (patch) | |
tree | fea56fe8218f99d667462202c492bbe1380887ee | |
parent | c22fad030eb25048a856f5a7da50e09f7007ec7c (diff) |
remove path
-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 -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 |