1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-19 09:32:56 +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

10 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