On Thu, Jul 14, 2011 at 7:04 PM, luigi scarso <luigi.sca...@gmail.com> wrote:
> This is one of the preferrred way to deal with metapost in mkiv
> \starttext
> \startMPpage
> numeric u;
>  u = 1cm;
>  draw (0,2u)--(0,0)--(4u,0);
>  pickup pencircle scaled 1pt;
>  draw (0,0){up}
>   for i=1 upto 8: ..(i/2,sqrt(i/2))*u endfor;
>  label.lrt(btex $\sqrt x$ etex, (3,sqrt 3)*u);
>  label.bot(btex $x$ etex, (2u,0));
>  label.lft(btex $y$ etex, (0,u));
> \stopMPpage
> \stoptext
>
> It's ok with latest minimals

Thanks, Luigi. This works on my system, too.

Kevin
___________________________________________________________________________________
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