Hi, I would like to disable hyphen collapsing (automatic "--" to endash conversion) document-wide for the currently selected mono font. Consider: \starttext %{\nohyphencollapsing \mono{--} %} -- \stoptext When uncommenting lines 2 and 4, the two hyphens in \mono{--} are not collapsed. How can I configure never to collapse hyphens exclusively in mono fonts? Any help is appreciated. Cheers, Christoph
On 7/4/2021 6:25 AM, Christoph Reller wrote:
Hi,
I would like to disable hyphen collapsing (automatic "--" to endash conversion) document-wide for the currently selected mono font.
Consider:
\starttext %{\nohyphencollapsing \mono{--} %} -- \stoptext
When uncommenting lines 2 and 4, the two hyphens in \mono{--} are not collapsed. How can I configure never to collapse hyphens exclusively in mono fonts?
Any help is appreciated. In the next version it will be off for tt but one can enable it as feature
\definefontfeature[none][none][textcontrol=collapsehyphens] \startTEXpage {test--test \bf test--test \tt test--test} \stopTEXpage to be wikified ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen
On 7/4/2021 6:25 AM, Christoph Reller wrote:
Hi,
I would like to disable hyphen collapsing (automatic "--" to endash conversion) document-wide for the currently selected mono font.
In the next version it will be off for tt but one can enable it as feature
\definefontfeature[none][none][textcontrol=collapsehyphens]
\startTEXpage {test--test \bf test--test \tt test--test} \stopTEXpage
to be wikified
Thank you Hans! This solution is perfect for me. And I'll gladly wikify it once it is available. Cheers, Christoph
participants (2)
-
Christoph Reller
-
Hans Hagen