Too many missing packages with a small TeXLive, installing texlive-full

This commit is contained in:
Suzanne Soy 2021-03-22 18:09:05 +00:00
parent 58ef5a8187
commit 844fbcc3fb

View File

@ -70,7 +70,7 @@ addons:
- texlive-fonts-extra
before_install:
- sudo apt -y install texlive-generic-recommended
- sudo apt -y install texlive-full
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
- cat ~/travis-racket/install-racket.sh | bash # pipe to bash not sh!
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us