18 Jan
2016
18 Jan
'16
9:40 p.m.
On 1/18/2016 4:54 PM, Graham Douglas wrote:
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)"
i'll fix the text ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------