8 Feb
2009
8 Feb
'09
4:15 p.m.
Yue Wang schrieb:
You said that I can use something like \stretched{LETTER}. How can I automatically adjust the spacing? (like add 0.25em space between each characters).
The correct command \strechednormalcase, not \stretched. You can set the kerning between chars with \stretchedspaceamount and the space between words with \stretchedspacefactor. \def\stretchedspacefactor{4} % default value \def\stretchedspaceamount{.25em} % default value \starttext This is a normal kerned sentence. \stretchednormalcase{This is a special kerned sentence.} \stoptext Wolfgang