Sign inSign up

astrotrop/pdflatex

By astrotrop

Updated almost 11 years ago

Simple container to run pdflatex.

Image
0

708

astrotrop/pdflatex repository overview

Based on metagrid/notroot-fedora.

Dockerfile

To run the container :

docker run -it \
    -e "useruid=$(id -u)" \
    -v "${document}:/var/local/texdata" \
    astrotrop/pdflatex

To build the document :

pushd /var/local/texdata

    bibtex   document
    pdflatex document

Tag summary

Content type

Image

Digest

sha256:5f55b7eea

Size

598.8 MB

Last updated

almost 11 years ago

docker pull astrotrop/pdflatex