ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* About 'repeat' option of \startitemize
@ 2005-12-21  8:29 Radhelorn
  2005-12-21 13:17 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Radhelorn @ 2005-12-21  8:29 UTC (permalink / 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>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-01-04 19:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-21  8:29 About 'repeat' option of \startitemize Radhelorn
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

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).