2 Apr
2015
2 Apr
'15
4:36 a.m.
Am 01.04.2015 um 18:46 schrieb Csikos Bela
: Hello:
Hungarian typography requires inserting small spaces before :, ;, ! and ? characters. The width of this small space should be equal to that of the period (.). In latex magyarlatex (magyar.ldf) module (part of biblatex) contains definitions to achieve this. How could I set this in context?
You can use the french settings which also requires a small space before these characters. \starttext Take a look at this; this: this! or this? \setcharacterspacing[frenchpunctuation] Take a look at this; this: this! or this? \stoptext Wolfgang