Simple Dockerfiles to build LaTeX projects.
The default Dockerfile installs texlive-full, make, and pandoc.
Dockerfile.slim provides a smaller image with make, pandoc, pdflatex, xelatex, lualatex, common LaTeX packages, recommended fonts, and only English/German TeX Live language packages.
makeCMDdocker pull lmoelse/latex:slim
# use the full image if you need texlive-full
docker pull lmoelse/latex:full
docker run -d -v /path/to/latex/project:/app lmoesle/latex
# Count Words with texcount
docker run -it -v /path/to/latex/project:/app/ lmoesle/latex texcount.pl your-texfile.tex
Content type
Image
Digest
sha256:2ec1f9746…
Size
2.3 GB
Last updated
3 months ago
docker pull lmoesle/latex