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 _______________________________________________ dev-luatex mailing list dev-luatex@ntg.nl https://mailman.ntg.nl/mailman/listinfo/dev-luatex