27 Nov
2021
27 Nov
'21
5:59 p.m.
Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21:
Dear list,
When typing a straight quotation mark, I used to get a curly apostrophe. But with a recent version of ConTeXt, I now get a straight apostrophe. Is there a new option to convert automatically straight into curly apostrophes ?
\starttext John's \stoptext
The option is no longer part of the default feature set. To enable the feature add "trep=yes" to the default features. \definefontfeature [default] [default] [trep=yes] \starttext John's \stoptext Wolfgang