10 Apr
2006
10 Apr
'06
9:45 a.m.
Thomas A. Schmitz wrote:
All, and esp. Hans, Taco,
I'm still experimenting with the new moduleparameter mechanism. One thing I can't get to work is using it in a \definefont. Here's my minimal example:
\startmodule[mymod]
\unprotect
\setupmodule[font=Times]
\definefontsynonym[Times][ec-TimesNewRoman] % valid name
\definefont[myfont][\currentmoduleparameter{font}]
Hi Thomas, \expanded {\definefont[myfont][\currentmoduleparameter{font}]} \definefont needs expanded arguments Cheers, Taco