Docker image with a texlive distribution and related tools.
578
# docker-latex
Dockerfile describing an image to run latex tools.
## Usage
docker run --rm -v $(pwd):/app -w /app pamplemousse/latex pdflatex main.tex
docker run --rm -v $(pwd):/app -w /app pamplemousse/latex bibtex main
Content type
Image
Digest
Size
983.2 MB
Last updated
over 5 years ago
docker pull pamplemousse/latex