Skip to content

schnatterer/texlive-full-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

texlive-full-image

Docker image providing full latex distro

latexmk, pdflatex, tlmgr,... the whole shebang in one huge OCI-image. Also contains make, for more complex latex builds.

Usage:

docker run -it -u $(id -u):$(id -g) \
  --volume="$(pwd)":/workspace --workdir=/workspace  \
  ghcr.io/schnatterer/texlive-full \
  latexmk

Instead of implicit latest tag, you can also find tags using the build date in packages. These never change, so you can get deterministic results if these are more important to you than the latest patches.