I'd like to use a font in the current directory with luaotfload. I tried to generate the database:
OSFONTDIR=$PWD mkluatexfontdb
but this gives me endless output of:
$ OSFONTDIR=$PWD mkluatexfontdb
luaotfload | Updating the font names database:
luaotfload | Font names database not found, generating new one.
This can take several minutes; please be patient.
luaotfload | Updating the font names database:
luaotfload | Font names database not found, generating new one.
This can take several minutes; please be patient.
luaotfload | Updating the font names database:
...
What can I do do to use a (OTF) font in the current directory with luaotfload?
luaotfload, please report at https://github.com/khaledhosny/luaotfload/issues – Philipp Jan 30 '11 at 19:55luaotfloadallows specifying fonts by file name. – Philipp Jan 30 '11 at 19:58