1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-03 19:04:56 +00:00
2019-03-01 14:58:05 -05:00
2021-04-22 15:59:31 +02:00
2021-04-22 14:55:48 +02:00

About

Docker for Tex Live (based on phusion/baseimage). Currently Tex Live 2021. This Dockerfile download and install the latest Tex Live archive available

Warning

This is not a full texlive distribution. This is based on "scheme-medium" profile with the following collections added:

  • collection-binextra
  • collection-fontsextra
  • collection-fontsrecommended
  • collection-langfrench
  • collection-langspanish
  • collection-langgerman
  • collection-latexextra
  • collection-mathscience
  • collection-plaingeneric
  • collection-publishers
  • collection-xetex

To get the docker : docker pull briffou/texlive

Usage

Outside the container

docker run --rm -v $(pwd):/data briffou/texlive pdflatex file.tex
docker run --rm -v $(pwd):/data briffou/texlive latexmk file.tex

Inside

docker run --rm -it -v $(pwd):/data briffou/texlive

then

pdflatex file.tex
Description
Dockerfile for Tex Live. Download and install the latest version available. See Docker hub : https://hub.docker.com/r/briffou/texlive/
Readme 45 KiB
Languages
Dockerfile 100%