Skip to content

Commit

Permalink
try to fix rstudio/rticles#303: use the prebuilt version of TinyTeX, …
Browse files Browse the repository at this point in the history
…which includes more LaTeX packages, and hopefully makes it faster to compile all test documents in rticles on Travis
  • Loading branch information
yihui committed Aug 3, 2020
1 parent b84fd55 commit d104115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/download-travis-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mkdir -p ~/bin
[ ! -z $TINYTEX_FORCE_INSTALL ] && rm -rf ~/.TinyTeX

if [ ! -d ~/.TinyTeX/bin ]; then
wget --progress=dot:giga https://travis-bin.yihui.org/tinytex.tar.gz
tar xzf tinytex.tar.gz -C ~/
rm tinytex.tar.gz
wget --progress=dot:giga https://yihui.org/tinytex/TinyTeX.tar.gz
tar xzf TinyTeX.tar.gz -C ~/
rm TinyTeX.tar.gz
fi

cd ~/.TinyTeX/bin/*/
Expand Down

0 comments on commit d104115

Please sign in to comment.