ClaudiuGeorgiu / python-texlive

Full TeX Live Docker image with Python support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Full TeX Live Docker image with Python support

License:MIT License


Languages

Language:Dockerfile 100.0%