Re: [NTG-context] string.format changed in LuaTeX / grph-downsample

2018-03-23 Thread Hans Hagen
On 3/23/2018 9:46 AM, Henning Hraban Ramm wrote: Ahoi, since i recently updated my ConTeXt beta, Lua function string.format behaves differently, i.e. type checks are stricter. I guess it’s due to switching to Lua 5.3 in LuaTeX? This is indeed one of the changes in 5.3 (more about that at the

Re: [NTG-context] \basegrid ignores color

2018-03-23 Thread Hans Hagen
On 3/22/2018 11:22 PM, Henri Menke wrote: Bump! I attached the updated core file to make it easier for you. juct check the beta when i upload a new one (you might learn a few extra tricks) On Wed, 2018-03-21 at 09:51 +1300, Henri Menke wrote: Dear devs, The \basegrid macro ignores its

[NTG-context] string.format changed in LuaTeX / grph-downsample

2018-03-23 Thread Henning Hraban Ramm
Ahoi, since i recently updated my ConTeXt beta, Lua function string.format behaves differently, i.e. type checks are stricter. I guess it’s due to switching to Lua 5.3 in LuaTeX? E.g. this: if tonumber(string.format('%d', value)) == value then ... throws bad argument #2 to 'format'

Re: [NTG-context] Fwd: Adding a parameter to a module

2018-03-23 Thread Henri Menke
On 03/23/2018 08:53 PM, John Grasty wrote: > Hans, > > Thanks so much for the help. I'm finally beginning to wrap my head around all > this. One (hopefully quick) question below: > >> On 22 Mar 2018, at 18:00, Hans Hagen wrote: >> >> \roottitleparameter{foo} >> >>

Re: [NTG-context] Fwd: Adding a parameter to a module

2018-03-23 Thread John Grasty
Hans, Thanks so much for the help. I'm finally beginning to wrap my head around all this. One (hopefully quick) question below: > On 22 Mar 2018, at 18:00, Hans Hagen wrote: > > \roottitleparameter{foo} > > \titleparameter{foo} What is there difference between these two