Skip to content

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

Notifications You must be signed in to change notification settings

1twitif/docker-texlive-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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 :

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published