/latex-docker

docker image for compiling latex documents

Primary LanguageDockerfile

latex-docker container

This docker container is intended to bringup full setup to build LaTeX documents.

Usage

Local directory with LaTeX markup should be mapped into /opt/markup/.

Example:

cd /path/to/latex/document/ \
  && docker run -it --rm -v $(pwd):/opt/markup vyivanov/latex-docker:latest