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
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 -----------------------------------------------------------------
participants (2)
-
Graham Douglas
-
Hans Hagen