8 Oct
2020
8 Oct
'20
5:05 p.m.
Am 08.10.2020 um 17:41 schrieb Denis Maier
: where can I find the hyphenation patterns used by ConTeXt? I have two wrongly hyphenated words, and I want to check whether this is due to incorrect patterns. (I tried the source browser... not much luck so far.) The words are: 1. applicable => hyphenated as applic-able 2. obligated => hyphenated as oblig-ated
I know I can use \hyphenation to correct that, but I wanted to check the patterns nevertheless.
I guess it’s just a valid option. You can check possible hyphenations like this: \starttext {EN: \en\hyphenatedcoloredword{applicable}} {DE: \de\hyphenatedcoloredword{applicable}} \stoptext Hraban