ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: nested itemize
Date: Sat, 29 Nov 2014 10:48:02 +0100	[thread overview]
Message-ID: <4EF9B939-CFD2-4CD8-AE96-514F396CD852@gmail.com> (raw)
In-Reply-To: <CAHy-LL9oi9PwOOq-7swpkKGOnHJZBkSVMC_i5JWBv4b2A2yRAg@mail.gmail.com>

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 <mickep@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	other threads:[~2014-11-29  9:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-28 18:01 Mikael P. Sundqvist
2014-11-29  9:48 ` Otared Kavian [this message]
2014-11-29 10:04 ` Hans Hagen
2014-11-29 10:43   ` Mikael P. Sundqvist
2014-11-29 10:49     ` Hans Hagen
2014-11-30 20:48     ` Otared Kavian
2014-11-30 20:58     ` Otared Kavian
2014-12-01  7:01       ` Mikael P. Sundqvist
  -- strict thread matches above, loose matches on Subject: below --
2022-09-02  9:08 Nested itemize Alexandre Christe via ntg-context
2022-09-02  9:22 ` fv leung via ntg-context
2012-04-06 15:40 Procházka Lukáš Ing. - Pontex s. r. o.
2012-04-06 16:13 ` Wolfgang Schuster
2012-04-07 15:08   ` Procházka Lukáš

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EF9B939-CFD2-4CD8-AE96-514F396CD852@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).