Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)