ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Kerning between primes and left parenthesis (again)
@ 2017-07-12  8:17 Mikael P. Sundqvist
  2017-07-20  5:18 ` Mikael P. Sundqvist
  0 siblings, 1 reply; 8+ messages in thread
From: Mikael P. Sundqvist @ 2017-07-12  8:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Hans,

now, in luatex 1.05, that the primes are "constructed" in new manner,
I wonder if there is a way to specify in a goodie file the kerning
between characters, in particular primes and the left parenthesis?

I tried

        kernpairs = {
           [0x2032] = {[0x0028] = -1000, }, -- prime and (
        },

but that does not seem to have any effect.

The pre-1.05 modification

        dimensions = {
            default = {
                [0x2044] = { xoffset = 275, width = 600 },
                [0x2032] = { xoffset = 50, width = 290 }, -- prime
                [0x2033] = { xoffset = 50, width = 690 }, -- double prime
                [0x2034] = { xoffset = 50, width = 1090}, -- triple prime
                [0x2057] = { xoffset = 50, width = 1490}, -- quadruple prime
        },
    },

(which is a non-optimal way of solving this issue since it has side
effects) does not change anything anymore.

So, is there now a way to do this cleanly now that the mechanism is changed?

/Mikael
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-31 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-12  8:17 Kerning between primes and left parenthesis (again) Mikael P. Sundqvist
2017-07-20  5:18 ` Mikael P. Sundqvist
2017-07-20 12:53   ` Hans Hagen
2017-07-31  9:21     ` Mikael P. Sundqvist
2017-07-31 15:37       ` Hans Hagen
2017-07-31 18:02         ` Mikael P. Sundqvist
2017-07-31 19:15           ` Hans Hagen
2017-07-31 19:27             ` Mikael P. Sundqvist

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).