Thomas A. Schmitz schrieb am 19.08.2023 um 18:10:
On 8/19/23 17:51, Wolfgang Schuster wrote:
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]
Hi Wolfgang,
as always, thanks for the precise explanation. Is there a reason why this behavior is not the default? I.e.: in what situations would the default behavior be (more) desirable? Or is it just because \setupquotation is a subset of \setupdelimitedtext?
Quotation is a instance of delimitedtext and the \setupquotation command is \setupdelimitedtext[quotation]. In the next release you don't need the method=font anymore because the missing hyphenation is the result of a old patch which was needed in 2013. Back than there was no problem with hyphenation and the patch but since than Hans added a few new features to Luametatex to improve the quotation mechanism and the patch results now in the unwanted side effect. Wolfgang