docker/latex/README.md

16 lines
529 B
Markdown
Raw Permalink Normal View History

2022-11-19 17:38:39 -08:00
# 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`.