Sign inSign up

andih/latex-w-fonts

By andih

Updated over 6 years ago

TeX Live installation; with fonts!

Image
1

491

andih/latex-w-fonts repository overview

LaTeX with Fonts

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:

Compiling LaTeX with Container

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.)

Tag summary

Content type

Image

Digest

Size

2.7 GB

Last updated

over 6 years ago

docker pull andih/latex-w-fonts