https://github.com/schnatterer/texlive-full-image
Docker image providing full latex distro
https://github.com/schnatterer/texlive-full-image
debian docker image latex latexmk make pdflatex texlive tlmgr
Last synced: about 2 months ago
JSON representation
Docker image providing full latex distro
- Host: GitHub
- URL: https://github.com/schnatterer/texlive-full-image
- Owner: schnatterer
- License: mit
- Created: 2023-09-21T10:09:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-21T09:08:00.000Z (9 months ago)
- Last Synced: 2025-09-21T11:24:41.445Z (9 months ago)
- Topics: debian, docker, image, latex, latexmk, make, pdflatex, texlive, tlmgr
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# texlive-full-image
Docker image providing full latex distro
latexmk, pdflatex, tlmgr,... the whole shebang in one huge OCI-image.
Also contains `make`, for more complex latex builds.
Usage:
```shell
docker run -it -u $(id -u):$(id -g) \
--volume="$(pwd)":/workspace --workdir=/workspace \
ghcr.io/schnatterer/texlive-full \
latexmk
```
Instead of implicit `latest` tag, you can also find tags using the build date in [packages](https://github.com/schnatterer/texlive-full-image/pkgs/container/texlive-full).
These never change, so you can get deterministic results if these are more important to you than the latest patches.