ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
Subject: Re: Fieldstack Walk
Date: Tue, 18 Apr 2006 23:03:06 +0100	[thread overview]
Message-ID: <E1FVyHq-0003CZ-00@skye.ra.phy.cam.ac.uk> (raw)
In-Reply-To: Your message of "Tue, 18 Apr 2006 23:35:22 +0200." <44455B9A.9050308@gmx.net>

> 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
<http://www.ntg.nl/pipermail/ntg-context/2006/017388.html>

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

  reply	other threads:[~2006-04-18 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-18  9:09 Michal Kvasnička
2006-04-18  9:28 ` Peter Rolf
     [not found]   ` <4444B1C9.1090109@econ.muni.cz>
2006-04-18 10:18     ` Peter Rolf
     [not found]     ` <4444B966.5020108@gmx.net>
2006-04-18 10:39       ` Michal Kvasnička
2006-04-18 11:55         ` Peter Rolf
2006-04-18 21:35           ` Peter Rolf
2006-04-18 22:03             ` Sanjoy Mahajan [this message]
2006-04-19  8:41               ` Peter Rolf
2006-04-19 11:49                 ` Sanjoy Mahajan
2006-04-22 20:01         ` Peter Rolf
2006-04-22 20:09           ` Peter Rolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1FVyHq-0003CZ-00@skye.ra.phy.cam.ac.uk \
    --to=sanjoy@mrao.cam.ac.uk \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).