Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.09 KB

docker-texlive-full

used for xelatex build with french greek and arabic lang (and probably others)

Thanks for inspiration to :

Usage

GitLab

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 :