On Thu, 12 Mar 2009, Wolfgang Schuster wrote:
Am 12.03.2009 um 18:01 schrieb Xan:
Thanks, Wolfgang. Now it works, but whith tiny letters (see attachments)
New version (the old worked only under MkIV).
% logo.mp: creates a blue traffic sign-style context logo % Copyright 2008 Taco Hoekwater % You are free to use this code any way you can
\setupcolors[state=start,textcolor=white]
Ha, there is a trick that I know but Wolfgang does not ;)
\startMPenvironment
You can use \startMPenvironment[global]
\usetypescript[postscript][ec] \setupbodyfont[postscript,ss,120pt] \stopMPenvironment
then you do not need to repeat this.
\usetypescript[postscript][ec] \setupbodyfont[postscript,ss,120pt]
With [global] the environment is applied to both the MP file and the TeX file. Aditya