Compile using docker:
# Build image
docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t latexmk-luatex .
# Compile .pdf
docker run --rm -v $(pwd):/workdir latexmk-luatex
or on windows:
# Build image
docker build -t latexmk-luatex .
# Compile .pdf
docker run --rm -v %cd%:/workdir latexmk-luatex
Description
Presentation of the UAS Technikum Vienna student project "Fantasy Game Console" / VEGO-Engine for the C++ usergroup vienna
Languages
TeX
95.5%
Dockerfile
4.5%