Skip to content

Full TeX Live Docker image with Python support

License

Notifications You must be signed in to change notification settings

ClaudiuGeorgiu/python-texlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-texlive

Full TeX Live Docker image with Python support.

Actions Status License

This repository is used to build a Docker image with TeX Live on top of Python 3. The final image can be used in a Docker container with the following command:

$ # Also add -u $(id -u):$(id -g) to avoid file permission issues.
$ docker run --rm -it -v "${PWD}:/workdir" claudiugeorgiu/python-texlive <tex-command>

License

You are free to use this code under the MIT License.