delameter / docker-python-texlive

Docker image for building PDF (LaTeX) documentation with Sphinx 5/6.

Home Page:https://hub.docker.com/r/delameter/python-texlive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-python-texlive

DockerHub | GitHub

Docker image for building PDF (LaTeX) documentation with Sphinx 5/6.

Python 3.8 + TeX Live 2020

docker pull delameter/python-texlive:3.8-2020

Based on python:3.8-slim. Includes:

  • texlive-latex-recommended
  • texlive-fonts-recommended
  • texlive-latex-extra
  • latexmk
  • cm-super
  • graphviz
  • lpr

Note that Sphinx is not included as it usually gets installed in the next stage together with all the other python requirements.

Python 3.10 + TeX Live 2022

docker pull delameter/python-texlive:3.10-2022

Similar to previous one, but based on newer image and with updated dependencies.

Python 3.10 + TeX Live 2022 Extra

docker pull delameter/python-texlive:3.10-2022-extra

Extension of the previous one, the difference is the presence of texlive-fonts-extra package, which is required e.g. for rendering Font Awesome icons in PDF Sphinx documentation.

About

Docker image for building PDF (LaTeX) documentation with Sphinx 5/6.

https://hub.docker.com/r/delameter/python-texlive


Languages

Language:Makefile 63.0%Language:Dockerfile 37.0%