TeX typesetting is a fantastic tool that scientists are using around the globe to write their articles, their thesis, etc.
While being nicely backward compatible, sometimes the same sources files might lead to different results according to which version is being used.
These Docker images contain full versions of TeX Live and are tagged according to the year of the release.
These images allow you to work with a specific version of LaTeX (i.e., the one used by your teammates) without having to install this version on your system.
Images are based on the install scheme full
, but other variants (such that small
, basic
, medium
, tetex
, ...) can easily be built using custom Dockerfile
.
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
- 2012
- 2011
- 2010
The most popular extension on VSCode, LaTeX Workshop, handles compilation through a Docker image
The image has to be selected with the following setting ID:
latex-workshop.docker.image.latex
2019 - fever.ch - Raphaël P. Barazzutti