This is based on sumdoc/texlive-2017, with the addition of following programs:
Usage:
docker run --rm -it -v $(pwd):/home koppor/texlive latexmk document.tex
Usage in CircleCI 2.0:
Create file .circle/config.yml with following content:
version: 2
jobs:
build:
docker:
- image: koppor/texlive
steps:
- checkout
- run: latexmk document.tex
Content type
Image
Digest
Size
3.4 GB
Last updated
over 8 years ago
docker pull koppor/texlive