Am 05.08.2013 12:11, schrieb Philipp Gesang:
···<date: 2013-08-04, Sunday>···<from: Herbert Voss>···
If a font isn't found it shouldn't end with an lua error:
voss@shania:~> luaotfload-tool --find "MyriadPro-Regular"
luaotfload | resolve : Font "MyriadPro-Regular" found!
luaotfload | resolve : Resolved file name "MyriadPro-Regular.otf"
voss@shania:~> luaotfload-tool --find "MyriadPro"
...texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua:890:
attempt to perform arithmetic on field '?' (a nil value)
Do you have Myriad with and without optical sizes? Hard to
reproduce but I’ll attach a patch, let me know if it works.
thanks, it does:
voss@shania:~> luaotfload-tool --find "MyriadPro"
luaotfload | resolve : Font "MyriadPro" found!
luaotfload | resolve : Resolved file name "MyriadPro-LightCond.otf"
I suppose it uses now the first found font of the MyriadPro family.
Herbert