[NTG-context] finishing a module
Taco Hoekwater
taco at elvenkind.com
Sun Jan 23 15:06:21 CET 2005
Thomas A.Schmitz wrote:
>> This, however, will not work:
>> \definefont[Gf][\MyFont sa \MyScale]
> It looks like \MyFont doesn't get expanded when the \definefont command
> is read, but this is an area of TeX that I find especially opaque...
I see. You need
\expanded{\definefont[Gf][\MyFont sa \MyScale]}
Or you could \xdef the MyScale (instead of \edef), making it global.
Greetings, Taco
More information about the ntg-context
mailing list