6 Sep
2013
6 Sep
'13
4:20 p.m.
On 2013–09–06 "H. Özoguz" wrote:
Thanks Marco and Wolfgang!
You should thank Hans for implementing all these features.
How to define before ? and ! a 0.1 leftspace, but before the combination ?! only ONE 0.1 leftdistance - and not such a distance before the ! for this case?
The simplest solution would be to use “⁈” instead of “?!”. \setupbodyfont [dejavu] \definecharacterspacing [MySpacing] \setupcharacterspacing [MySpacing] [\number`!] [left=.2] \setupcharacterspacing [MySpacing] [\number`?] [left=.2] \setcharacterspacing [MySpacing] \starttext What? And why? Really⁈ \stoptext Marco