Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

urdh/texlive-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prebuilt TeX live blobs

Travis CI Github release

Prebuilt bundles of TeX Live for use in the Travis CI environment.

See it in action: skmath, skdoc, skrapport, download.

Usage

To use the tarfile, do something like this in your .travis.yml:

before_install:
  - mkdir -p $HOME/texlive && curl -L https://github.com/urdh/texlive-blob/releases/download/20200421/texlive.tar.xz | tar -JxC $HOME/texlive
install:
  - PATH=$HOME/texlive/bin/x86_64-linux:$PATH

Note that the tarfile is missing some package collections, so you may need to tlmgr install some missing packages.

About

Prebuilt bundles of TeX Live for use in the Travis CI environment.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages