From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24547 Path: news.gmane.org!not-for-mail From: Radhelorn Newsgroups: gmane.comp.tex.context Subject: About 'repeat' option of \startitemize Date: Wed, 21 Dec 2005 11:29:43 +0300 Message-ID: <43A91277.4010707@mail.ru> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135153799 24442 80.91.229.2 (21 Dec 2005 08:29:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 08:29:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 09:29:53 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EozM8-00050V-ES for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 09:29:52 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3224512871; Wed, 21 Dec 2005 09:29:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21561-04-4; Wed, 21 Dec 2005 09:29:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 420A112855; Wed, 21 Dec 2005 09:29:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B08F12855 for ; Wed, 21 Dec 2005 09:29:46 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21561-04-3 for ; Wed, 21 Dec 2005 09:29:45 +0100 (CET) Original-Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by ronja.ntg.nl (Postfix) with ESMTP id 9BE881280E for ; Wed, 21 Dec 2005 09:29:45 +0100 (CET) Original-Received: from [217.106.91.40] (port=62086 helo=[172.16.6.41]) by mx6.mail.ru with psmtp id 1EozLz-0009UB-00 for ntg-context@ntg.nl; Wed, 21 Dec 2005 11:29:44 +0300 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24547 Archived-At: 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