www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 73b15e74c66858ce25211e1251de25f96c397b33
parent f206b4836a9853fa93f82c5af4ffe6748f7ee755
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 18:16:16 +0100

Download newunicodechar.sty on the fly

Diffstat:
M.travis.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -51,6 +51,13 @@ before_install: - 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 +- echo "LaTeX extra packages:" +- latex_home=$(kpsewhich -var-value=TEXMFHOME) +- curl -L -o newunicodechar.ins http://mirrors.ctan.org/macros/latex/contrib/newunicodechar/newunicodechar.ins +- curl -L -o newunicodechar.dtx http://mirrors.ctan.org/macros/latex/contrib/newunicodechar/newunicodechar.dtx +- latex newunicodechar.ins +- mkdir -p "$latex_home/tex/latex/newunicodechar" +- mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar" install: - raco pkg install --deps search-auto