ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Radhelorn <radhelorn@mail.ru>
Subject: About 'repeat' option of \startitemize
Date: Wed, 21 Dec 2005 11:29:43 +0300	[thread overview]
Message-ID: <43A91277.4010707@mail.ru> (raw)

Hello All!
A while ago Hans introduced 'repeat' option for \startitemize to make 
nested items. I've decided to give it a try:

\startitemize[repeat]
\item item1
   \startitemize
   \item item1.1
   \item item1.2
   \item item1.3
   \stopitemize
\item
   \startitemize
   \item item2.1
   \item item2.2
   \item item2.3
   \item item2.4
   \stopitemize
\stopitemize

gives:

1.  item1
   1.   item1.1
2.2.   item1.2
3.3.   item1.3
2.1.   item2.1
2.2.   item2.2
3.3.   item2.3
4.4.   item2.4

should:

1.  item1
1.1.   item1.1
1.2.   item1.2
1.3.   item1.3
2.1.   item2.1
2.2.   item2.2
2.3.   item2.3
2.4.   item2.4

 From my observations of mysterious box manipulations in core-itm I 
think that fix for repeating first digit can be as simple as removing 
one of these \plusone's somewhere. But it is possible to make both 1.1 
and 2.1 work as in my example?

And it seems that space after dot in nested lists is slightly bigger. Is 
this intentional?

-- 
Radhelorn <radhelorn@mail.ru>

             reply	other threads:[~2005-12-21  8:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21  8:29 Radhelorn [this message]
2005-12-21 13:17 ` Hans Hagen
2005-12-21 17:29   ` Radhelorn
2005-12-21 18:06     ` Hans Hagen
2005-12-22 20:49       ` Radhelorn
2005-12-22 21:10         ` Hans Hagen
2005-12-22 21:41           ` Radhelorn
2006-01-04 19:12             ` Radhelorn

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=43A91277.4010707@mail.ru \
    --to=radhelorn@mail.ru \
    --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).