Thomas A. Schmitz schrieb am 19.08.2023 um 16:01:
Hi,
is this a limitation or a bug? Text inside \quotation{} is not hyphenated. It appears to be like this for a couple of versions, but I'm not sure if it has always been the case. Silly example to test:
You can use the font method to have hyphenated words back. The culprit which prevents hyphenation are the penalty settings which are added by ConTeXt when the default method is used. \mainlanguage [de] \setuppapersize [A6] \setupquotation[method=text] \starttext „Originalgenie“ „Originalgenie“ „Originalgenie“ \quotation{Originalgenie} \quotation{Originalgenie} \quotation{Originalgenie} „\penalty\plustenthousand Originalgenie\penalty\plustenthousand“ „\penalty\plustenthousand Originalgenie\penalty\plustenthousand“ „\penalty\plustenthousand Originalgenie\penalty\plustenthousand“ \stoptext Wolfgang