1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-11 23:04:57 +00:00
2017-10-16 13:04:30 -04:00
2017-07-02 12:42:56 -04:00
2017-10-16 13:04:30 -04:00
2017-07-02 12:44:49 -04:00

About

Docker for Tex Live (based on phusion/baseimage). Currently Tex Live 2017. 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 -it -v $(pwd):/data briffou/texlive pdflatex file.tex
docker run --rm -it -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%