From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26833 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Extending the black circled numbers Date: Wed, 05 Apr 2006 22:42:26 +0200 Message-ID: References: <44326A2C.5040407@wxs.nl> <4432DC32.7090606@wxs.nl> <443374FB.60208@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144269596 24812 80.91.229.2 (5 Apr 2006 20:39:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Apr 2006 20:39:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 05 22:39:53 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FREn2-0007S3-7L for gctc-ntg-context-518@m.gmane.org; Wed, 05 Apr 2006 22:39:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 553FC127A3; Wed, 5 Apr 2006 22:39:43 +0200 (CEST) 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 30943-02; Wed, 5 Apr 2006 22:39:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1D3C1278F; Wed, 5 Apr 2006 22:39:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C1BB1278F for ; Wed, 5 Apr 2006 22:39:36 +0200 (CEST) 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 30714-07-2 for ; Wed, 5 Apr 2006 22:39:35 +0200 (CEST) Original-Received: from swip.net (mailfe07.tele2.fr [212.247.154.204]) by ronja.ntg.nl (Postfix) with SMTP id C511112778 for ; Wed, 5 Apr 2006 22:39:35 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.177.246.65] (HELO localhost) by mailfe07.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 174857763 for ntg-context@ntg.nl; Wed, 05 Apr 2006 22:39:34 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:26833 Archived-At: On Wed, 05 Apr 2006 21:59:36 +0200, nico wrote: > On Wed, 05 Apr 2006 09:42:51 +0200, Hans Hagen wrote: > >>>>> But there's something strange: the first circle is greater than the >>>>> others >>>>> (but the numbers have all the same size). Tracing a bit I see that >>>>> the >>>>> first circle has a width=16.5333pt, the others 13.19997pt. What's the >>>>> reason for this? >>>>> >>>> what os the exact code that you use?how many mp runs do yuo have? >>> >>> It's exactly the one you gave. I attach the file I compile. Two >>> mpruns; I attach the log too. >> one run here .. can you try the beta? i remember a spurious space >> problem someplace Well, here is an even smaller test that shows the problem: \starttext \setbox0\hbox{\ss 99} \writestatus{co}{width=\the\wd0}% \setbox0\hbox{\ss 99} \writestatus{co}{width=\the\wd0}% \stoptext It seems to be related to some font loading stuff, since when I don't put \ss I haven't this. So, if I put the following in the test I have no more the problem. \setbox\scratchbox\hbox{\ss 99} % workaround to fix the strange size initialization... \starttext \dontleavehmode \dorecurse{99}{\conum{\recurselevel}, } \stoptext Regards, BG