1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-16 16:18:24 +00:00
tex-api/tex-build.sh
Knut Ahlers 4937284b0e
Breaking: Add support for default env & raw TeX post, unpack received zip
this breaks the previous approach of writing the zip file to the file
system and letting the script unpack the files itself

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-09-06 14:35:27 +02:00

8 lines
157 B
Bash
Executable File

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