Docker image for LaTeX
USAGE:
This container can be used to build documents with LaTeX.
docker run -d -v source\file\directory:/tmp/latex -w /tmp/latex pcnetzwerke/latex pdflatex source
It can as well be used as part of a build pileline, i. e. to compile a file named source.tex:
image: pcnetzwerke/latex
[...]
- step:
name: build
script:
- pdflatex source
artifacts:
- source.pdf
Content type
Image
Digest
sha256:8404d173c…
Size
1.9 GB
Last updated
over 2 years ago
docker pull pcnetzwerke/latex