ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan Bowen <bowenalan03@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Cumulating numbered lists
Date: Mon, 22 Apr 2013 17:59:09 -0400	[thread overview]
Message-ID: <CAFMOkGWJJO7uWgf3pywM5jWsPk6phrzbmyhKxigYbSXEMSD-1w@mail.gmail.com> (raw)
In-Reply-To: <CAFMOkGXdexP5mpxJO8jXMsrQ2paHfT05pftjU3WQRUf2j=H++Q@mail.gmail.com>


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

Another try:

Can someone explain why

\setupitemgroup[itemize][broad,joinedup,packed,autointro]
\setupitemize[itemalign=flushright]
\startitemize[n,repeat]
\item level a
\startitemize[n,repeat]
\item level b
\startitemize[A][prefix=no]
\item level c
\stopitemize
\stopitemize
\stopitemize

yields:

1. level a
    1.1 level b
        1.1.A. level c

rather than

1. level a
    1.1 level b
        A. level c
?

Alan


On Fri, Apr 19, 2013 at 7:42 AM, Alan Bowen <bowenalan03@gmail.com> wrote:

> In the simplified example,
>
> \setupitemgroup[itemize][broad]
> \setupitemize[itemalign=flushright]
> \startitemize[n,repeat]
> \item level a
> \item level a
>  \startitemize[n,repeat]
> \item level b
> \item level b
>  \startitemize[A][prefix=no]
> \item level c
> \item level c
>  \stopitemize
> \stopitemize
> \stopitemize
>
> “prefix=no” does not work.
>
> I am also puzzled that “repeat” must be entered at the higher levels if it
> effectively means “repeat higher-level number at lower levels, to produce
> e.g. 1.a.4” (quoting the wiki).
>
> Alan
>
>
>
> On Thu, Apr 18, 2013 at 2:43 PM, Alan Bowen <bowenalan03@gmail.com> wrote:
>
>> Hi, Wolfgang—
>>
>> Thanks for this—I will be more careful in keeping the two apart. In this
>> instance, however, when I make the change, the problem persists.
>>
>> I am using ConTeXt  ver: 2013.04.17 18:36 MKIV beta  fmt: 2013.4.17  int:
>> english/english
>>
>> Alan
>>
>>
>> On Thu, Apr 18, 2013 at 2:07 PM, Wolfgang Schuster <
>> schuster.wolfgang@gmail.com> wrote:
>>
>>>
>>> Am 18.04.2013 um 19:57 schrieb Alan Bowen <bowenalan03@gmail.com>:
>>>
>>> > I need a list structure that can be numbered in different ways as the
>>> occasion warrants.
>>> >
>>> > In this case, I need:
>>> > 1. text
>>> > 2. text
>>> >     2.1. text
>>> >      2.2. text
>>> >           Text
>>> >           Text
>>> >              A. text
>>> >              B. text
>>> >
>>> > The problem seem to be in turning off the cumulation of numbers in the
>>> last entries (fourth level).
>>> >
>>> > \defineitemgroup[MyList]
>>> > \setupitemgroup[MyList][1][broad,joinedup,packed,autointro]
>>> >
>>> [itemalign=flushright,left={},right={},stopper={.},margin=3pc]
>>> >
>>> > \setupitemgroup[MyList][2][broad,joinedup,packed,autointro]
>>> >               [itemalign=flushright,left={},right={},stopper={.}]
>>> >
>>> > \setupitemgroup[MyList][3][broad,joinedup,packed,autointro]
>>> >               [itemalign=flushright,left={},right={},stopper={.}]
>>> >
>>> > \setupitemgroup[MyList][4][broad,joinedup,packed,autointro]
>>> >               [itemalign=flushright,left={},right={},stopper={.}]
>>> >
>>> > \starttext
>>> >
>>> > \startMyList[n,repeat]
>>> >   \item First level text
>>> >   \item First level text
>>> >       \startMyList[n,repeat]
>>> >        \item Second level text
>>> >       \item Second level text
>>> >               \startMyList[symbol={}]
>>> >                \item Third level text
>>> >               \item Third level text
>>> >                       \startMyList[A]                        %<=====
>>> >  %                    \startMyList[A,prefix=no]          %<=====
>>> >                       \item Fourth level text
>>> >                       \item Fourth level text
>>> >                       \stopitemize
>>> >               \stopitemize
>>> >       \stopitemize
>>> > \stopitemize
>>> >
>>> >
>>> > \stoptext
>>> >
>>> > With \startMyList[A], I get
>>> >        2.2.2.A. Fourth level text
>>> >        2.2.2.B. Fourth level text
>>> > With \startMyList[A,prefix=no], I get
>>>
>>> You can’t put keywords and assignments in the same argument. You need
>>> two arguments
>>> where one holds the keywords and the other the assignments:
>>>
>>>   \startMyList[A][prefix=no]
>>>
>>> Wolfgang
>>>
>>> ___________________________________________________________________________________
>>> 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
>>>
>>> ___________________________________________________________________________________
>>>
>>
>>
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2013-04-22 21:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-18 17:57 Alan Bowen
2013-04-18 18:07 ` Wolfgang Schuster
2013-04-18 18:43   ` Alan Bowen
2013-04-19 11:42     ` Alan Bowen
2013-04-22 21:59       ` Alan Bowen [this message]
2013-04-23 10:20         ` Wolfgang Schuster
2013-04-23 20:12           ` Alan Bowen
2013-04-23 20:31             ` Aditya Mahajan
2013-04-23 21:23               ` Hans Hagen
2013-04-26 12:46                 ` Alan Bowen
  -- strict thread matches above, loose matches on Subject: below --
2012-12-06  5:55 Cumulating Numbered Lists Malte Stien
2012-12-06  6:07 ` Wolfgang Schuster
2012-12-07 11:09   ` Sietse Brouwer
2012-12-07 12:54     ` Wolfgang Schuster
2012-12-07 16:25       ` Sietse Brouwer

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=CAFMOkGWJJO7uWgf3pywM5jWsPk6phrzbmyhKxigYbSXEMSD-1w@mail.gmail.com \
    --to=bowenalan03@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).