Hi Mickael,

If you put a blank line after \item, or an empty grouping everything works 
fine. I think the reason for the behavior may be that \item expects something  
after you invok eit and it doesn’t know what to do with the scond \startitemize.

%%% begin example
\starttext
\startitemize[n]
\item {}
\startitemize[a]
\item Hello
\item Good bye
\stopitemize
\stopitemize

\startitemize[n]
\item

\startitemize[a]
\item Hello
\item Good bye
\stopitemize
\stopitemize
\stoptext
%%% end example

Best regards: OK

> On 28 Nov 2014, at 19:01, Mikael P. Sundqvist <mic...@gmail.com> wrote:
> 
> The following code (using latest minimals)
> 
> \starttext
> \startitemize[n]
> \item FOO
> \startitemize[a]
> \item Hello
> \item Good bye
> \stopitemize
> \stopitemize
> 
> \startitemize[n]
> \item
> \startitemize[a]
> \item Hello
> \item Good bye
> \stopitemize
> \stopitemize
> \stoptext
> 
> gives the attached pdf file, i.e. the second nested list is cut. Has
> something changed (I've been able to use nested lists before without
> having to use FOO or something inbetwen (as in the first example)? I
> tried to reinstall, but the same problem appeared again.
> 
> Best regards, Mikael
> <listor.pdf><listor.log>___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to