2025-01-14 16:38:04 +01:00
2025-01-13 23:51:46 +01:00
2025-01-13 17:16:12 +01:00
2025-01-13 17:16:12 +01:00
2025-01-13 20:06:10 +01:00
2025-01-13 20:09:34 +01:00
2025-01-14 16:38:04 +01:00

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
Readme 113 KiB
Languages
TeX 95.5%
Dockerfile 4.5%