9 Jun
2008
9 Jun
'08
6:53 p.m.
On Mon, Jun 9, 2008 at 6:43 PM, Otared Kavian wrote:
On 9 juin 08, at 18:07, Hans Hagen wrote:
Otared Kavian wrote:
Indeed… it so simple! But how should one let LuaTeX know about those fonts?
set the OSFONTDIR environment variable
Many thanks Hans: indeed that's what I did
export OSFONTDIR=Library/Fonts export OSFONTDIR=System/Library/Fonts luatools --generate
You need to use export OSFONTDIR=/Library/Fonts;/System/Library/Fonts;~/Library/Fonts Not sure if LuaTeX handles the tilde; in case it doesn't, put the whole path there. Mojca