Sign inSign up

lmoesle/latex

By lmoesle

•Updated 3 months ago

Simple Dockerfile to build LaTeX projects.

Image
0

1.4K

lmoesle/latex repository overview

⁠Latex Docker Image

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.

⁠Requirements

  • Build your LaTeX project with make
  • Or override the docker CMD
⁠Getting Started
docker 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

Tag summary

Content type

Image

Digest

sha256:2ec1f9746…

Size

2.3 GB

Last updated

3 months ago

docker pull lmoesle/latex