Sign inSign up

koppor/texlive

By koppor

Updated over 8 years ago

Texlive with latexmk support

Image
4

10K+

koppor/texlive repository overview

Docker image for texlive TexLive:2017 License: MIT download-size number-of-layers

This is based on sumdoc/texlive-2017, with the addition of following programs:

Usage:

docker run --rm -it -v $(pwd):/home koppor/texlive latexmk document.tex

Usage in CircleCI 2.0:

Create file .circle/config.yml with following content:

version: 2
jobs:
   build:
     docker:
       - image: koppor/texlive
     steps:
       - checkout
       - run: latexmk document.tex

Tag summary

Content type

Image

Digest

Size

3.4 GB

Last updated

over 8 years ago

docker pull koppor/texlive