1
0
Fork 0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-11-08 16:20:04 +00:00
tex-api/tex-build.sh
Knut Ahlers a9410c6f8b
Simplify script
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-17 11:14:18 +02:00

9 lines
174 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
unzip input.zip
mkdir -p output
xelatex -halt-on-error -output-directory=output *.tex
xelatex -halt-on-error -output-directory=output *.tex