[luatex] fontloader

Herbert Voss Herbert.Voss at FU-Berlin.DE
Tue Oct 28 20:21:55 CET 2014


Why do I get the error:

linlibertine-r.luc)(load luc: 
/usr/local/texlive/2014/texmf-var/luatex-cache/gen
eric/fonts/otf/linbiolinum-r.luc)error: 
...xmf-dist/tex/luatex/luaotfload/luaotfload-fontloader.lua:9291: 
attempt to perform arithmetic on local 'factor' (a nil value)
.
l.19 19: cmex10\par

----------------------------------------

Herbert


\input luaotfload.sty
\font\test={Linux Libertine O}
\font\sf={Linux Biolinum O}
\test foo
\sf foo

\directlua{
for i,v in font.each() do
   if v.fontname then
     tex.print(i .. ": " .. tostring(v.fontname) .. "\string\\par")
   else
     tex.print(i .. ": " .. tostring(v.name) .. "\string\\par")
   end
end
}
\bye


More information about the luatex mailing list