ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with setupcharacterspacing and comma
@ 2020-11-21  3:57 Rik Kabel
  2020-11-21  9:46 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Rik Kabel @ 2020-11-21  3:57 UTC (permalink / raw)
  To: ntg-context


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

Hello all,

Playing with define/setup/set characterspacing, I have come across some 
odd, perhaps buggy, behavior. This applies to both MkIV 2020.11.19 11:23 
and LMTX 2020.11.19 11:28.

The problem is that character spacing is not effected for the left side 
of the comma character. It is handled as expected for other characters 
that I have tested, but I have not performed extensive tests.

Example code:

    \definecharacterspacing[Test]
    \setupcharacterspacing [Test] ["002C] [left
    =.25,right=1,alternative=1] % ,
    \setupcharacterspacing [Test] ["0065]
    [left=0.5,right=1,alternative=1] % e
    \setupcharacterspacing [Test] ["003B]
    [left=0.5,right=1,alternative=1] % e
    \startTEXpage[offset=1em]
    abc; def, g

    \setcharacterspacing[Test]abc; def, g
    \stopTEXpage


Output:

-- 
Rik


[-- Attachment #1.2.1: Type: text/html, Size: 1376 bytes --]

[-- Attachment #1.2.2: mchmplcldlipjhho.png --]
[-- Type: image/png, Size: 10581 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Problem with setupcharacterspacing and comma
  2020-11-21  3:57 Problem with setupcharacterspacing and comma Rik Kabel
@ 2020-11-21  9:46 ` Hans Hagen
  2020-11-21 14:08   ` Rik Kabel
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2020-11-21  9:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

On 11/21/2020 4:57 AM, Rik Kabel wrote:
> Hello all,
> 
> Playing with define/setup/set characterspacing, I have come across some 
> odd, perhaps buggy, behavior. This applies to both MkIV 2020.11.19 11:23 
> and LMTX 2020.11.19 11:28.
> 
> The problem is that character spacing is not effected for the left side 
> of the comma character. It is handled as expected for other characters 
> that I have tested, but I have not performed extensive tests.
> 
> Example code:
> 
>     \definecharacterspacing[Test]
>     \setupcharacterspacing [Test] ["002C] [left
>     =.25,right=1,alternative=1] % ,
>     \setupcharacterspacing [Test] ["0065]
>     [left=0.5,right=1,alternative=1] % e
>     \setupcharacterspacing [Test] ["003B]
>     [left=0.5,right=1,alternative=1] % e
>     \startTEXpage[offset=1em]
>     abc; def, g
> 
>     \setcharacterspacing[Test]abc; def, g
>     \stopTEXpage
remove the space between "left" and "="

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Problem with setupcharacterspacing and comma
  2020-11-21  9:46 ` Hans Hagen
@ 2020-11-21 14:08   ` Rik Kabel
  0 siblings, 0 replies; 3+ messages in thread
From: Rik Kabel @ 2020-11-21 14:08 UTC (permalink / raw)
  To: Hans Hagen, mailing list for ConTeXt users


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

On 11/21/2020 04:46, Hans Hagen wrote:
> On 11/21/2020 4:57 AM, Rik Kabel wrote:
>> Hello all,
>>
>> Playing with define/setup/set characterspacing, I have come across 
>> some odd, perhaps buggy, behavior. This applies to both MkIV 
>> 2020.11.19 11:23 and LMTX 2020.11.19 11:28.
>>
>> The problem is that character spacing is not effected for the left 
>> side of the comma character. It is handled as expected for other 
>> characters that I have tested, but I have not performed extensive tests.
>>
>> Example code:
>>
>>     \definecharacterspacing[Test]
>>     \setupcharacterspacing [Test] ["002C] [left
>>     =.25,right=1,alternative=1] % ,
>>     \setupcharacterspacing [Test] ["0065]
>>     [left=0.5,right=1,alternative=1] % e
>>     \setupcharacterspacing [Test] ["003B]
>>     [left=0.5,right=1,alternative=1] % e
>>     \startTEXpage[offset=1em]
>>     abc; def, g
>>
>>     \setcharacterspacing[Test]abc; def, g
>>     \stopTEXpage
> remove the space between "left" and "="
>
I should have know better than to copy as I did from the source code 
without analyzing it sufficiently! In typo-spa.mkiv I found:

    \setupcharacterspacing [frenchpunctuation] ["003A] [\c!left
    =.25,\c!alternative=1] % : ...

I see (now) that the space disappears when the \c!left macro is 
processed. Mea culpa. I owe you a beer.

-- 
Rik


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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-11-21 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21  3:57 Problem with setupcharacterspacing and comma Rik Kabel
2020-11-21  9:46 ` Hans Hagen
2020-11-21 14:08   ` Rik Kabel

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