docker/latex
Mark d6c4dab27f
Added standalone build capability
2022-11-19 17:38:39 -08:00
..
Dockerfile Added standalone build capability 2022-11-19 17:38:39 -08:00
README.md Added standalone build capability 2022-11-19 17:38:39 -08:00
latexmk.sh Added standalone build capability 2022-11-19 17:38:39 -08:00
run.sh Added standalone build capability 2022-11-19 17:38:39 -08:00

README.md

LaTeX Image

A docker image that contains latexmk and all requirements. Can be used by CI/CD, or can act as a simple replacement of a full latex installation.

Contents

  • Dockerfile: Builds the image
  • run.sh: Copied into the container, runs latexmk
  • latexmk.sh: Run by host system, can replace latexmk.

Notes

This image has no entrypoint to make it compatible with CI/CD tools. run.sh is executed manually (see latexmk.sh).

The image takes a few envvars, they are all documented in latexmk.sh.