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

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

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

...
```