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
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to