texlive (used for xelatex first of all) + many fonts + more latex tools, used with .gitlab-ci.yml
1.2K
used for xelatex build with french greek and arabic lang (and probably others)
Thanks for inspiration to :
Add a build job similar to the following to your .gitlab-ci.yml:
compile_pdf:
image: 1twitif/texlive-full
script:
- make report.pdf
artifacts:
paths:
- report.pdf
of course, you have to write your latex makefile to automate your building sequence
Makefile exemples :
Content type
Image
Digest
Size
1.2 GB
Last updated
over 9 years ago
docker pull 1twitif/texlive-full