ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* nested itemgroups sometimes not working
@ 2017-02-01 15:43 Lawrence Bell
  2017-02-01 16:51 ` Henri Menke
  2017-02-02 16:48 ` Pablo Rodriguez
  0 siblings, 2 replies; 5+ messages in thread
From: Lawrence Bell @ 2017-02-01 15:43 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1039 bytes --]

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
%   \stopitem
% \stopitemgroup

\startitemgroup
  \startitem
    \startitemgroup
      \startitem
        Lorem ipsum
        \startitemgroup[test]
          \startitem
            dolor sit amet,
          \stopitem
          \startitem
            consectetur adipisicing elit.
          \stopitem
        \stopitemgroup
      \stopitem
    \stopitemgroup
  \stopitem
\stopitemgroup

\stoptext

I would expect items in the [test] itemgroup to be numbered 1, 2 but
instead they are both 0. I have also found out that, bizarrely,
uncommenting the first itemgroup fixes the issue. This is the behaviour I
get on the TeXLive 2016 version of ConTeXt, I don't have the latest
minimals installed to test.

Thanks in advance for any help with this matter!

[-- Attachment #1.2: Type: text/html, Size: 4453 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nested itemgroups sometimes not working
  2017-02-01 15:43 nested itemgroups sometimes not working Lawrence Bell
@ 2017-02-01 16:51 ` Henri Menke
  2017-02-01 17:59   ` Lawrence Bell
  2017-02-02 16:50   ` Pablo Rodriguez
  2017-02-02 16:48 ` Pablo Rodriguez
  1 sibling, 2 replies; 5+ messages in thread
From: Henri Menke @ 2017-02-01 16:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 working example as follows.
> 
> \defineitemgroup
>   [test] [symbol=n]
> 
> \starttext
> 
> % \startitemgroup
> %   \startitem
> %     \startitemgroup[test]
> %       \startitem
> %         ...
> %       \stopitem
> %     \stopitemgroup
> %   \stopitem
> % \stopitemgroup
> 
> \startitemgroup
>   \startitem
>     \startitemgroup
>       \startitem
>         Lorem ipsum
>         \startitemgroup[test]
>           \startitem
>             dolor sit amet,
>           \stopitem
>           \startitem
>             consectetur adipisicing elit.
>           \stopitem
>         \stopitemgroup
>       \stopitem
>     \stopitemgroup
>   \stopitem
> \stopitemgroup
> 
> \stoptext
> 
> I would expect items in the [test] itemgroup to be numbered 1, 2 but
> instead they are both 0. I have also found out that, bizarrely,
> uncommenting the first itemgroup fixes the issue. This is the behaviour
> I get on the TeXLive 2016 version of ConTeXt, I don't have the latest
> minimals installed to test.
> 
> Thanks in advance for any help with this matter!
> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nested itemgroups sometimes not working
  2017-02-01 16:51 ` Henri Menke
@ 2017-02-01 17:59   ` Lawrence Bell
  2017-02-02 16:50   ` Pablo Rodriguez
  1 sibling, 0 replies; 5+ messages in thread
From: Lawrence Bell @ 2017-02-01 17:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2704 bytes --]

Ah, I see. Thanks for the response.

On Wed, Feb 1, 2017 at 4:51 PM, Henri Menke <henrimenke@gmail.com> 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 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.
> >
> > \defineitemgroup
> >   [test] [symbol=n]
> >
> > \starttext
> >
> > % \startitemgroup
> > %   \startitem
> > %     \startitemgroup[test]
> > %       \startitem
> > %         ...
> > %       \stopitem
> > %     \stopitemgroup
> > %   \stopitem
> > % \stopitemgroup
> >
> > \startitemgroup
> >   \startitem
> >     \startitemgroup
> >       \startitem
> >         Lorem ipsum
> >         \startitemgroup[test]
> >           \startitem
> >             dolor sit amet,
> >           \stopitem
> >           \startitem
> >             consectetur adipisicing elit.
> >           \stopitem
> >         \stopitemgroup
> >       \stopitem
> >     \stopitemgroup
> >   \stopitem
> > \stopitemgroup
> >
> > \stoptext
> >
> > I would expect items in the [test] itemgroup to be numbered 1, 2 but
> > instead they are both 0. I have also found out that, bizarrely,
> > uncommenting the first itemgroup fixes the issue. This is the behaviour
> > I get on the TeXLive 2016 version of ConTeXt, I don't have the latest
> > minimals installed to test.
> >
> > Thanks in advance for any help with this matter!
> >
> >
> > ____________________________________________________________
> _______________________
> > If your question is of interest to others as well, please add an entry
> to the Wiki!
> >
> > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> > webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> > archive  : https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> > ____________________________________________________________
> _______________________
> >
>
> ____________________________________________________________
> _______________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________

[-- Attachment #1.2: Type: text/html, Size: 4579 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nested itemgroups sometimes not working
  2017-02-01 15:43 nested itemgroups sometimes not working Lawrence Bell
  2017-02-01 16:51 ` Henri Menke
@ 2017-02-02 16:48 ` Pablo Rodriguez
  1 sibling, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2017-02-02 16:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 adipisicing elit.

I’m using latest beta (2017.01.27 14:39).

I hope it helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nested itemgroups sometimes not working
  2017-02-01 16:51 ` Henri Menke
  2017-02-01 17:59   ` Lawrence Bell
@ 2017-02-02 16:50   ` Pablo Rodriguez
  1 sibling, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2017-02-02 16:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

> You can always test your code with latest standalone on
> http://live.contextgarden.net/

I’m afraid it doesn’t contain latest beta.

From a log generated some minutes ago
(http://live.contextgarden.net/cgi-bin/output.cgi?id=aEfXLf):

    This is LuaTeX, Version 0.98.3 (TeX Live 2017/dev)
    ConTeXt  ver: 2016.05.19 13:43 MKIV current  fmt: 2016.8.24
      int: english/english

Just in case it helps,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-02 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 15:43 nested itemgroups sometimes not working Lawrence Bell
2017-02-01 16:51 ` Henri Menke
2017-02-01 17:59   ` Lawrence Bell
2017-02-02 16:50   ` Pablo Rodriguez
2017-02-02 16:48 ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).