* [NTG-context] BUG REPORT: Italic Correction in ConTeXt LMTX
@ 2024-08-26 18:32 contact
2024-08-27 0:16 ` [NTG-context] " Bruce Horrocks
2024-08-27 7:07 ` Hans Hagen
0 siblings, 2 replies; 8+ messages in thread
From: contact @ 2024-08-26 18:32 UTC (permalink / raw)
To: ntg-context
Hello,
I started using ConTeXt LMTX 2 days ago and after some initial testing I noticed an unexpected behavior regarding italic correction.
In short, I cannot seem to produce italic correction like I could in plain TeX or even LaTeX.
I've asked the question on TeX StackExchange and another user confirmed the suspicion in his answer. I would suggest you take a look at it because the formatting of the question and the answer is prettier than in this plain text email. Furthermore, a person who provided the answer already did some research. See the question here:
https://tex.stackexchange.com/questions/724568/how-to-invoke-italic-correction-in-context-lmtx
Here is what I observed:
Compare the kerning produced in between 'r' and 'p' in the word "airport" when italic correction is applied in plain TeX (compiled with `pdftex`) and in ConTeXt LMTX (compiled with `luametatex`). Here are the minimal working examples.
Plain TeX
```
airport (regular font)
{\it air\/}port (italic correction applied)
{\it air}port (no italic correction applied)
\bye
```
ConTeXt LMTX
```
\starttext
airport (regular font)
{\it air\/}port (italic correction applied)
{\it air}port (no italic correction applied)
\stoptext
```
Please confirm if this, in fact, is the issue/bug or if I am not approaching this correctly. I am brand new to ConTeXt, so it could be me. Thank you in advance!
Vladimir
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-26 18:32 [NTG-context] BUG REPORT: Italic Correction in ConTeXt LMTX contact
@ 2024-08-27 0:16 ` Bruce Horrocks
2024-08-27 7:07 ` Hans Hagen
1 sibling, 0 replies; 8+ messages in thread
From: Bruce Horrocks @ 2024-08-27 0:16 UTC (permalink / raw)
To: ntg-context mailing list
> On 26 Aug 2024, at 19:32, contact@vladimirgrbic.com wrote:
>
> Please confirm if this, in fact, is the issue/bug or if I am not approaching this correctly. I am brand new to ConTeXt, so it could be me. Thank you in advance!
It seems as though it used to work (see <https://www.mail-archive.com/ntg-context@ntg.nl/msg60905.html>) but not now, so I would assume it's a bug.
Your usage looks to be okay.
—
Bruce Horrocks
Hampshire, UK
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-26 18:32 [NTG-context] BUG REPORT: Italic Correction in ConTeXt LMTX contact
2024-08-27 0:16 ` [NTG-context] " Bruce Horrocks
@ 2024-08-27 7:07 ` Hans Hagen
2024-08-27 15:20 ` Vladimir Grbić
2024-08-29 19:19 ` Jim
1 sibling, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2024-08-27 7:07 UTC (permalink / raw)
To: ntg-context
On 8/26/2024 8:32 PM, contact@vladimirgrbic.com wrote:
> Hello,
>
> I started using ConTeXt LMTX 2 days ago and after some initial testing I noticed an unexpected behavior regarding italic correction.
>
> In short, I cannot seem to produce italic correction like I could in plain TeX or even LaTeX.
There are three ways:
the{\sl air\/}port
the{\em air}port
the{\sl\shapecorrection[right]air}port
% shape correction can be left right both
the first one doesn't work but is fixed in next upload (sometime this week)
Hans
-----------------------------------------------------------------
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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-27 7:07 ` Hans Hagen
@ 2024-08-27 15:20 ` Vladimir Grbić
2024-08-27 15:31 ` Hans Hagen
2024-08-29 19:19 ` Jim
1 sibling, 1 reply; 8+ messages in thread
From: Vladimir Grbić @ 2024-08-27 15:20 UTC (permalink / raw)
To: mailing list for ConTeXt users
Thank you all, I am looking forward to it being fixed.
Vladimir
On Tuesday, August 27th, 2024 at 03:07, Hans Hagen <j.hagen@xs4all.nl> wrote:
>
>
> On 8/26/2024 8:32 PM, contact@vladimirgrbic.com wrote:
>
> > Hello,
> >
> > I started using ConTeXt LMTX 2 days ago and after some initial testing I noticed an unexpected behavior regarding italic correction.
> >
> > In short, I cannot seem to produce italic correction like I could in plain TeX or even LaTeX.
>
> There are three ways:
>
> the{\sl air\/}port
>
> the{\em air}port
>
> the{\sl\shapecorrection[right]air}port
>
> % shape correction can be left right both
>
> the first one doesn't work but is fixed in next upload (sometime this week)
>
> Hans
>
> -----------------------------------------------------------------
> 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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-27 15:20 ` Vladimir Grbić
@ 2024-08-27 15:31 ` Hans Hagen
0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2024-08-27 15:31 UTC (permalink / raw)
To: ntg-context
On 8/27/2024 5:20 PM, Vladimir Grbić wrote:
> Thank you all, I am looking forward to it being fixed.
keep in mind that there is no italic correction in open type fonts so we
use (in lmtx) different trickery which is why we also have left
correction; there is also some enabled 'autromatic' correction wrt
punctuation after italic math
Hans
-----------------------------------------------------------------
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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-27 7:07 ` Hans Hagen
2024-08-27 15:20 ` Vladimir Grbić
@ 2024-08-29 19:19 ` Jim
2024-08-29 21:04 ` Wolfgang Schuster
1 sibling, 1 reply; 8+ messages in thread
From: Jim @ 2024-08-29 19:19 UTC (permalink / raw)
To: mailing list for ConTeXt users
On Tue, Aug 27, 2024 at 09:07 (+0200), Hans Hagen wrote:
> On 8/26/2024 8:32 PM, contact@vladimirgrbic.com wrote:
>> Hello,
>> I started using ConTeXt LMTX 2 days ago and after some initial testing I
>> noticed an unexpected behavior regarding italic correction.
>> In short, I cannot seem to produce italic correction like I could in
>> plain TeX or even LaTeX.
> There are three ways:
> the{\sl air\/}port
> the{\em air}port
> the{\sl\shapecorrection[right]air}port
> % shape correction can be left right both
> the first one doesn't work but is fixed in next upload (sometime this week)
Hans (et al),
I'm a couple of days late to this party, but none of the above suggestions
give me any italic correction. I updated my ConTeXt today, but the fact
that the first one doesn't work didn't surprise me, given your last
sentence.
However, since the second two don't work, can anyone speculate as to what I
might be doing wrong? Or, did I somehow misinterpret what "There are three
ways:" means?
Thanks.
Jim
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-29 19:19 ` Jim
@ 2024-08-29 21:04 ` Wolfgang Schuster
2024-08-30 0:21 ` Jim
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2024-08-29 21:04 UTC (permalink / raw)
To: mailing list for ConTeXt users, Jim
Jim schrieb am 29.08.2024 um 21:19:
> Hans (et al),
> I'm a couple of days late to this party, but none of the above suggestions
> give me any italic correction. I updated my ConTeXt today, but the fact
> that the first one doesn't work didn't surprise me, given your last
> sentence.
>
> However, since the second two don't work, can anyone speculate as to what I
> might be doing wrong? Or, did I somehow misinterpret what "There are three
> ways:" means?
Italic correction is fixed (for \/ and \italiccorrection) but there
hasn't been a new context release since then.
The \em variant didn't work because it inserts \/ (which was broken) at
the end of the text.
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
* [NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX
2024-08-29 21:04 ` Wolfgang Schuster
@ 2024-08-30 0:21 ` Jim
0 siblings, 0 replies; 8+ messages in thread
From: Jim @ 2024-08-30 0:21 UTC (permalink / raw)
To: Wolfgang Schuster, ntg-context
On Thu, Aug 29, 2024 at 23:04 (+0200), Wolfgang Schuster wrote:
> Jim schrieb am 29.08.2024 um 21:19:
>> Hans (et al),
>> I'm a couple of days late to this party, but none of the above suggestions
>> give me any italic correction. I updated my ConTeXt today, but the fact
>> that the first one doesn't work didn't surprise me, given your last
>> sentence.
>> However, since the second two don't work, can anyone speculate as to what I
>> might be doing wrong? Or, did I somehow misinterpret what "There are three
>> ways:" means?
> Italic correction is fixed (for \/ and \italiccorrection) but there hasn't
> been a new context release since then.
> The \em variant didn't work because it inserts \/ (which was broken) at the
> end of the text.
Thanks Wolfgang.
I read Hans' messages as saying the last two were currently working.
I will look forward to the next release.
Jim
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-30 0:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-26 18:32 [NTG-context] BUG REPORT: Italic Correction in ConTeXt LMTX contact
2024-08-27 0:16 ` [NTG-context] " Bruce Horrocks
2024-08-27 7:07 ` Hans Hagen
2024-08-27 15:20 ` Vladimir Grbić
2024-08-27 15:31 ` Hans Hagen
2024-08-29 19:19 ` Jim
2024-08-29 21:04 ` Wolfgang Schuster
2024-08-30 0:21 ` Jim
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).