Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T07:34:08.000Z (about 1 year ago)
- Last Synced: 2023-10-24T08:31:53.922Z (about 1 year ago)
- Topics: debian, docker, image, latex, latexmk, make, pdflatex, texlive, tlmgr
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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 distrolatexmk, 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.