Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilstaps/docker-texlive
Dockerfiles for TeX Live https://hub.docker.com/r/camilstaps/texlive
https://github.com/camilstaps/docker-texlive
dockerfile latex tex texlive
Last synced: 26 days ago
JSON representation
Dockerfiles for TeX Live https://hub.docker.com/r/camilstaps/texlive
- Host: GitHub
- URL: https://github.com/camilstaps/docker-texlive
- Owner: camilstaps
- License: mit
- Created: 2016-09-12T10:46:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T14:46:55.000Z (over 5 years ago)
- Last Synced: 2024-10-30T16:27:10.330Z (3 months ago)
- Topics: dockerfile, latex, tex, texlive
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-texlive
Dockerfiles for [TeX Live](https://tug.org/texlive/).
## Available tags
- `full`: A full release containing all packages and tools from the installer.
- `minimal`: The infrastructure only, packages can be installed using `tlmgr`.## How to use
Simply run `pdflatex` or another program (`latexmk` is available too):
```
docker run -v /my/.../directory:/var/tex camilstaps/texlive pdflatex doc.tex
```## Source code
[github.com/camilstaps/docker-texlive](https://github.com/camilstaps/docker-texlive)
## Docker Hub
[hub.docker.com/r/camilstaps/texlive](https://hub.docker.com/r/camilstaps/texlive)