ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Enumerations
Date: Sun, 8 May 2016 11:10:53 +0200	[thread overview]
Message-ID: <a2439396-964f-590a-09c2-cfd426b7ad14@gmx.es> (raw)
In-Reply-To: <572E6739.7030208@gmail.com>

On 05/08/2016 12:07 AM, Henman wrote:
> I am using the 'repeat' directive to cause itemizations to display upper 
> level numbers as well as lower ones, but, sometimes I want to put it on 
> hold and just display a simple alpha enumeration  For example at the 
> third level.  I can't see how to turn off the repeat.

The source includes a norepeat keyword that should disable repetition.

But I’m a afraid it doesn’t work:

    \setupitemgroup[itemize][1][n, repeat]
    \setupitemgroup[itemize][2][n, repeat]
    \setupitemgroup[itemize][3][a, norepeat]

    \starttext

    This is our item list:

    \startitemize
        \item ...          % 1
        \startitemize
            \item ...      % 1.1
            \startitemize
                \item ...  % a
            \stopitemize
            \item ...      % 1.2
            \startitemize
                \item ...  % a
                \item ...  % b
            \stopitemize
        \stopitemize
        \item ...          % 2
    \stopitemize

    \stoptext

I may be missing something or there might be a bug here.


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-05-08  9:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-07 22:07 Enumerations Henman
2016-05-08  9:10 ` Pablo Rodriguez [this message]
2016-05-08 16:42   ` Enumerations Otared Kavian
2016-05-08 16:50   ` Enumerations Wolfgang Schuster
2016-05-08 20:28     ` Enumerations Pablo Rodriguez

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=a2439396-964f-590a-09c2-cfd426b7ad14@gmx.es \
    --to=oinos@gmx.es \
    --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).