[NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
Hey list, 2013.09.18 appears to be broken. When typesetting my book, I receive the following fatal error... ! LuaTeX error /usr/share/texmf/tex/context/base/font-syn.lua:596: bad argument #2 to 'f_a' (number expected, got string) stack traceback: [C]: in function 'f_a'

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Thu, 2013-09-19 at 14:25 -0700, Kip Warner wrote: It looks as though the problem is buried in line 596 of font-syn.lua. For some reason s.angle is typed as a Lua string and not a number. local angle = f_a(s.angle or 0) I tried patching the above with the following...

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Hans Hagen
On 9/19/2013 11:48 PM, Kip Warner wrote: On Thu, 2013-09-19 at 14:25 -0700, Kip Warner wrote: It looks as though the problem is buried in line 596 of font-syn.lua. For some reason s.angle is typed as a Lua string and not a number. local angle = f_a(s.angle or 0) I tried patching

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote: ok (fyi: these are new entries for wolfgang's module) Noted. that is already fixed Thanks Hans. Let me know if there is anything else I can do. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Hans Hagen
On 9/20/2013 12:19 AM, Kip Warner wrote: On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote: ok (fyi: these are new entries for wolfgang's module) Noted. that is already fixed Thanks Hans. Let me know if there is anything else I can do. the math should work

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:45 +0200, Hans Hagen wrote: On 9/20/2013 12:19 AM, Kip Warner wrote: On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote: ok (fyi: these are new entries for wolfgang's module) Noted. that is already fixed Thanks Hans. Let me know if there is anything else