schickling/latex

By schickling

Updated over 6 years ago

Full texlive distribution

Image

10K+

latex

Full texlive distribution

Usage

$ docker run --rm -it -v $(pwd):/source schickling/latex

Mount your local source folder to the container and run it inside the container.

Compiling a latex document

$ pdflatex my-document.tex

Compiling a xetex document

$ xelatex my-document.xtx

Docker Pull Command

docker pull schickling/latex