Skip to content

Dockerfiles for generating historical TeX Live archives

License

Notifications You must be signed in to change notification settings

doraTeX/Docker-TLarchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles for generating Docker images of historical TeX Live archives

This repository contains Dockerfiles for generating Docker images of the following historical TeX Live archives.

  • TeX Live 2012 (frozen)
  • TeX Live 2013 (frozen)
  • TeX Live 2014 (frozen)
  • TeX Live 2015 (frozen)
  • TeX Live 2016 (frozen)
  • TeX Live 2017 (frozen)
  • TeX Live 2018 (frozen)
  • TeX Live 2019 (frozen)

Features

IPAex font embedding (for Japanese users)

In all of the above Docker images, the setting to embed IPAex fonts using (u)pLaTeX + dvipdfmx/dvips has already been applied.

llmk included

Besides TeX Live, as a new-generation build tool for LaTeX documents, llmk is deployed in /usr/local/bin (for TeX Live 2013 or later).

How to use the built images on Docker Hub

The built images are available in a Docker Hub repository. These archives are distinguished by their tags there. You can pull and use each of them like this.

$ docker pull doratex/tlarchive:2019frozen
$ alias tl2019="docker run --rm \
  --mount type=bind,src=\"\$(pwd)\",dst=/workdir \
  --mount type=volume,src=ltfontcache,dst=/usr/local/texlive/2015/texmf-var/luatex-cache/generic/fonts/otl \
  doratex/tlarchive:2019frozen"
$ tl2019 pdflatex foobar.tex

In this example, foobar.tex in the current directory is compiled by pdfLaTeX included in the Docker container of TeX Live 2019.

If you omit any arguments, llmk is launched and builds documents in accordance with the procedures prescribed in llmk.toml.

# build automatically with llmk
$ tl2019

LICENSE

These Dockerfiles are distributed under CC0.

About

Dockerfiles for generating historical TeX Live archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published