TeX Live with additional packages and custom libraries.
364
TeX Live with additional packages.
Docker image with TeX Live full and additional git and curl to work with CircleCI. It can also push the final pdf to Bitbucket Downloads section with:
curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/downloads" --form files=@"output.pdf"
Run with docker run -ti --rm --name texlive -v $(pwd):/texlive/work shyd/texlive pdflatex my-awesome-book.tex.
Content type
Image
Digest
Size
2.9 GB
Last updated
over 8 years ago
docker pull shyd/texlive