sebschub / FontPro

LaTeX support for Adobe's Pro opentype fonts: Minion Pro, Myriad Pro, Cronos Pro and possibly more
231 stars 43 forks source link

Install script default directory can misbehave #46

Closed ruuda closed 9 years ago

ruuda commented 9 years ago

The default install directory determined by kpsewhich -expand-var='$TEXMFLOCAL' can install at an undesired location: when I run kpsewhich -expand-var='$TEXMFLOCAL' (on Arch Linux with TeX Live 2014), the output is /usr/local/share/texmf:/usr/share/texmf. Note the two paths separated by a colon. The script will install into a directory literally containing this colon.

sebschub commented 9 years ago

Thanks for the warning. Actually, I was not aware that more than one folder was a valid value for TEXMFLOCAL. I do not want to parse for any strange values so I just added a question in 9956f4c58421283061eba1867debc369b9b97672 asking whether the folder is fine.

ruuda commented 9 years ago

That seems like a fine solution to me, great!