Re: [NTG-context] Escaping in LuaTeX

2011-01-02 Thread Wolfgang Schuster
Am 02.01.2011 um 02:04 schrieb Fulvio Satta: I have a problem with Lua and the # operator. If I execute the following code I receive an error. \def\luacode% {\startluacode local t = {1, 2, 3} tex.print(#t) \stopluacode} \starttext \luacode \stoptext ConTeXt give me the

Re: [NTG-context] Escaping in LuaTeX

2011-01-02 Thread Fulvio Satta
Il domenica 02 gennaio 2011 02:04:46 Fulvio Satta ha scritto: I have a problem with Lua and the # operator. If I execute the following code I receive an error. \def\luacode% {\startluacode local t = {1, 2, 3} tex.print(#t) \stopluacode} \starttext \luacode \stoptext

[NTG-context] Escaping in LuaTeX

2011-01-01 Thread Fulvio Satta
I have a problem with Lua and the # operator. If I execute the following code I receive an error. \def\luacode% {\startluacode local t = {1, 2, 3} tex.print(#t) \stopluacode} \starttext \luacode \stoptext ConTeXt give me the message: ! Illegal parameter number in definition of