Hi,
last October I've reported a strange bug with \replaceword
I know there's the new mechanism for dealing with ligatures, and I still intend
to convert the word list to the new format, but I'm still wondering whether
that has been fixed.
Now, I've been testing with the minimal example below,
Hi,
there's this rather new mechanism for preventing ligatures:
\startexceptions[de]
au{f-}{f}{ff}(f\zwnj f)asse
au{f-}{f}{ff}(f\zwnj f)asste
\stopexceptions
Two questions:
1. Can you have multiple \startexceptions[de] environments ? Will they
accumulate ? (I'm thinking about preparing a g
On 3/22/2021 10:33 AM, denis.ma...@ub.unibe.ch wrote:
Hi,
there’s this rather new mechanism for preventing ligatures:
\startexceptions[de]
au{f-}{f}{ff}(f\zwnj f)asse
au{f-}{f}{ff}(f\zwnj f)asste
\stopexceptions
Two questions:
1. Can you have multiple \startexceptions[de] environments ? W
> -Ursprüngliche Nachricht-
> Von: Hans Hagen
> Gesendet: Montag, 22. März 2021 11:28
> An: mailing list for ConTeXt users ; Maier, Denis
> Christian (UB)
> Betreff: Re: [NTG-context] Questions regarding \startexceptions and ligature
> prevention
>
> On 3/22/2021 10:33 AM, denis.ma...@ub
> -Ursprüngliche Nachricht-
> Von: ntg-context Im Auftrag von
> denis.ma...@ub.unibe.ch
> Gesendet: Montag, 22. März 2021 12:12
> An: j.ha...@xs4all.nl
> Cc: ntg-context@ntg.nl
> Betreff: Re: [NTG-context] Questions regarding \startexceptions and ligature
> prevention
>
> > -Ursprüngl
On 3/22/2021 12:11 PM, denis.ma...@ub.unibe.ch wrote:
Besides, is it intentional that this here will suppress the ff ligature?
---
\enabletrackers[hyphenation.applied.visualize]
\startexceptions[de]
au{f-}{f}{ff}as-sen
\stopexc
Well, see attached.
Interestingly, it does with \mainlanguage[de]. But, not for \language[de]
\enabletrackers[hyphenation.applied.visualize]
\startexceptions[de]
au{f-}{f}{ff}as-sen
\stopexceptions
\mainlanguage[de]
\starttext
auffassen
\language[en]
auffassen
\language[de]
auffassen
\stop