1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-04 11:24:56 +00:00
texlive-docker/README.md
2021-04-22 14:55:48 +02:00

896 B

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