On Mon, May 28, 2012 at 3:35 PM, Alfredo Catalina
<alfredo.catal...@gmail.com> wrote:
> Sorry, that's right, it works. I forgot the definition. I have been trying
> some things before.
>
> In fact the problem is this:
>
> \starttext
>
> Testing
>
> \startuseMPgraphic{gh}
>
> textX:=87.51u;
> textY:=96.31u;
> pic:=thelabel.urt(btex {Test} etex scaled 1.00,(0,0));
> draw pic shifted (textX, textY);
>
> \stopuseMPgraphic
>
> \useMPgraphic{gh}
>
> \stoptext
Still something to define


\starttext

Testing

\startuseMPgraphic{gh}
picture pic;
numeric u;
u:=1;
textX:=87.51u;
textY:=96.31u;
pic:=thelabel.urt(btex {Test} etex scaled 1.00,(0,0));
draw pic shifted (textX, textY);

\stopuseMPgraphic

\useMPgraphic{gh}

\stoptext

-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to