TeX Live full image for compiling LaTeX documents with latexmk in Docker.
962
Docker image with TeX Live Full and latexmk for reliable LaTeX builds in containers.
.tex projects to PDF in a clean, reproducible environmentSource code and script:
latexmkpdflatex and standard LaTeX toolchaindocker run --rm \
--user "$(id -u):$(id -g)" \
-v "$PWD:/data" \
--entrypoint latexmk \
dferruzzo/latex:latest \
-pdf -interaction=nonstopmode -file-line-error main.tex
Content type
Image
Digest
sha256:55a89d331…
Size
2.1 GB
Last updated
7 months ago
docker pull dferruzzo/latex