6 Sep
2013
6 Sep
'13
11:16 a.m.
Am 06.09.2013 um 12:55 schrieb H. Özoguz
I want to set before all question marks of a large document one "\narrownobreakspace".
How to do this, if not in the source? Is there a possibility to exchange all "?" by the effect of "\narrownobreakspace ?" with one small command? (Without changing the source, that is not to search-exchange all "?" with "\narrownobreakspace ?".
\definecharacterspacing [test] \setupcharacterspacing [test] ["003F] [left=.1,alternative=1] \starttext Question mark? \setcharacterspacing[test] Question mark? \stoptext Wolfgang