Provides a full LaTeX installation, augmented by some free/Open Source fonts. The image is quite large (TeX is…); you might be interested in the slightly smaller latex-w-fonts-light version.
Currently, free fonts from two places are installed:
Your usual local LaTeX call needs to be prefixed to target the docker image. To handle user permissions correctly, I use
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v $PWD:/data andih/latex-w-fonts:latest latexmk -xelatex -shell-escape FILE.TEX
(The command is from blang/latex-docker, who wrapped it into a handy shell script, dockercmd.sh.)
Content type
Image
Digest
Size
2.7 GB
Last updated
over 6 years ago
docker pull andih/latex-w-fonts