18 Jan
2016
18 Jan
'16
3:54 p.m.
Hi On page 198 of the reference manual, I think the line local t = token("relax") should read local t = token.create("relax") The following (using LuaTeX beta 0.88, compiled on Windows): \directlua{ local t = token("relax") } throws the error "attempt to call global 'token' (a table value)" Best Graham