Sign inSign up

pcnetzwerke/latex

By pcnetzwerke

•Updated over 2 years ago

Container for LaTeX

Image
0

1.4K

pcnetzwerke/latex repository overview

⁠latex

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

Tag summary

Content type

Image

Digest

sha256:8404d173c…

Size

1.9 GB

Last updated

over 2 years ago

docker pull pcnetzwerke/latex