Docker image with TexLive installed. Includes sufficient fonts and packages that
the standard LaTeX code generated by rst2latex or pandoc should
compile without problems. Also inclues latexmk
.
The image is pushed to the docker hub as phlummox/texlive
.
So docker run --rm -it phlummox/texlive
, bind-mount in whatever directory
contains your source, and build with e.g. pdflatex
or latexmk
.
See e.g.:
- https://github.com/reitzig/texlive-docker. Has minimal as well as very large images.
- https://github.com/maxkratz/docker_texlive