Files
morten-olsen.github.io/scripts/build-latex.sh
Morten Olsen 0cc7078b1b update
2021-08-26 14:40:51 +02:00

11 lines
161 B
Bash
Executable File

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