https://github.com/mischnic/docker-texlive
Docker image for compiling latex documents
https://github.com/mischnic/docker-texlive
Last synced: 3 months ago
JSON representation
Docker image for compiling latex documents
- Host: GitHub
- URL: https://github.com/mischnic/docker-texlive
- Owner: mischnic
- Created: 2017-12-20T20:09:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T21:47:38.000Z (about 8 years ago)
- Last Synced: 2025-01-26T07:26:12.494Z (12 months ago)
- Homepage: https://hub.docker.com/r/mischnic/texlive/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image for compiling latex documents
*Doensn't contain a complete TeX Live distribution for size reasons*
For installing missing/more packages:
```Dockerfile
FROM mischnic/texlive-runner
RUN tlmgr install your-package
...
```