From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27242 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Fieldstack Walk Date: Tue, 18 Apr 2006 23:03:06 +0100 Message-ID: References: <44455B9A.9050308@gmx.net> 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 1145397809 27927 80.91.229.2 (18 Apr 2006 22:03:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 22:03:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 19 00:03:26 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 1FVyHz-00008s-Ur for gctc-ntg-context-518@m.gmane.org; Wed, 19 Apr 2006 00:03:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B9364127A5; Wed, 19 Apr 2006 00:03:14 +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 27236-07; Wed, 19 Apr 2006 00:03:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DE5DE1279A; Wed, 19 Apr 2006 00:03:09 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 118381279A for ; Wed, 19 Apr 2006 00:03:09 +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 27378-05-2 for ; Wed, 19 Apr 2006 00:03:07 +0200 (CEST) Original-Received: from mraos.ra.phy.cam.ac.uk (mraos.ra.phy.cam.ac.uk [131.111.48.8]) by ronja.ntg.nl (Postfix) with SMTP id C6A8B12784 for ; Wed, 19 Apr 2006 00:03:07 +0200 (CEST) Original-Received: from skye.ra.phy.cam.ac.uk ([131.111.48.158] ident=mail) by mraos.ra.phy.cam.ac.uk with esmtp (Exim 4.43) id 1FVyHq-0007ZG-8k; Tue, 18 Apr 2006 23:03:06 +0100 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1FVyHq-0003CZ-00; Tue, 18 Apr 2006 23:03:06 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Tue, 18 Apr 2006 23:35:22 +0200." <44455B9A.9050308@gmx.net> 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:27242 Archived-At: > there are still some problems with spurious spaces. Just on the off chance that it's the same problem I had with some section numbers getting an extra space before them (in pdf mode): If you are running pdf(e)tex 1.21, you might need the patch below; then remake the formats. I think (but haven't tried it myself) that pdftex 1.30 wants the original spacings (i.e. don't apply the patch in that case). See diff -r f6897ee163d2 -r 5ff7b6430984 tex/context/base/enco-pfr.tex --- a/tex/context/base/enco-pfr.tex Fri Apr 14 14:45:01 2006 -0400 +++ b/tex/context/base/enco-pfr.tex Fri Apr 14 14:51:47 2006 -0400 @@ -188,7 +188,7 @@ \else\ifcsname\pdffontfileresource\endcsname % is there a resource already included \doifsomething\pdffontfileresource - {\pdfobj reserveobjnum {}% + {\pdfobj reserveobjnum{}% \setxvalue\pdffontresource{\the\pdflastobj}% \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% % \doglobal\appendetoks @@ -216,7 +216,7 @@ {\expandafter\ifx\csname\pdffontresource\endcsname\relax \expandafter\ifx\csname\pdffontfileresource\endcsname\relax\else \doifsomething\pdffontfileresource - {\pdfobj reserveobjnum {}% + {\pdfobj reserveobjnum{}% \setxvalue\pdffontresource{\the\pdflastobj}% \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% % \doglobal\appendetoks