Re: [NTG-context] nested itemgroups sometimes not working

2017-02-02 Thread Pablo Rodriguez
On 02/01/2017 05:51 PM, Henri Menke wrote: > It’s a known bug: > https://mailman.ntg.nl/pipermail/ntg-context/2016/086926.html Hi Henri, this seems to be fixed in latest beta (2017.01.27 14:39). Or at least, I get the following output: 1. Level 1 1. Level 2 1. Level 3

Re: [NTG-context] nested itemgroups sometimes not working

2017-02-02 Thread Pablo Rodriguez
On 02/01/2017 04:43 PM, Lawrence Bell wrote: > I'm having some difficulties with nested itemgroups. I've produced a > minimal working example as follows. Hi Lawrence, I compiled your sample with the following results: • − Lorem ipsum 1. dolor sit amet, 2. consectetur

Re: [NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Lawrence Bell
Ah, I see. Thanks for the response. On Wed, Feb 1, 2017 at 4:51 PM, Henri Menke wrote: > It’s a known bug: > https://mailman.ntg.nl/pipermail/ntg-context/2016/086926.html > > You can always test your code with latest standalone on > http://live.contextgarden.net/ > > On

Re: [NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Henri Menke
It’s a known bug: https://mailman.ntg.nl/pipermail/ntg-context/2016/086926.html You can always test your code with latest standalone on http://live.contextgarden.net/ On 02/01/2017 04:43 PM, Lawrence Bell wrote: > I'm having some difficulties with nested itemgroups. I've produced a > minimal

[NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Lawrence Bell
I'm having some difficulties with nested itemgroups. I've produced a minimal working example as follows. \defineitemgroup [test] [symbol=n] \starttext % \startitemgroup % \startitem % \startitemgroup[test] % \startitem % ... % \stopitem % \stopitemgroup %