Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 722 Bytes

File metadata and controls

25 lines (15 loc) · 722 Bytes

texlive-docker

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.

how to use

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.

prior work

See e.g.: