Files
morten-olsen.github.io/scripts/build-latex.sh
Morten Olsen 238d5bb768 updates
2021-08-27 21:01:01 +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"