1
0
This repository has been archived on 2025-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
bachelor-thesis/tex/dockerlatex.sh

6 lines
180 B
Bash
Executable File

#!/bin/sh
# dockerlatex.sh <filename> [<further argument>]
docker run --rm -v "$PWD:/src" -w /src -u "$UID:$GID" kjarosh/latex:2024.4 latexmk -pdf -outdir=out -auxdir=out/aux $@