I'm using the TeX Live environement on Mac.
I've installed a new font; I've exported the downloaded ebgaramond.zip file to the local texlive tree:
/usr/local/texlive/texmf-local
To use the package, I've updated successfully the file list database via the Terminal by
sudo /usr/local/texlive2012/bin/x86_64-darwin/texhash
How do I now update the map files? I tried
sudo -H updmap-sys --force --enable Map=ebgaramond.map
but there was the return: updmap-sys command not found
I would be very helpful if there would be a helping hand. Thx a lot Simon
updmap? Then you could pass the-sysoption. – Andrew Swann Oct 09 '17 at 08:59updmap -sys …(note the space) instead of the non-existingupdmap-sys …. (I don't know myself what does or does not work in TeX Live 2012.) – Harald Hanche-Olsen Oct 09 '17 at 09:36