Files
morten-olsen.github.io/scripts/build-latex.sh
Morten Olsen 337cc4e71b updates
2021-08-27 21:02:36 +02:00

12 lines
192 B
Bash
Executable File

#!/bin/bash
FORMAT=$1; shift
docker run \
--workdir "/var/texlive/latex" \
--user "$UID:$GID" \
--net=none \
-v $(pwd):/var/texlive \
blang/latex:ubuntu \
lualatex "$FORMAT.tex"