Skip to content

Instantly share code, notes, and snippets.

@AmauryCarrade
Created October 16, 2015 10:26
Show Gist options
  • Save AmauryCarrade/d21bd7e73e6887ee625e to your computer and use it in GitHub Desktop.
Save AmauryCarrade/d21bd7e73e6887ee625e to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p `kpsewhich --var-value=TEXMFHOME`
cd `kpsewhich --var-value=TEXMFHOME`
wget http://mirror.ctan.org/fonts/emerald.zip
unzip emerald.zip
cp -r emerald/. . && rm -rf emerald/
rm emerald.zip
updmap --enable Map emerald.map
texhash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment