From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26840 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Extending the black circled numbers Date: Thu, 06 Apr 2006 02:20:28 +0200 Message-ID: References: <44326A2C.5040407@wxs.nl> <4432DC32.7090606@wxs.nl> <443374FB.60208@wxs.nl> <44342E11.8050808@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 1144282668 30504 80.91.229.2 (6 Apr 2006 00:17:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2006 00:17:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 06 02:17:47 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 1FRIBz-0005Dc-Mc for gctc-ntg-context-518@m.gmane.org; Thu, 06 Apr 2006 02:17:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 31A56127A5; Thu, 6 Apr 2006 02:17: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 02619-06-3; Thu, 6 Apr 2006 02:17:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81D1E1278D; Thu, 6 Apr 2006 02:17:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DA1201278D for ; Thu, 6 Apr 2006 02:17: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 02619-06-2 for ; Thu, 6 Apr 2006 02:17:36 +0200 (CEST) Original-Received: from swip.net (mailfe13.tele2.fr [212.247.155.140]) by ronja.ntg.nl (Postfix) with SMTP id 096BF1276F for ; Thu, 6 Apr 2006 02:17:35 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.177.246.65] (HELO localhost) by mailfe13.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 4768241 for ntg-context@ntg.nl; Thu, 06 Apr 2006 02:17:35 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <44342E11.8050808@wxs.nl> 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:26840 Archived-At: On Wed, 05 Apr 2006 22:52:33 +0200, Hans Hagen wrote: > nico wrote: >> 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. >> > strange, here it shows twice the same size > > \starttext > {\tracingall\setbox0\hbox{\ss 99}\the\wd0} > \stoptext > > may give some info where a blank space (or so) creeps in Looking at the log, I've found blank spaces after "\pdfobj reserveobjnum" in enco-pfr.tex. Removing them makes the file compile ok (the bubbles are all the same :-). \def\dodoincludepdffontresource {% does this font has an encoding specified vector \doifsomething\currentencoding % no \ifx {% is there a pdf font encoding resource file defined \ifcsname\pdffontresource\endcsname % (fake) object defined \else\ifcsname\pdffontfileresource\endcsname % is there a resource already included \doifsomething\pdffontfileresource % --> {\pdfobj reserveobjnum {}% <-- blank space {\pdfobj reserveobjnum{}% \setxvalue\pdffontresource{\the\pdflastobj}% \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% % \doglobal\appendetoks % \noexpand\dododoincludepdffontresource{\currentencoding}% % \to \everybeforeshipout}% prevent multiple loading \fi\fi \ifcsname\pdffontresource\endcsname \expanded{\pdffontattr\font{/ToUnicode \csname\pdffontresource\endcsname\space0 R}}% % do it only once for each font \letgvalue{\s!ucmap\fontfile}\empty \fi}} ... \def\dodoincludepdffontresource {\doifsomething\currentencoding % no \ifx {\expandafter\ifx\csname\pdffontresource\endcsname\relax \expandafter\ifx\csname\pdffontfileresource\endcsname\relax\else \doifsomething\pdffontfileresource % --> {\pdfobj reserveobjnum {}% <-- blank space {\pdfobj reserveobjnum{}% \setxvalue\pdffontresource{\the\pdflastobj}% \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% % \doglobal\appendetoks % \noexpand\dododoincludepdffontresource{\currentencoding}% % \to \everybeforeshipout}% prevent multiple loading \fi \fi \expandafter\ifx\csname\pdffontresource\endcsname\relax\else \expanded{\pdffontattr\font{/ToUnicode \csname\pdffontresource\endcsname\space0 R}}% % do it only once for each font \letgvalue{\s!ucmap\fontfile}\empty \fi}} Regards, BG