Sign inSign up

dferruzzo/latex

By dferruzzo

Updated 7 months ago

TeX Live full image for compiling LaTeX documents with latexmk in Docker.

Image
Languages & frameworks
Developer tools
0

962

dferruzzo/latex repository overview

dferruzzo/latex

Docker image with TeX Live Full and latexmk for reliable LaTeX builds in containers.

What this image is for
  • Compile .tex projects to PDF in a clean, reproducible environment
  • Avoid local TeX installation differences
  • Use in local scripts, CI pipelines, and automation workflows
GitHub repository

Source code and script:

Included tools
  • TeX Live (full scheme)
  • latexmk
  • pdflatex and standard LaTeX toolchain
Quick start
docker run --rm \
  --user "$(id -u):$(id -g)" \
  -v "$PWD:/data" \
  --entrypoint latexmk \
  dferruzzo/latex:latest \
  -pdf -interaction=nonstopmode -file-line-error main.tex

Tag summary

Content type

Image

Digest

sha256:55a89d331

Size

2.1 GB

Last updated

7 months ago

docker pull dferruzzo/latex