ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Vedran Miletić" <rivanvx@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Re: Ugly bug with TikZ in recent ConTeXt MKIV
Date: Thu, 18 Nov 2010 17:56:17 +0100	[thread overview]
Message-ID: <AANLkTimRBV6gVOLWasHYfnOHqUrowRD=10vdV46oOtAN@mail.gmail.com> (raw)
In-Reply-To: <4CE4F6C1.3060203@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1011 bytes --]

2010/11/18 Hans Hagen <pragma@wxs.nl>

> After some tracing and hard thinking Taco and I found interesting spaces
> showing up in the output that result from a kludge in tikz:
>
> Normally one will use \ignorespaces to catch spurious spaces but tikz
> invokes \nullfont assuming that its fontdimen 2 is zero. But, in context it
> no longer is (prelude to delayed font loading).
>
> You can put this in cont-new.mkiv as a temporary hack
>
> \let\normalnullfont\nullfont
>
> \def\nullfont
>  {\fontdimen1\normalnullfont\zeropoint
>   \fontdimen2\normalnullfont\zeropoint
>   \fontdimen3\normalnullfont\zeropoint
>   \fontdimen4\normalnullfont\zeropoint
>   \fontdimen5\normalnullfont\zeropoint
>   \fontdimen6\normalnullfont\zeropoint
>   \fontdimen7\normalnullfont\zeropoint
>   \normalnullfont}
>
>
Perhaps this should be forwared to Christian Feuersaenger. He is very open
to bug reports and will probably be willing to fix it in some way in TikZ.

Regards,

-- 
Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 1345 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2010-11-18 16:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 23:00 Mojca Miklavec
2010-11-18  8:25 ` Alan BRASLAU
2010-11-18  8:48 ` Hans Hagen
2010-11-18  9:03   ` Mojca Miklavec
2010-11-18  9:49     ` Hans Hagen
2010-11-18 16:56       ` Vedran Miletić [this message]
2010-11-18 17:32         ` Hans Hagen
2010-11-18 10:39     ` Hans Hagen
2010-11-18 13:06       ` Mojca Miklavec

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='AANLkTimRBV6gVOLWasHYfnOHqUrowRD=10vdV46oOtAN@mail.gmail.com' \
    --to=rivanvx@gmail.com \
    --cc=mojca.miklavec.lists@gmail.com \
    --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).