Hi,

I am trying to achieve the following:

\setMPtext{1}{ABC}
\setMPtext{2}{DEF}
\setMPtext{3}{GHI}

\starttext

\startMPpage[offset=1ex,width=\paperwidth,height=\paperheight]
  for i=1 upto 3:
    draw textext(\MPstring{i}) shifted(i*cm,i*cm) ;
  endfor;
\stopMPpage

\stoptext

There is no error but no content either. What's wrong?

Thanks
        Andreas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to