10 Apr
2015
10 Apr
'15
12:31 p.m.
Am 10.04.2015 um 12:22 schrieb Otared Kavian
: Hi,
You can use: \setcharacterspacing[reset] when you don’t want the French character spacing, and \setcharacterspacing[frenchpunctuation] when you want it.
For instance for the interaction you would say: \setupinteraction[color=darkgreen,style={\setcharacterspacing[reset]\tt}] \setupinteraction [state=start]
and for setting up the typing \setuptype[style={\setcharacterspacing[reset]\tt}] \setuptyping[style={\setcharacterspacing[reset]\tt}]
Not needed for verbatim mode which already disables the mechanism. Wolfgang