On Mon, 2 Apr 2018 15:16:11 +0200
Hans Hagen <j.ha...@xs4all.nl> wrote:

> \useMPlibrary[txt]
> 
> \starttext
> 
> \startuseMPgraphic{followtokens}
>      path RotPath ; RotPath := halfcircle scaled 7cm rotated 180 ;
>      for i=1 upto 6 :
>          draw halfcircle scaled (i*cm) rotated 180 ;
>      endfor ;
> \stopuseMPgraphic
> 
> \followtokens{Dies ist ein anderer Text}
> 
> \stoptext

or, perhaps (a question of taste):

for i=1 upto 6 :
    draw RotPath scaled (i/7) ;
endfor ;


Alan
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to